Microcontroller Designing-Lets start with Basics...
Don't know where to start or how to start, so let's start somewhere. I am writing this as a way of documenting what I know about microcontrollers. My journey with microcontrollers starts with the Arduino board. I would say that I started practically without even knowing a little bit of theory about microcontrollers. It was back then, during my college days around 8 years ago, that I started my journey with Arduino as a way of learning about Internet of Things (IOT). I bought an Arduino and started programming from scratch--> blinking LED, printing on LCD display, playing with seven segment LED, getting sensor's data, activating relays, and more and more. Then I bought a NodeMCU wifi module. The real fun started there. Again, blinking LED, but this time through mobile and using the cloud. It's time to do Iron Man stuff, controlling loads through voice commands using Google IFTTT. Then build a mobile-controlled CAR. I even built an automated Car using Arduino. Maybe I...