▲ | keiferski 7 hours ago | |||||||||||||||||||||||||||||||||||||||||||
As someone wanting to get into electronics, DIY, Raspberry Pi, etc., is this a good starting point? Or do you recommend getting another (low budget) Pi first instead? | ||||||||||||||||||||||||||||||||||||||||||||
▲ | unwind 7 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
The Pico is a microcontroller, typically programmed directly "to the metal" using either your own code or RPi's SDKs. It is very different from the regular Pi boards, which are single-board computers that run a full Linux using gigabytes of RAM. The Pico has 264 KB (original) of RAM, or a massive 520 KB on the Pico 2. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
▲ | MathMonkeyMan 7 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
It's good if you just want to talk to some sensors or add logic to a motor. I enjoy learning about all of the low level details. |