AutoConnect
ESP32-A2DP
AutoConnect | ESP32-A2DP | |
---|---|---|
8 | 18 | |
912 | 1,755 | |
- | - | |
0.0 | 8.9 | |
5 months ago | 20 days ago | |
C++ | C++ | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AutoConnect
-
Bluetooth or WiFi for apps?
And for Wifi management on ESP32, this awesome repo that "does it all": https://hieromon.github.io/AutoConnect/ -- this repo creates its own access point you can connect to with your phone to pop-up a "captive portal" (like you see at hotels or airports) to enter your own Wifi credentials -- this is only done once -- after that, the ESP32 will connect to the last known good Wifi network. If you don't want that, just use the built-in Wifi functions to create a local Wifi hotspot to connect to. Then creating web pages on the ESP32 is easy -- you can use the "PageBuilder" JSON syntax, or host regular HTML/JS/CSS files on the SPIFF/LittleFS partition and server those in response to incoming requests.
-
How do I connect an esp8266 to wifi without WPS
Or if you don't want to have a hardcoded ssid and password in your program, you can use the AutoConnect library
- Is there an example in the RTOS SDK that lets you enter the wifi name and pass from another device? (instead of hardcoding?)
-
Need reliable WiFi Connection on esp32
I want the device to be portable, so I want the esp32 to automatically reconnect to Wi-Fi every time I switch it off and back on. I have used this library, and it serves the exact purpose of what I want to do in my project : https://github.com/Hieromon/AutoConnect
- How do I decide on the board and iot platform?
-
sensor powered by usb or battery
I want to save power on a battery powered sensor but I also want to have AutoConnect set up to set up and configure the wifi. Since having the wi-fi running it can take up a lot of energy I would like to make sure that none of the battery is used during the programming set up. I was thinking that the AutoConnect would only run when it detects that it is plugged into a 5v usb port. I also want a switch so that the usb can power either the sensor (lower power) or the wifi configuration (high power) parts of the program. How would I best accomplish this?
-
My Diy Wordclock with an Esp32 and WS2812b. It features an Webserver for settings and updates, smooth Dimming, which always calculates the best Brightness, Time over WiFi(Ntp), an dynamic WiFi configuration so you don't need to Hardcode your WiFi credentials and much more.
It is this one right: https://github.com/Hieromon/AutoConnect ?
- How to connect esp8266 to WiFi, and set the password using iphone?
ESP32-A2DP
-
Retreive time & date, cellular signal strength and battery percentage information via Bluetooth on esp32
Whole thing is programmed using Arduino library in platformio and for a2dp sink im using pschatzmann library https://github.com/pschatzmann/ESP32-A2DP
-
Esp8266 as a wireless audio streamer
The ESP8266 won’t work, since it doesn’t support Bluetooth. You’ll need an ESP32 and an I2S DAC. I built something similar based on this library: https://github.com/pschatzmann/ESP32-A2DP
-
Synth with USB computer keyboard input and bluetooth speaker output
I want to turn a USB computer keyboard into a musical instrument where i can press a key and a sound is played on my bluetooth speaker. I have played around with https://github.com/pschatzmann/ESP32-A2DP and managed to hardcode a little tune and play it on the speaker. Unfortunately that alone already uses 80% of the esp32 flash memory and I need some more space to read the keyboard input and do a little bit of sound design on top of that. I’m looking for suggestions on a controller (combination of controllers) would be best suited for the job, with the constraint that it should have low power consumption.
-
Audio and Arduino
Check out arduino-audio-tools and other libraries it can make use of, such as ESP32-A2DP. It's tailored towards ESP32 devices, but also supports the RP2040 and others.
-
Outputting the AudioPLL to an external DAC
For all other i2s pinouts, I'm leaning on this GitHub-project: https://github.com/pschatzmann/ESP32-A2DP
-
Sending data (wav files) from esp 32 to PC
You can use Bluetooth A2DP. This is the same standard used in Bluetooth headphones. Several implementations are available https://github.com/pschatzmann/ESP32-A2DP
- BT Transmitter from 3.5mm audio jack
-
24bit 48kHz ADC and DAC recommendations for audio
A2DP library: https://github.com/pschatzmann/ESP32-A2DP
-
Use of ESP32 as Bluetooth audio receiver
I recently discovered that the ESP32 could be used to receive audio via Bluetooth and since I'm using one as part of my build anyway (for controlling peripherals and LED outputs) I was thinking to just use the ESP32's onboard Bluetooth rather than a dedicated chip/module. After looking through some example code and the ESP32-A2DP library, I feel confident that this would work but is anyone able to see any caveats in doing this other than not being able to support aptx?
- esp32 to aux in
What are some alternatives?
ESPHome-Arduino-Port-Expander - An Arduino Port Expander for ESPHome with added Arduino Mega 2560 support
esp32-bluetooth-audio-adafruit - An ESP32 bluetooth audio receiver using an adafruit breakout
ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt
arduinoFFT - Fast Fourier Transform for Arduino
knock-esp32 - ESP32 WiFi provisioning over BLE
dscKeybusInterface - An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
ezTime - ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Mach3Controller - Android / ESP32 / ESP8266 Controller (+ coordinate display) for Mach3 CNC
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
ESP_Python_Serial - A tutorial on how to make an ESP and a Python script (running on PC or a RPi) communicate via Serial and do useful stuff while communicating
ESP8266_RTOS_SDK - Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
esp-idf - Espressif IoT Development Framework. Official development framework for Espressif SoCs.