Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with programmer
Search options not deleted user 43808
3 votes
1 answer
250 views
Arduino Uno R1 I soldered resistor but I cannot DFU program atmega8u2
atmega8u2 erase But for some reason I get the following error: dfu-programmer: no device present. … Edit 1 I installed the latest version of dfu-programmer and compiled from source via https://sourceforge.net/projects/dfu-programmer/files/dfu-programmer/0.7.2/ but still I get the error. …
1 vote
Accepted
Arduino Uno R1 I soldered resistor but I cannot DFU program atmega8u2
category/elektronik/arduino/ it is sometimes not to assume that the atmega8u2 is always the correct value in my case was the at90usb82 resulting into using the following command sequence: sudo dfu-programmer … sudo dfu-programmer at90usb82 reset Further information you can find into: https://forum.arduino.cc/index.php? …
1 vote
1 answer
321 views
Flashing ATmega8U2 using another Arduino
As fas as I understand there are some pins close to the AREF pin that can be used in order to attach a programmer. Also how can I temporally attach them without the need of a soldering iron? … Also, if I load into the other Arduino the programmer, then how can I load the firmware using GNU/Linux into the ATmega8U2? …