Search found 3 matches
- Sat Jul 25, 2020 8:39 am
- Forum: ESP32 boards
- Topic: SSD1306 Refresh / skipping interrupts?
- Replies: 6
- Views: 5197
Re: SSD1306 Refresh / skipping interrupts?
I'm trying to add a board definition for ESP32 that supports the SSD1306 display, for this dev board https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/SchematicDiagram/WIFI_Kit_32_Schematic_diagram.PDF and code here https://github.com/HelTecAutomation/Heltec_ESP32/tree/master/src/oled ...
- Sat Jul 25, 2020 8:02 am
- Forum: General Discussion and Questions
- Topic: How to build micropython with PlatformIO and ESP-IDF?
- Replies: 6
- Views: 9298
Re: How to build micropython with PlatformIO and ESP-IDF?
I haven't setup PlatformIO yet, but I was planning to give it a try. I know if you're using esp-open-sdk you'll need to patch crosstool-NG for newer versions of bash. e.g. git clone --recursive https://github.com/pfalcon/esp-open-sdk.git /tools #sed for esp-open-sdk#365 cd /tools && bash --version &...
- Sat Jul 25, 2020 7:49 am
- Forum: General Discussion and Questions
- Topic: How to build micropython with PlatformIO and ESP-IDF?
- Replies: 6
- Views: 9298
Re: How to build micropython with PlatformIO and ESP-IDF?
But I still don't know how to build it under ESP-IDF v4. Follow the steps in in the README.md for the ESP32 Port of micropython. Try the 4.x commit hash e.g. git checkout <4.x commit hash> in the ESP-IDF repo clone after the make ESPIDF= step outputs it's error message which includes the 3.x and 4....