Top new questions this week:
|
I have a number of sketches that I keep wanting to load into the Arduino but I don't necessarily need to recompile them because I haven't changed anything since the last compile. Since the compile ...
|
I have a general question regarding the power-supply of the electronic components, that are attached to an Arduino.
If I have a device that operates at voltages between 3,3V and 5V (e.g. this RS232 ...
|
I have a little clock with a button on it that i need to push four times every second hour. I am trying to get the arduino micro to do it for me.
I am trying to figure out how to connect the arduino ...
|
It looks like on ATMega based boards, float and double are equivalent 32-bit (4-byte) data types.
However, on the Arduino Due, doubles are 64-bit (8-byte) where floats are 32-bit (4-byte), same as ...
|
I was looking at some macro use in an Arduino code. I believe what this macro does is it expands into a state that basically sets a pin to either input or output, but I'm a little confused about ...
|
Can someone help me how to use AccelStepper library in setting the origin position of the stepper?
We are using a tact switch and an L298N driver for the stepper motor in setting the origin of the ...
|
Are there sensors that can detect the color of an LED?
I am working on an Arduino project that needs to detect the color of an LED on an external device. I am trying to identify a light sensor that ...
|
Greatest hits from previous weeks:
|
Recently I have noticed that there are two arduino sites, arduino.cc and arduino.org. They both have the Arduino logo and both sell what seems to be official Arduino boards. Also, arduino.org came ...
|
I'm trying to make an opening and closing little door that should open or close every 12 hours. I was wondering if I could just make a small looping script with a delay() for 12 hours, delay(43 200 ...
|
Can you answer these?
|
I am working on a project which has one Coordinator XBee and 2 Router Xbees.
Now, following a condition which will be defined by code in MATLAB (Yes/NO condition), I want the XBee router 1 to receive ...
|
I successfully run the AccelStepper examples on an Arduino Mega with a RAMPS 1.4 shield, two A4988 stepper motor drivers and two 17HS16-0284S stepper motors.
I used 3 jumpers on the RAMPS to set the ...
|
I started off attempting to use the IRRemote Library and a VS1838B Sensor to capture the Daikin air condition signal. I’ve read about the timing and in all honesty, I don’t think I can do it on ...
|