Hacker News new | past | comments | ask | show | jobs | submit login

What I dislike about Raspberry Pi is that it gives people the wrong idea of embedded programming. It led to a profusion of these tutorials and articles where someone is booting up an entire operating system and coding in Python just to make an LED light up. It would be much better if there were some kind of equally popular open source platform that focused on actual microcontrollers, with the associated focus on efficiency and performance.



> It would be much better if there were some kind of equally popular open source platform that focused on actual microcontrollers, with the associated focus on efficiency and performance.

arduino is certainly a popular open source platform that uses a microcontroller, but it is increasingly distant from the practice of actual embedded work.

in the unlikely event anyone is interested, i see embedded projects developed every day. STM32 parts with STM32CubeMX-generated projects using the HAL is quick, largely painless, and ships real projects on a regular basis. get a nucleo board. they're subsidized by ST so they're both more powerful than any arduino, and also cheaper.


Would you mind elaborating a little on what makes Arduino "distant from the practice of actual embedded work"?


I bet you heard of Arduino?


Wilderness Labs are working on the Meadow, which is a microcontroller that can run some .Net Code. This sounds closer to what you're looking for - https://www.wildernesslabs.co/meadow

They've got a record for delivering as they've also made the Netduino a .Net version of the Arduino - https://www.wildernesslabs.co/netduino


Are you aware of the the Microbit? It's used around the UK in schools - https://microbit.org/


Arduino, esp8266, micro:bit?


mbed?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: