Skip to main content

Questions tagged [arduino-duemilanove]

A microcontroller board based on the ATmega168 or ATmega328.

1 vote
1 answer
107 views

As a volunteer for Public Invention, I have developed an Atmega328 based design in which I thought I was largely duplicating the Arduino UNO. Unlike the UNO, I did choose a CH340 USB to UART chip as ...
Forrest Erickson's user avatar
0 votes
1 answer
105 views

I have been working with my Arduino UNO for 2-3 hours and after that it was not possible to load sketchs into the board since it returns a "avrdude: stk500_recv(): programmer is not responding" ...
jiop's user avatar
  • 101
0 votes
2 answers
392 views

Similar to Will the Uno bootloader work in the Duemilanove? but the other way around. I have an Arduino Uno. I require a slower upload speed than the 115200 baud rate used in the Uno's Optiboot ...
sa_leinad's user avatar
  • 3,218
-1 votes
1 answer
145 views

I have a duemilanove which originally had a 168. I have some ATMEGA328 P chips and I've put one into the duemilanove. I am using a Uno as a programmer for the duemilanove. I am running Arduino 1.8....
peterfelgate's user avatar
0 votes
2 answers
697 views

I am unable to access elements of a 2D PROGMEM array from inside a loop. Please see the following example: const byte a1[] PROGMEM = {'a', 'b', 'c', 'd'}; const byte a2[] PROGMEM = {'e', 'f', 'g', 'h'...
Arundale Ramanathan's user avatar
2 votes
0 answers
112 views

I want to control 4 (or more) LEDs using the PWM output pins of my Arduino. Here is how I have it on a breadboard, and it's working for me. Question: Is this schematic inefficient? Are there any ...
user3228313's user avatar
2 votes
3 answers
847 views

I recently saw this video where the creator controlled a DMX light via the Arduino. There he used the pins 3 and 4 for the data on the Arduino Duemilanove. As DMX library he used DmxSimple. Based on ...
Noir's user avatar
  • 121
1 vote
2 answers
208 views

I made a vibration sensor using an Arduino. It is connected to an Android app. When the start button is pressed on the app, a red light LED turns on (stand by), and after 2 - 5 seconds, the red LED ...
Mohammadjavad Siahkamari's user avatar
0 votes
1 answer
411 views

I'm trying to connect 2 potentiometer (10k) and pass their value to Hairless Midi software (For Serial to Midi Bridge) the first pot is working fine but the second pot's value keep on changing and ...
ronaldo's user avatar
  • 11
5 votes
5 answers
2k views

So what exactly I am trying to do is control a motor and be able to turn it both ways without any extra parts. So if the hmp was on (the plus pole) and the hmm (the minus pole) acted like ground the ...
Moaz Tabosh's user avatar
2 votes
1 answer
729 views

Good morning, I would like to use an Arduino Duemilanove to read the voltage signal generated from a current sensor (CSLA2CD). The datasheet for this sensor can be found here. The problem is that ...
Andres's user avatar
  • 23
0 votes
1 answer
493 views

avrdude: stk500_getsyn(): not in sync_resp=0*00 avrdude: stk500_disable: protocol error, expect=0*14,resp=0*51 These are the errors occurring when I am trying to upload to the board. I've tried all ...
vignesh's user avatar
  • 11
1 vote
2 answers
4k views

I am designing 8*8 reed switch matrix which will be connected to Arduino. I am using Arduino Duemilanove. I have completed the matrix portion but don't know how to connect and where to connect the ...
user avatar
6 votes
2 answers
3k views

I've got project that needed to have some (4) digits display, and had plenty of 7 seg. displays lying around. I didn't have any multiplexers left but have instead wired it up as per this diagram: I've ...
Shane Gadsby's user avatar
1 vote
1 answer
2k views

I need four Fast PWM signals for four different transistors. I want to use timers 1+2 (pins 3, 11, 9, 10) so it wouldn't interfere with delay(...). I tried setting the timers to Fast PWM mode, and ...
Dor's user avatar
  • 73

15 30 50 per page