Search found 2 matches
- Fri Aug 02, 2024 6:28 am
- Forum: ESP-IDF
- Topic: common code problem
- Replies: 1
- Views: 685
common code problem
i am using esp32 wroom module and when i am trying to upload this programme after i facing this error. How to resolved it ? ERROR:- fatal error: avr/eeprom.h: No such file or directory 1 | #include <avr/eeprom.h> CODE:- #include <Wire.h> #include <WiFi.h> #include <WiFiUdp.h> #include <GPS.h> WiFiUD...
- Sat Jul 20, 2024 12:21 pm
- Forum: ESP-IDF
- Topic: CODE UPLOADING ERROR IN ESP32
- Replies: 0
- Views: 491
CODE UPLOADING ERROR IN ESP32
we are using a esp32 wroom(nodemcu32) when we are uploading code on esp32 module through vs code software. We are at a basic level and trying to upload an aexisting led blinking program. we are not able to upload the code in ESP32. We are geting this error - bootloader is not responding To cross exa...