Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
chadd1746437yArduinos and Raspberry Pi's are cheap, easy to use, and extremely popular. Go on adafru.it and browse. They have good stuff of their own as well.
-
If you want to get closer to the hardware than an Arduino or Raspberry Pi will allow, you could give PICs a go:) Though I will say that the Pi is excellent for understanding embedded Linux.
-
740027807yAVRs are a good start, because they are simple enough that completely understanding them is feasible. I started my with them and assembly (and later C) and soon knew them like the back of my hand.
The original Arduino is based on an AVR, too. As far as I know, Arduino was built for artists needing to quickly build installations. And it's fine for that purpose. There's hardly a better way if you want something working quickly, without much experience in the field.
But a large part of the Arduino community mainly is sticking libs together and expects it to work (which it does in most of the cases). If you want to gain a deeper knowledge, Arduino is probably not a good starting point. The libraries are written for maximum user-friendliness and check a lot of edge cases for you, so you don't know what's really going on under the hood. Apart from that, the “IDE” is just shitty. -
740027807yMy advice: If you really want to get to know microcontrollers, look for a nice bare-metal tutorial (sadly, I only can recommend a good one in German) and start without any software frameworks. These are fine if you don't have much time and don't want to gain deeper knowledge.
Start with a simple architecture like AVRs or 8-bit PICs, you can more easily switch to more complex controllers like ARMs later.
Sorry, comment got too long, had to split it up. -
740027807yBut that might be just my subjective point of view. I am not particularly fond of Arduino, especially since I participated in some kind of educational contest back in school, where we had to program Arduinos. The code templates we were given were already horrible and showed no sign of understanding the constraints of embedded development. Sure, they worked in the end, but there were ways orders of magnitude more elegant and efficient. For me, an elegant solution is so much more reqarding than a barely working, ugly solution, so I prefer getting to know what the device I'm running my code on is capable of before I start patching snippets together.
Sorry, had to get that off my chest. I should probably stop ranting in other people's comment threads. -
I like Arduino, but I am just beginning with this, so do not listen me. :)
I want to keep me updated with this "rant", so I had to comment.
Related Rants
-
Kyliroth6!rant but recommendation: "JavaScript: The Good Parts" Douglas Crockford. I really like this book. It's chew...
-
confusedGuy-sh16LONELINESS IS REAL I am a freshman in a university ( about to complete my first year ) with a girl to boy rat...
-
Glamhoth18I started learning programming microcontrolers today. I already bricked one ATMega...
Seriously interested in microcontrollers. Not sure where to start though. Any suggestions?
undefined
help wanted
recommendation
microcontroller