esp-adf
gfx
esp-adf | gfx | |
---|---|---|
19 | 35 | |
1,528 | 111 | |
1.6% | - | |
8.5 | 8.0 | |
2 days ago | 14 days ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
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.
esp-adf
- ESP adf buttons
-
Just Released My ESP32-S3 Audio Dev Board
If you're getting started, the ESP8266Audio library makes it easy to play audio with the Arduino toolchain. For more advanced use cases, Espressif's own ESP-ADF has a lot of useful features and examples.
-
LyraT onboard microphones
Take a look at the ESP-ADF recording example. https://github.com/espressif/esp-adf/tree/master/examples/recorder/pipeline_recording_to_sdcard
-
Ugh.. ADF
Sorry to break it to you, but the Korvo-2 is an ESP32-S3 based board and does not have classic Bluetooth (only Bluetooth LE). The a2dp+hfp example only works on the original ESP32 boards. See this table: https://github.com/espressif/esp-adf/tree/master/examples
-
ESP32 Audio ADC libraries
I'm mainly looking for a direction toward a library that may assist in my project, or whether I need to do all this from scratch. Is esp-adf (https://github.com/espressif/esp-adf) something I should be looking at, is it relevant to the parts I'm using?
- Sending Analog Audio as Voicememo or call.
-
New to Arduino - Controlling iOS device (ipad, iphone) with remote
Example code https://github.com/espressif/esp-adf/tree/master/examples/player/pipeline_a2dp_sink_stream this is technically making a headphone with remote control but you can still use it as a starting point.
- Creating an 8-channel, 16-bit audio recorder with ESP32 -- possible?
- ESP32-LyraT webradio / mp3 player with web interface
-
esp8266 as an intercom and connect to my asterisk server
Espressif has an example for the esp32. I’m sure you could use it as a starting point to build what you need.
gfx
-
Winduino: The beginnings of an Arduino emulator layer for PC
This should work with LVGL but I haven't tried it. It does work with https://honeythecodewitch.com/uix and https://honeythecodewitch.com/gfx and the example project uses that.
-
I've produced a couple of projects for doing graphics and user-interface stuff
The graphics library https://honeythecodewitch.com/gfx/
-
UI/UX and 2d graphics libraries (cross platform)
I've developed a graphics library that supports TrueType, SVG, PNG, JPG, alpha blending and X11 colors here: https://honeythecodewitch.com/gfx/
-
If my ESP32 is being powered by a 5V power supply through the 5V Vin pin, can I simultaneously output 3.3V to some other peripherals in the system that require 3.3Volts
The ESP32 will reboot with a brownout message if you draw too much current. Obviously you want to avoid this, but after writing a graphics library htcw_gfx and writing a ton of drivers for many different displays, I've never had any issues running the backlight off the ESP32's 3.3v pin when plugged into USB, or even on LiPO.
- Guidance on how to get started
- htcw_gfx 1.4.6 is released
- Initial SVG support in htcw_gfx 1.4.4
-
Just got SVG graphics rendering on an ESP32
Thx, interesting. Made me G**gle it: https://github.com/codewitch-honey-crisis/gfx
-
Alternatives to LVGL for embedded graphics on a monochrome display?
Try out https://github.com/codewitch-honey-crisis/gfx - it works very well on monochrome displays and is lighter than LVGL.
- htcw_gfx 1.3.8 is out and published to PIO
What are some alternatives?
ESP32-audioI2S - Play mp3 files from SD via I2S
esp-idf-sys - Bindings for ESP-IDF (Espressif's IoT Development Framework)
mp3-bluetooth
wokwi-features - Wokwi Feature requests & Bug Reports
ESP32-audiokit-webradio-webinterface - ESP32 webradio with webinterface
TJpg_Decoder - Jpeg decoder library based on Tiny JPEG Decompressor
esp-adf-libs
nanosvg - Simple stupid SVG parser
wvr - Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
gfx_demo - GFX Demo for Arduino and the ESP-IDF
google-offline-speech-recognition - This project aims to research google's offline speech recognition, from several android apps and ideally make them interoperable by replicating it on any system that supports tensorflow.
ttgo_mandlebrot