What benefits do micropython and circuitpython have over C++ for esp32?

ESP_Sprite
Posts: 9582
Joined: Thu Nov 26, 2015 4:08 am

Re: What benefits do micropython and circuitpython have over C++ for esp32?

Postby ESP_Sprite » Thu Oct 29, 2020 1:59 am

As usual, there's no 'the best' language, it depends on what you're trying to achieve. If you want the ability to prototype up things quickly and are unfamiliar with C/C++, MicroPython/CircuitPython may be your best bet. If you're interested in coding algorithms that need to run As Fast As Possible (and note that e.g. a WiFi-controlled switch is not one of those), you may want to go for C/C++ instead. If all else fails, go with something you're familiar with, so you can get started as fast as possible.

Spile2
Posts: 23
Joined: Tue Sep 22, 2020 8:39 pm

Re: What benefits do micropython and circuitpython have over C++ for esp32?

Postby Spile2 » Thu Oct 29, 2020 7:40 am

I use c+/Arduino because of the wealth of examples and it appears one of the most widely used with plenty of support sites.

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 176 guests