python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Failing to access AVR ATTiny13A with very slow clock (128kHz/128 or 128kHz/256) (avrdude: error: program enable: target doesn't answer)
I am trying to program an AVR ATTiny13A using a USBasp adapter (guloprog) and avrdude. Uploading the program and running it works fine the first time for a fresh ATTiny13A device, but re-uploading aga...
Johannes Overmann
Votes: 0
Answers: 1
ATMEGA328p interrupt not working when using avrdude
I'm trying to use light a led placed in PB0, when detecting the INT1 interrupt on an atmega328p without an external ocilator. I'm using avrdude to upload the code to the micro. This is the code:
#defi...
Rjuanez
Votes: 0
Answers: 1
Extract code from Adafruit ItsyBitsy 32u4 set up as a HID USB Keyboard
I recently found in my office a suspicious device which I plugged in a spare computer. It was recognized as a keyboard by the system, and started clicking and typing. Whether it is a malicious device,...
javier
Votes: 0
Answers: 1
Cannot see Arduino port up after uploading AVR program
I'm trying to learn how to do AVR programming with my Arduino using AVR libraries. I was able to successfully upload this blink program to my Arduino Micro using the Arduino IDE:
#include <avr/io.h...
Microbob
Votes: 0
Answers: 2