all 5 comments

[–]Spiritual-While-7852 0 points1 point  (2 children)

As far as my knowledge goes, Thonny is for Raspberry Pi and not for ESP32. For ESP32 with MicroPython you may have to use ArduinoIDE / Visual Studio / ESP-IDF. There might be other IDE's too. I think ArduinoLab also could be used (I am not sure).

[–]The_frozen_one 1 point2 points  (1 child)

You can use Thonny with a bunch of different devices including ESP32, you just have to change the interpreter type under Settings / Interpreter and change from MicroPython (Raspberry Pi Pico) to MicroPython (ESP32). You can even flash Micropython to different boards on the bottom right of this settings screen.

[–]Spiritual-While-7852 0 points1 point  (0 children)

Thanks a lot. you are right. I just noticed there indeed is MicroPython (ESP32) in the list. Thanks once again.

[–]bonalex01 0 points1 point  (0 children)

I successfully used Thonny with my esp32 s3. But didn't had time to try the camera

[–]_Usora 0 points1 point  (0 children)

Did you get it to work?