added screenshot for AVRDUDESS procedure #docs
This commit is contained in:
parent
50ea75049a
commit
a86c3af806
1 changed files with 7 additions and 2 deletions
|
|
@ -18,7 +18,10 @@ The AVR Programming jig consists of several components:
|
||||||
|
|
||||||
Assembly animation:
|
Assembly animation:
|
||||||
|
|
||||||
<div style='position:relative; padding-bottom:calc(75.00% + 44px)'><iframe src='https://gfycat.com/ifr/AnimatedInsistentChimpanzee' frameborder='0' scrolling='no' width='100%' height='100%' style='position:absolute;top:0;left:0;' allowfullscreen></iframe></div>
|
<div style='position:relative; padding-bottom:calc(75.00% + 44px)'>
|
||||||
|
<iframe src='https://gfycat.com/ifr/AnimatedInsistentChimpanzee' frameborder='0' scrolling='no' width='100%' height='100%' style='position:absolute;top:0;left:0;' allowfullscreen>
|
||||||
|
</iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -26,7 +29,7 @@ Assembly animation:
|
||||||
|
|
||||||
Uploading firmware without a Pyr0-Piezo AVR Programming Jig requires soldering to the test pads on the bottom of the Sensor's PCB:
|
Uploading firmware without a Pyr0-Piezo AVR Programming Jig requires soldering to the test pads on the bottom of the Sensor's PCB:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To utilize the UART's in-built auto-reset function, a 10k resistor and a small capacitor must be added to the reset wire in the configuration below:
|
To utilize the UART's in-built auto-reset function, a 10k resistor and a small capacitor must be added to the reset wire in the configuration below:
|
||||||
|
|
||||||
|
|
@ -99,6 +102,8 @@ After installing AVRDUDESS, and opening it, follow the image below with the sett
|
||||||
- **D.** Set the Fuse Bits to `E2`, `DF`, `F9` respectively. Leave LB *blank*
|
- **D.** Set the Fuse Bits to `E2`, `DF`, `F9` respectively. Leave LB *blank*
|
||||||
- **E.** Click the Flash button to begin the upload process
|
- **E.** Click the Flash button to begin the upload process
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### avrdude
|
### avrdude
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue