Search found 3 matches
- Mon Jun 25, 2018 8:12 pm
- Forum: General Discussion
- Topic: Migrating from ESP8266 to ESP32
- Replies: 1
- Views: 4199
Re: Migrating from ESP8266 to ESP32
Here is my last notes: IO0 => Pull-Up (I can use as a button input: Normal Open for GND) IO1 => TX - RESERVED !!! IO2 => Pull-Down (I can use as button input: Normal Open for 3V3 IO3 => RX - RESERVED !!! I4 IO5 => Pull-Up (I can use as a button input: Normal Open for GND) IO6 => Internal Flash - RES...
- Sat Jun 23, 2018 6:54 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 943888
Re: What would you like to see in The Next Chip?
An archicteture improvement, supporting Linux OS would be nice, and would become ESP32 competitive with Raspberry PI.
- Fri Jun 22, 2018 4:45 pm
- Forum: General Discussion
- Topic: Migrating from ESP8266 to ESP32
- Replies: 1
- Views: 4199
Migrating from ESP8266 to ESP32
Hi, I need the help of anyone who has worked with ESP32 to check if I'm missing out on any detail. The last project I did with the ESP8266 was with a NodeMCU plugged into the main board, and in order to program the firmware it was enough to insert a USB cable and download the program. But now I need...