Jens Chr Brynildsen
Jens Chr Brynildsen
Ref this forum post: https://community.particle.io/t/undefined-compile-failed-compiler-encountered-an-error/45478 I cannot get rid of this error. I'm using CLI Version 1.35.1 on node version v8.12.0. The compilation fails due to a Promise that is...
Makes it possible to scan to the correct address and then display the result on the Liquidcrystal display itself. Makes a lot of sense and makes it even easier for...
Ref https://github.com/256dpi/arduino-mqtt/issues/147#issuecomment-1787447115 As suggested, I've made this into an Arduino project. Platformio users can go to my original repo instead. Tested with Arduino 1.8.19.
Ref this thread https://community.platformio.org/t/custom-board-missing-file-pins-arduino-h-no-such-file-or-directory/36622/4 I've added instructions for adding a custom board to a single, local project. I had a hard time finding this, so I think it should be...
Setting these two extra parameters will make both programming and Serial work as expected. Ref: https://github.com/espressif/arduino-esp32/issues/6762#issuecomment-1182821492 Without it, the boards won't program without the use of Boot+Reset buttons (to trigger...
Right now, every newly created example will fail to run in the browser, with the above error. This seems to be related to an import referenced in [this issue](https://github.com/mqttjs/MQTT.js/issues/1020), but...
The VS1053 library does not work with ESP32's. - Arduino board: Adafruit ESP32-S3 NO_PSRAM - Adafruit hardware: Breakout https://www.adafruit.com/product/1381 - Arduino IDE version: 2.0.3 & 2.1.0 Steps to reproduce: -...