Top new questions this week:
|
I am working on a project that records the elevation changes of a 1 foot wide section using sonar distance measurement. I have 10 HC-SR04 sensors arranged in a straight line over this 1 foot section.
...
|
I want to run an arduino out in the cold (-40), and use the serial communication - I believe that the crystal is the weakest link (the one for the serial chip) - however I don't see any drop-in ...
|
I'm looking to recognize a particular sound using arduino uno.
I need to recognize a clap sequence to trigger a relay.
Having given it some thought i need it to be continuous listening mode with out ...
|
Can anyone please help me figure out/ point the reason of this arduino problem? I uploaded a simple arduino sketch (blink an LED ) just to test if my real program was the reason of the "abnormality" ...
|
I use Arduino and I'm beginner. I use the code below, but I don't understand what stepper.step(num) and STEPS in Stepper stepper(STEPS, 2,3,4,5) are, and I want to use stepper for specific degree and ...
|
I am trying to run a clock off of an arduino following this site: http://www.cibomahto.com/2008/03/controlling-a-clock-with-an-arduino/comment-page-1/ and I tried to combine it with this to get it to ...
|
I am using Arduino UNO/MEGA, I want to
analogWrite(pin, val);
where the value is 0-1023.
How can I make that ?
Thanks.
|
Greatest hits from previous weeks:
|
I want to have a LED turn on when I push a button and go off when I push the button a second time.
This code doesn't work:
const int buttonPin = 4;
const int motorPin = 10;
const int ledPin = ...
|
Hi i'm trying to parse JSON resposne from webserver in my arduino in order to turn on and off a LED light. I'm using the wifi client repeating example to make a get request to my server:
...
|
Can you answer these?
|
My Situation and Problem:
I am wanting to put together a system to help monitor the soil moisture content in my garden and a small heated greenhouse I use in the winter. Also, In the near future I ...
|
I have been working on adjusting the code for the strandtest RGB and strandtest RGBW to get exactly what I want, which in this case is for the LED strip to transition from one color to another nicely ...
|
I need to measure the RSSI between two Wi-Fi shields. One Wi-Fi shield would be working as a transmitter and other one as a receiver. I need to get the RSSI value in one Wi-Fi shield through opening ...
|