Top new questions this week:
|
I've scoured the LANGUAGE REFERENCE in the Arduino web-site (https://www.arduino.cc/en/Reference/HomePage), and I can't find a non-Float equivalent to pow() I've got to be missing something big, but ...
|
I've got project that needed to have some (4) digits display, and had plenty of 7 seg. displays lying around. I didn't have any multiplexers left but have instead wired it up as per this diagram:
...
|
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 ...
|
When compiling a sketch, after linking, the build outputs a kind of forecast on RAM usage, e.g.:
Minimum Memory Usage: 1456 bytes (71% of a 2048 byte maximum)
Is it possible to somehow get a ...
|
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 ...
|
The use of malloc() and free() seems pretty rare in the Arduino world. It is used in pure AVR C much more often, but still with caution.
Is it a really bad idea to use malloc() and free() with ...
|
Can you answer these?
|
Hi I am trying to configure an Atmega328p to run with an 8MHz oscillator in part to reduce power consumption and so I don't need to have level shifters all over my project.
I have changed the ...
|
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'm using an ESP8266 version 1 with the WiFiEsp library to connect to WiFi, and that works just fine.
I'm setting up the device using the same code as in the example WebClientRepeating.
I need to ...
|