-
I made a custom board using ESP32 WROOM 32U chip. I also have a bread board based test rig on which I've been flashing my test programs. The test rig runs fine with written code. However the custom bo…
-
Warning! Could not find the package with 'ESP8266_SSD1306 @ 4.1.0' requirements for your system 'windows_amd64'
-
Love the work done on this!
I basically followed along the ESP32 parts list in the readme. I've managed to connect and get preset switching working, but with no display output. I think this is beca…
-
**Describe the bug**
I have an [extremely](https://wiki.luatos.com/chips/esp32s3/board.html) bare S3 board. I successfully built and flashed the code. (Yay!) I looked for a way to break the deadlock…
-
Hardware I2C fails on ESP32_C3 with i2c timing value error.
i2c=I2C(0, scl=Pin(5), sda=Pin(4))
fails with error
E (87717) i2c: i2c_set_timeout(783): i2c timing value error.
Hardware: L…
-
The [Thingpulse ePulse Feather](https://thingpulse.com/product/epulse-feather-low-power-esp32-development-board/) & [Adafruit LoRa Radio FeatherWing](https://www.adafruit.com/product/3231) setup works…
-
hi, I've just installed ESPGeiger on my ESP8266 connected to a J305B tube.
I can't get the OLED display to work.
It worked perfectly with my old sketch, using the address 0x3c (it seems to me that y…
-
I use `example/sketch`, no screen output.
其它功能正常,只是屏幕有背光无内容,黑屏。
`TFT_eSPI @ 2.4.`**`78`** is not available, so I use `TFT_eSPI @ 2.4.`**`79`** in the platformio.ini below.
platformio.ini
```…
-
**Describe the bug**
A clear and concise description of what the bug is.
```
Flash size: 4194304 bytes
E (2092) SPIFFS: spiffs partition could not be found
[ 2103][E][SPIFFS.cpp:89] begin(): Mo…
-
The chip we're using on the Mesmerizer has 8GB of PSRAM and 8GB of flash (or more, depending on which chip you have). But our partition table only works for 4GB. I've tried to create an 8GB version …