Top new questions this week:
|
When reading analogue sensors - e.g. load cells, accelerometers - via a microcontroller's Analogue to Digital Converter, there are many sources of potential measurement error including:
a) Warm-up ...
|
I was driving a relay from Arduino Uno R3 Pin 13. I observed that every time I upload some code the led on the board designating pin 13 would blink. I'm curious why this is so. I understand that the ...
|
I'd like to use an ATMega328P for my project, I hope to do it without the arduino board.
I know with the Arduino IDE and an Arduino board I can program the microcontroller. However, would it be ...
|
I am trying to output a 25 kHz software PWM on at least four pins simultaneously with variable duty cycles on each pin individualy.
I've got all the actual PWM outputs via internal timers 2x8 ...
pwm
|
|
|
answered by
Matt Young
5 votes
|
|
|
|
I am controlling an ADC with my Arduino Uno. I would like the clock of the ADC to be the same frequency of the Arduino.
Is there any way that I can have a constant clock output from one of the Arduino ...
|
I want to connect an RFID reader to an Arduino board. The RFID reader has several wires attached, and the manual mentions them as follows:
Red: VCC +12V
Black: GND
Green: D 0/RX/4R+
White: D ...
|
This is a question about modifying sketches other than through the IDE.
I'm using an Arduino Uno r3 + Arduino WiFi Shield (not the 101). Up to now I've been using the IDE to manually change the ...
|
Greatest hits from previous weeks:
|
When you have a board in your hand but you don't know is it working or not, how to verify if it's working or dead?
|
I want to make a circuit that control speed of DC fan Using Arduino PID Library to get thing at specific temperature.
The circuit looks like this but can be changed, The dc fan motor connected to ...
|
Can you answer these?
|
Does Fritzing support the standard 0.1" break-away header?
When I search for "header" in its parts database, I see several examples, and some even seem to reference 0.1 headers, but I can't actually ...
|
So just bought an arduino Uno and I've been playing around with it. I want to connect one of the input pins to one of the PWM outputs and measure the output from there by sending it to my computer ...
|
I have VR2 Joystick and I want to hack it. What I think is that, to determine analog voltage of joystick outpin and to mimic this values in Arduino with AnalogWrite function. I tried measure analog ...
|