-
Hi,
Ich versuche folgenden Sketch zu kompilieren:
```
#include
Basecamp iot;
void setup() {
iot.begin();
//The mqtt object is an instance of Async MQTT Client. See it's docume…
-
**Describe the bug**
Arduino IDE 2.2.1 fresh installed, fresh installed lcdgfx library, st7735 and ili9341 demos not compile for esp8266 board with this error:
libraries\lcdgfx\src/lcd_hal/esp/esp32…
-
Thank you!
-
Hi,
I am trying to make it run on a ESP32-8048S043 board, which contains a 800 * 480 display and a SD
So I set `#define ARDUINOILI9488`
Then in runtime, changed
```
#ifdef ARDUINOILI9488
#inclu…
-
There are compile issue to use the ps3 or ps4Controller library. The Error is written as 'Error compiling for the board esp32 DEV Module'. The problem is the library only compatible with old version o…
-
when i try to compile with every library and boards file updated, i get the following error list:
`In file included from /home/simon/Documents/Arduino/sketch/libraries/FastLED/src/FastLED.h:50,
…
-
Hello! Thank you for this project! Having a problem with OTA, it is not working on my project with ESP32.
My parameters:
DOIT ESP32 DEVKIT V1
Arduino IDE 2.2.1
FastBot v 2.25
When I try to s…
-
I bought this ESP8266 board from Amazon: https://www.amazon.com/HiLetgo-Internet-Development-Wireless-Micropython/dp/B010O1G1ES/ref=sr_1_1?ie=UTF8&qid=1517445512&sr=8-1&keywords=esp8266+wifi
I have…
-
Hi, I know you can upload code to the esp32 from the arduino ide, so is there any way to build this project for arduino and use it there instead of using the esp-idf? Thanks.
-
### The problem
After flashing a [Shelly-Plus-1PM](https://www.esphome-devices.com/devices/Shelly-Plus-1PM) via Tasmota OTA (initially installed Tasmota on that device) using a stripped configurati…