Conversation

Replying to
I recall using a raw machine code based microcontroller in an undergrad class in 1995 (keying in register values and looking up opcodes). Was that the norm then? I used a Stamp2 with pbasic circa 2006. I think Arduino happened right after.
2
1
When did cheap C-flavored microcontroller boards first appear? Was Arduino the first one? How much did an Arduino equivalent boards cost in the 90s and aughts? I remember an Atmel board that was around $300 in 2006.
6
2
It feels like everybody was so focused on the minicomputer-PC-laptop-mobile story we kinda didn’t notice an equally radical evolution in cheap embedded microcontrollers and single-board computers. Today’s mcs and SBCs are as far beyond 1975 ones as iPhones are from minicomputers.
1
7
Kinda ridiculous how $15 boards can run C code now and $30 boards can boot Linux. It just hit me that the “waste microcontrollers” mindset is new and I don’t have it. Nobody bothers with clever 555 circuits and stuff. Do it in software and use GPIO pins on simpler circuits.
4
13
Or maybe it’s like the Ruby/Python frameworks moment when interpreted languages overtook Java for web. Also circa 2007 I think. There was PHP and ASP and cold fusion before that but Java was the “serious” way.
3
Show replies