Skip to content
Snippets Groups Projects
Commit 06855e76 authored by Mitalee Parikh's avatar Mitalee Parikh
Browse files

embedded programming 1

parent 307dd590
No related branches found
No related tags found
No related merge requests found
Pipeline #252430 passed
......@@ -137,7 +137,7 @@ So chaning the outline accordingly, this is how the pins should rest:
And after soldering all components, here is how the final board looks:
![board](./images/ed/ss/board.jpg)
Programming the board is done during the [Embedded Programming](./Embedded Programming.md) week.
Programming and testing of the board is done during the [Embedded Programming](./Embedded Programming.md) week.
#### References
......
#Embedded Programming
---
This week is about learning how to program a microcontroller.
### Page Summary
1. Understanding a Datasheet
2. Comparing the performance and development workflows for different microcontroller families
3. Programming with FabISP + Arduino IDE
4. Programming with ftdi
5. References
6. Code files
1. Understanding a Datasheet
2. Comparing the performance and development workflows for different microcontroller families
3. Programming with FabISP + Arduino IDE
![setup](./images/empro/setup.jpg)
![usb check](./images/empro/usb-check.jpg)
![avrdude](./images/empro/avrdude.jpg)
![board](./images/empro/board.jpg)
![processor](./images/empro/processor.jpg)
![clock](./images/empro/clock.jpg)
![port](./images/empro/port.jpg)
![programmer](./images/empro/programmer.jpg)
![program](./images/empro/program.jpg)
![led-button](./images/empro/led-button.gif)
4. Programming with ftdi
5. References
6. Code files
[Code (sketch) for programming with FabISP + Arduino IDE](docs/images/empro/led-button-44.zip)
[Code for...]
docs/images/empro/avrdude.jpg

12.4 KiB

docs/images/empro/board.jpg

19.2 KiB

docs/images/empro/clock.jpg

23.3 KiB

File added
docs/images/empro/led-button.gif

176 KiB

docs/images/empro/port.jpg

21.1 KiB

docs/images/empro/processor.jpg

23.9 KiB

docs/images/empro/program.jpg

34 KiB

docs/images/empro/programmer.jpg

34.5 KiB

docs/images/empro/setup.jpg

48.8 KiB

docs/images/empro/usb-check.jpg

37.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment