Skip to content
Snippets Groups Projects
Commit 527b26b3 authored by Jani's avatar Jani
Browse files

Merge branch 'master' of gitlab.fabcloud.org:academany/fabacademy/2020/bootcamp/spicy

parents d9070442 d26d501c
No related branches found
No related tags found
No related merge requests found
# Friday
Friday
- machine families
- Squidworks
- http://cba.mit.edu/docs/theses/20.02.read_draft.pdf
......@@ -76,6 +76,7 @@
- https://gitlab.fabcloud.org/pub/helloworld
- Jani doc
- Henk gitlab
- http://henk.buursen.fabcloud.io/gitlab-bootcamp-2020/
- Santi gitlab eval
- Fab Academy Kerala
- bootcamp review
......
Urumbu/motor-node/ATtiny_x14_pinout.png

2.37 MiB

......@@ -15,5 +15,17 @@ With this configuration. We got the maximum standard baudrate at 460800 without
Using the X motor (2 LSB) doesn't change the reaction time that much so probably the worst case scenario we just exposed can be considered as standard scenario.
# Useful Notes
Below the command that was last used to upload the `.hex` file to the board via UPDI. It worked. Replace `-c /dev/tty.usbserial-DN05BTJ5` with the device ID of your UPDI programmer. `-d` is type of your microcontroller, `-b` is baud rate, `-v` stands for verbose output and `-f` is the `.hex` file input.
```
python3 pyupdi.py -d tiny1614 -c /dev/tty.usbserial-DN05BTJ5 -b 57600 -v -f ~/Documents/Arduino/build/412blink.ino.hex
```
[Get pyupdi here](https://github.com/mraardvark/pyupdi). Use the [MegaTinyCore for Arduino](https://github.com/SpenceKonde/megaTinyCore) (at least for now).
Refer to the ATTinyX14 Pinout to figure out the right pins. Image should load below.
![ATTinyX12 Pinout](./ATtiny_x14_pinout.png)
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