Embedded Programming

by Dhruv Saidava



Fab Academy Tutorials & References


Assignment

read a micro controller data sheet
program your board to do something, with as many different programming languages
and programming environments as possible
extra credit: experiment with other architectures


Micro controller Data-sheet

Learning after reading data-sheet
Any start with electronics can only done after reading datasheet. Each point is verly well explained. Its helps in understanding process and working of micro controller .

In Final project going to use in Satshakit in which its pin-out and design play very important role.
I can make small wearable sensor base toy which can be made through attiny controller.
I started with https://www.farnell.com/datasheets/1682209.pdf as this belong to Arduino. It was easy for me to understand.
Then after I understand it pins in details and how it can be used.






After understanding that you need to understand its uploading.
Check Tutorial for more in details



As Satsha kit is same as Arduino so below image was important to understand.
You can find many sub type in IC so its best to check datasheet and then design.
Rembering pins with connection to Arduino creates problem and mistake.
Avishek and Gautam Guided me and helped to find image explaining connection.


Basic Connection for uploading program by using Arduino as ISP
Attiny 44--Arduino UNO
VCC-- 5V
GND--GND
MISO--Pin12
MOSI--Pin11
SCK--Pin13
RST--Pin10

Below are codes in Embedded Programing





Files