Top new questions this week:
|
For learning and hacking purposes, I plan to study and use parts from smartphones and tablets like Galaxy or iPhone. They are really efficient and pretty cheap...
Did anybody do this before? If yes, ...
|
I need to display measurements of a sensor which need to be presented on a precise time-scale.
Since the loop function is not quite precise, how can i make sure that i can measure at say for example ...
|
The SoftwareSerial library has a built-in Overflow function, but the Serial library does not. Is there a simple way to check for a data buffer overflow on a hardware serial port?
|
i'm trying to plug a Wee serial wifi module on my Arduino Uno, through an Xbee shield .
I'm simply trying to make work the example from the library.
All i get is
setup begin
FW Version:
to ...
|
The Arduino distance meter that I made doesn't display the distance. It is always displaying 0.0 inches.
The code I used:
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
...
|
Happy new year :)
I have connected an LCD with an I2C backpack to my Arduino Uno but it prints the wrong characters. The weird thing is that it worked fine for a while and when I updated the code ...
|
How can I programme a USB mouse connected to the standard USB port of the Intel Edison's Arduino expansion board? I would like to measure the displacement of the mouse and also specify the frequency ...
|
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 : ...
|
There exists a large variety of sensors in the Grove System. Usually these are accessed via a special shield (Grove base shield).
Can I access these sensor directly without a shield. In particular I ...
|