←back to thread

133 points tosh | 1 comments | | HN request time: 0s | source
Show context
whatever1 ◴[] No.43553680[source]
At what point does one decides that a microcontroller doesn’t cut it and moves to a full OS system like rpi?

For example this could be an esp32 project

replies(3): >>43553985 #>>43554074 #>>43554912 #
1. NikkiA ◴[] No.43554912[source]
Probably at about the point you look at implementing a network stack on a microcontroller that isn't the ESP32.

Yes, this could have been a ESP32 project, because that has a network stack included, but it doesn't have an LVDS LCD interface, so you're going to have to implement one or the other on any 'simple' microcontroller.