-
Is it possible to add AVR ISP function to esp-link?
This is possible for esp8266 as i see here: https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266AVRISP
-
Both arduino / esp idf can place read only data in flash ( at least 4MiB even on the cheapest esp8266 devboards )
arduino with PROGMEM and espidf with ICACHE_FLASH_ATTR attributes
nb: that's only …
pmp-p updated
3 years ago
-
### The problem
I am trying to set up a basic IR receiver to record IR codes for a project. I started by flashing the board over USB with https://web.esphome.io/ "Prepare for First Use" in Chrome. …
-
Hello,
I appreciate that you put so much effort into making Nextion easy to use with your library. It is elegant.
I have used `EasyNex myNex(Serial2)` with ESP32 for the last two years, and it…
-
after manualy fixing of missing files I run into the following issue:
Arduino: 1.8.5 (Linux), Board: "ESPDuino (ESP-13 Module), 80 MHz, 57600, 4M (3M SPIFFS)"
WARNING: library ESPmDNS claims to …
-
### Answers checklist.
- [X] I have read the [Rainmaker documentation](https://rainmaker.espressif.com/docs/get-started.html) and the issue is not addressed there.
- [X] I have updated my IDF branch …
-
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…
-
This is what I get when I try any of the examples:
Arduino: 1.8.16 (Mac OS X), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4…
-
Hello,
i got different errors in arduino ide 1.8.9
i have install the necesary libary's but get the following error's
Arduino: 1.8.9 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, …
-
## Hardware
* [ ] ESP8266
* [x] ESP32
* [ ] Raspberry Pi
Modelname: WT32-ETH01
Retailer URL: [WT32-ETH01](https://amzn.eu/d/49nQwHq)
### nRF24L01+ Module
* [x] nRF24L01+ you verified …