Top new questions this week:
|
I was looking how a servomotor works. I realized that a standard servo can only turn up to 180°, but I didn't understand why. Is it because of the potentiometer?
|
Please take this question as an example to (my own) answer below.
I've got an 7 segment, 4 digit LED display, but I don't have any idea on how to wire it.
I don't understand the difference between ...
|
https://www.arduino.cc/en/Tutorial/AnalogInput
https://www.arduino.cc/en/Tutorial/Knob
For first line of both examples(not in comments), it define the same pin, analog pin 0, but they use different ...
|
Is it possible to program the Arduino Due without the Arduino IDE? Is there a standalone program that can be downloaded, and be used to upload a .bin file (which has already been generated from the ...
|
I am reading a 50Hz AC voltage using the analogue inputs.
If I set the analogReference() to INTERNAL, meaning 1.1V on the Arduino Uno, what will happen if a voltage greater than 1.1V is supplied to ...
|
Hi I am trying to code my 12 pin 7 segment display to display the temperature from my grove temperature sensor. I am new to this and I have been struggling if anyone code help that would be muchly ...
|
There is String.toInt(), but no String.toLong() or the many other variations. Do I have to resort to atol(String.c_str()) or is there a better way to convert a String to a long?
|
Greatest hits from previous weeks:
|
When I started Arduino, I did not expect that everything must be contained in an infinite loop. I thought I could just write something like: motor start -> motor stop. But in actuality, what I get is ...
|
I am using Arduino GSM Shield receiving SMS from an Android app. And the content of this SMS will control a LED. If the content of this SMS is not "off", the LED will be on and the content will be ...
|
Can you answer these?
|
Is there a library or shape file available that allows an Arduino to approximate a timezone based on a latitude/longitude coordinate? There is a timezone shape file available, but it's too detailed ...
|
I am designing an motorcycle security system and I need to receive the message from the user.Hence i need to detect the incoming message and read the number and data from the message
|
i am using ESP8266 module serially with PC and i also tried it using uno
I am stuck at the following point
I am able to made connection to server but when i will send the following command
POST ...
|