-
2020-01 version is working
The latest version is not working
SSD1306Wire display(0x3c, D4, D5);
D4=gpio2
D5=gpio14
-
**Describe the bug**
If trying to compile via PlatformIO (5.2.0) using the current commit 248ce51c6f38383f233dc1de031fbc09171c4e51 and an uncommented `#define CAMERA_DEVICE CAMERA_MODEL_AI_THINKER` i…
-
Hello, I'm completely new to the world of programming, I have a nodemcu esp8266 2m ws2812b led strip, a 1.3 inch OLED display and a bme280 sensor, I want to build an infinity mirror and have the led s…
LAR92 updated
4 years ago
-
Hello,
Fresh IDE installation, followed the steps described here:
https://docs.thingpulse.com/how-tos/Arduino-IDE-for-ESP8266/
But getting this
```
c:/users/user/appdata/local/arduino15/pa…
-
getting
```expected ')' before ';' token```
for line 87, which is
```#define DEVICE_NAME "REPLACE_WITH_YOUR_DEVICE_NAME";```
here is the full error, if it helps
I have also tried compili…
-
Hi. I have this board - https://wiki.wemos.cc/products:d1:d1_mini It's D1 pin is labeled as SCL and D2 as SDA. I also have a 128x64 screen with SSD1306 driver.
I followed the guide here -> http://aut…
-
Hello!
I have a problem with fillCircle(). It looks like the circles are a pixel higher then wide. I don't have problems with drawCircle().
My code:
```
#include
#include "SH1106Wire.h"
SH…
-
```
kevinh@kevin-server:~/development/meshtastic/meshtastic-esp32$ ./bin/exception_decoder.py -e ./release/archive/firmware-tbeam-US-0.7.10.elf ~/tmp/ex
stack:
0x4017353b: OLEDDisplay::drawHoriz…
-
### Hardware:
Board: DOIT-ESP32-DevBoard
Core Installation/update date: 31/jul/2018
IDE name: Arduino IDE 1.8.5
Flash Frequency: 80Mhz
Upload Speed: 115200
### Descriptio…
muojp updated
3 years ago
-
It works perfectly on ESP8266, SAMD, nRF52, but not on ESP32, and I can't figure out why 😩
```
example:15:1: error: 'QRcode' does not name a type
QRcode qrcode (&display);
^~~~~~
/var/folders…