-
I am trying out a ESP32-C3. The board is a Lolin C3 mini, v2.1.0. In this issue I will collect changes required to run Ahoy on an ESP32-c3. If ever successful (big if) this can be used for a pull requ…
-
Hello together,
I am pretty new to the zig build system and struggeling to setup ESP32-C3 support on my own repository using microzig as a dependency. Currently I have the following in my build.zig…
-
Hello again,
I noticed that you are using the ESP32-C3-DevKitM-1. It has support for the usbhost. See an example https://hackaday.com/2024/11/17/esp32-hosts-a-usb-keyboard-in-this-typewriter/
and
…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Hello!
I must say you inspired me a little. Was thinking of making project like this for very long time but never had time to figure which eInk screens would work best and get drivers working.
I s…
-
`#include
#include //引用以使用ETH
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define DEBUG 1
#if DEBUG
// 调试定…
-
Hi. thank for releasing the update!
I am getting either this compiling for ESP32-C3 Mini
```
exit status 1
Compilation error: exit status 1
```
or the attached for ESP32-C6-WROOM-1
[C6.tx…
-
Hi guys,
Thanks for sharing your scripts!
I encountered a problem while running the following script
`./scripts/esp32/generic-c3.sh`
I am using an arch-based distribution and when running t…
-
The lastest ESP32Marauder, downloaded from git 09 of July, isnt compiling for Generic_ESP32 boards, even using version 1 or 2 from Arduino IDE.
All the libraries are from WiKi, ipsis literis, even …
-
Hi,
Is there any technical reason why I2S is missing from the ESP32-C3 build? Is there a likelihood it will be included in the future?
Many thanks