-
Starting from `Example2-DMXInput` and after finding [this comment](https://github.com/sparkfun/SparkFunDMX/issues/10#issuecomment-1745816207) I changed the example to `dmxSerial(1)` and `enPin = 3` an…
-
actual these types cant compile because of missing stuff
-
After a certain number (usually
jimmo updated
2 months ago
-
### Operating System
Ubuntu 22.04.1 LTS
### Esptool Version
3.0 - 4.4
### Python Version
Python 3.10.6
### Chip Description
ESP32-S2FH4 (revision v0.0) / ESP32-S2FNR2 (revision v0.0)
### Devi…
-
@CapnBry
Thanks for that code.
I managed to get the CRSF link running on the wemos LolinS2_mini.
The only challenge was to feed the used serial port in numbers to CRSR.begin() function, as on …
-
I tried for ESP32-S2 in linux and got this error. Any clue what is this usb_hal and how to include this?
src/esp32-usb-v2/src/common/usb_device.cpp:3:10: fatal error: hal/usb_hal.h: No such…
-
These two Espressif chips offer native USB support.
But when attempting to use this library, the following error is shown:
```text
WARNING: library MIDIUSB claims to run on avr, sam, samd archite…
-
### Build issue(s)
I'm having problems building the lighting-app using esp32s2 as target
The board I'm using is a [ESP32-S2-SAOLA-1R (WROVER)](https://docs.espressif.com/projects/esp-idf/en/latest…
-
**Name of Board**
Adafruit FT232H Breakout - General Purpose USB to GPIO, SPI, I2C - USB C & Stemma QT
**Board Architecture (i.e: SAMD51, ESP32-S2, ESP32, ...)**
FT232H
**Hardware URL**
https…
-
> ESP32-S2/S3 chips have built-in USB-OTG peripherals, which support USB host mode.
I specifically have a ESP32-S3-USB-OTG board that I would like to use as a USB host.
I think [`esp-rs/esp-idf-…