ESP32 documentation link

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
noblerabbit
Posts: 5
Joined: Thu Nov 22, 2018 5:25 pm

ESP32 documentation link

Post by noblerabbit » Thu Nov 22, 2018 5:29 pm

Hi,

Where can I find ESP32 Micropython documentation? Should I just look at ESP8266 and assume its the same for ESP32? What about esp32 specific methods?

Thanks!

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: ESP32 documentation link

Post by OutoftheBOTS_ » Thu Nov 22, 2018 10:18 pm

As fra as I am aware there isn't any docs for ESP32 but most of it is the same as ESP8266. I think as time goes by more and more is being implemented into the ESP32 official port but I am unsure if there is any docs on these additions. Lobo port of ESP32 has many additions and is generally well documented for Lobo perfic additions.
Last edited by OutoftheBOTS_ on Fri Nov 23, 2018 10:11 am, edited 1 time in total.

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: ESP32 documentation link

Post by mattyt » Fri Nov 23, 2018 4:28 am

OutoftheBOTS_ is right; there is no specific ESP32 docs...yet. Start with the ESP8266 docs but then I'm afraid you'll have to look at the code or search these forums. The Loboris fork is different enough that it will probably confuse the issue and I wouldn't recommend looking there unless you chose to use that fork.

Adding ESP32 documentation is getting close to the top of my list of MicroPython-y things to-do - though if anyone beats me to it I won't complain! :)

noblerabbit
Posts: 5
Joined: Thu Nov 22, 2018 5:25 pm

Re: ESP32 documentation link

Post by noblerabbit » Fri Nov 23, 2018 2:37 pm

OK. Thanks for the fast reply.

Also is there a changelog between firmware updates?

I updated the firmware from October (esp32-20181012) to the latest version (esp32-20180511) and noticed that the touchpad pin values have ~doubled for the same input. I put back the old firmware and got back the original values.

Post Reply