Top new questions this week:
|
I am using Arduino UNO/MEGA, I want to
analogWrite(pin, val);
where the value is 0-1023.
How can I make that ?
Thanks.
|
After all there is more question poping up then answers i decide to upload the pdf where is everything writen, like the wire, motor type and what we can and can't use. Here is the link pdf format of ...
|
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 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.
...
|
Hi all,
In the screenshot of a circuit I've included, I'm attempting to light up 4 LEDs off of pin 2. In circuits.io, everything works great. 3 blue LEDs and 1 red LED light up and blink as ...
|
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 am working on a project for knowing the position the of DC motor which has a hall sensor built into it. I am newbie into programming using the arduino uno R3. After some forum search and self ...
|
Greatest hits from previous weeks:
|
I am sending a list of servo positions via the serial connection to the arduino in the following format
1:90&2:80&3:180
Which would be parsed as:
servoId : Position & servoId : ...
|
I'm working on building a solar powered, Arduino based weather station. The weather station consists of a temperature sensor and a photoresistor, and I plan to add an anemometer in the future. I would ...
|
Can you answer these?
|
I have a simple network created using Xbee series 2 devices.
My network is very simple, my end-device with Arduino UNO read a temperature and Lightning, display this value into LCD and send using Xbee ...
|
I am looking into the process of making custom bootloader or a core which would support programming of one microcontroller in Arduino. Kind of what igrr first did for ESP8266 - enabled programming of ...
|
I'm using arduino and adafruit to control 4 motors for a little robot.
I have this code example:
#include <AFMotor.h>
AF_DCMotor motor1(1, MOTOR12_1KHZ); // create motor #2, 64KHz pwm
...
|