Search found 2 matches
- Sun Feb 18, 2018 2:13 am
- Forum: General Discussion
- Topic: Using some Arduino libraries in bare-metal ESP32-IDF
- Replies: 2
- Views: 8684
Using some Arduino libraries in bare-metal ESP32-IDF
Hello there, I've been testing the ESP32-IDF for some simple tasks like the I2C, and I found out that the examples for HTTP GET in the ESP32-IDF is a bit long. Checking the Arduino equivalent for the HTTP GET, it looks much more compact. Could it be possible for us to take the Arduino library for th...
- Wed Jan 24, 2018 2:38 pm
- Forum: General Discussion
- Topic: PlatformIO support for ESP32-IDF - Requires some improvement
- Replies: 3
- Views: 8960
PlatformIO support for ESP32-IDF - Requires some improvement
Hello guys, I have just tried Visual Code Studio + PlatformIO with the ESP32-IDF and found out that I could not compile the sample code due to the absence of: 1.) msys32 (it is not included inside the PlatformIO, had to manually download it myself) 2.) The components.mk file. (had to manually add it...