Tried with VS-Code, same problem
no paths established
Search found 8 matches
- Tue Feb 13, 2024 8:29 am
- Forum: ESP-IDF
- Topic: ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
- Replies: 3
- Views: 1000
- Mon Feb 12, 2024 9:56 am
- Forum: ESP-IDF
- Topic: ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
- Replies: 3
- Views: 1000
Re: ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
Hello José Michel, thank you so much for your replay. - I'm using Windows 11 - I have installed esp-idf via online-installer - I do not use Eclipse or VSCode - The environment variable IDF_PATH, IDF_TOOLS_PATH is set correctly. There are no other environment variables. - I start the esp-idf via the ...
- Sun Feb 11, 2024 1:15 pm
- Forum: ESP-IDF
- Topic: ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
- Replies: 3
- Views: 1000
ESP32-C3 / ESP32-H2 / EPS32-S3 how to build
I'm trying to flash ESP32-C3 / ESP32-H2 / EPS32-S3 with ESP-IDF (Version 5.1.2). I've done idf.py set-target esp32c3 idf.py menuconfig idf.py build The process ist terminating with (ESP32-C3 / ESP32-H2) In file included from C:/Users/s/Espressif/esp-idf-v5.1.2/components/cxx/cxx_exception_stubs.cpp:...
- Wed Apr 08, 2020 2:23 pm
- Forum: ESP-MDF
- Topic: esp-idf (mesh) / esp-mdf
- Replies: 1
- Views: 9139
esp-idf (mesh) / esp-mdf
Hi there, actually I'm walking my first steps on esp32-mesh-to explore mesh functionality. But it's a litte confusing for me. What makes generally the difference between esp-idf mesh-examples and esp-mdf? Is esp-mdf only setup to use the esp-mesh-developmentboards (up to now I have none)? May I use ...
- Sun Dec 15, 2019 7:11 am
- Forum: ESP32 Arduino
- Topic: ESP32 with ESPnow - slave sending back to master
- Replies: 1
- Views: 5904
Re: ESP32 with ESPnow - slave sending back to master
solved it after a lond and dark night; need to pair the slave like this: uint8_t masterMac [] = {0x3C, 0x71, 0xBF, 0x9D, 0xDD, 0xEC}; esp_now_peer_info_t master; const esp_now_peer_info_t *masterNode = &master; const byte maxDataFrameSize = 250; uint8_t dataToSend [maxDataFrameSize]; memcpy (&master...
- Sat Dec 14, 2019 2:19 pm
- Forum: ESP32 Arduino
- Topic: ESP32 with ESPnow - slave sending back to master
- Replies: 1
- Views: 5904
ESP32 with ESPnow - slave sending back to master
Hallo, I'm struggling to get an ESP32-slave send data back to an ESP32-master (this works fine with an ESP8266). Master-Code ist basic-master-example-code from Arduino-IDE with an addinitonal callback function for receiving. // callback when data is sent from Slave To Master void onDataRecv(const ui...
- Mon Nov 25, 2019 7:53 am
- Forum: Hardware
- Topic: ESP32 flash / flash_erase - Invalid head of packet
- Replies: 3
- Views: 5284
Re: ESP32 flash / flash_erase - Invalid head of packet
Hi Angus, thank you for the response. The environment has been: - Windows 10 - breakout board only with the modul - powersypply by laboratory power supply and AMS117 3V3 voltage regulator - FTDI-Adapter FTDI1332 Unfortunatly it looks like modul has broken. The response of espfuse.py summary ist Conn...
- Sun Nov 24, 2019 4:39 pm
- Forum: Hardware
- Topic: ESP32 flash / flash_erase - Invalid head of packet
- Replies: 3
- Views: 5284
ESP32 flash / flash_erase - Invalid head of packet
Hallo, actually I've some problems to run several commands (flash, flash_erase). The ESP32-WROOM is soldered on a breakoutboard. If I run flash, program is terminating with Invalid head of packet after some writing on the Chip (baudrate 115200). The output is: Serial port COM10 Connecting........_ D...