Hacker News new | ask | show | jobs
by Avamander 2522 days ago
ESP32 can run μPython which should make it quite a bit easier for those that know some high level programming language. For me using an ESP32 seems like the more reliable, secure, easier and faster solution but people have their preferences and I relate to it being a bit scary at first.
2 comments

μPython is great - I am not complaining about it, but for someone who is tinkering with a project, it is different enough from Cpython to make things frustrating.

If this was a commercial project, I would agree completely (and from a BOM cost, the manufacturer would be a lot better off investing the time in the dev on a microcontroller)

A restricted port of a language isn't the same thing as the full language. On a Raspberry Pi, you have access to POSIX, system libraries, filesystems, package managers, etc...

μPython is fine, but typically a programming language is about more than just the language.

> On a Raspberry Pi, you have access to POSIX, system libraries, filesystems, package managers, etc

All things you basically don't need for a little project like this.