Top new questions this week:
|
I am having troubles creating a collection of functions to be used in Arduino sketches and libraries. What I want is not a class, but simply a group of functions which do not require an object to be ...
|
For the sake of specificity I am referencing my question to Arduino. It applies to all AVRs with hardware USB and a bootloader though.
The bootloader is capable of receiving new program data over the ...
|
I'd like to build a reverse car sensor using Arduino
When we select reverse gear, the reverse lights powers, so we can take electricity from them.
My question is can i power my Arduino directly from ...
|
I just got a new pro-micro Atmega32U4 board, and installed the current Arduino IDE (1.8) and cannot get it working.
There is no entry for a pro-micro, so I chose Leonardo as it uses the same chip.
...
|
I need some logic gates for a simple demo like this one. I will use a regular breadboard and an Arduino UNO as a 5 V and GND supply.
I found these ICs from Texas Instruments SN74LSxxN (NOT, AND, OR, ...
|
I am working on my first Arduino project. Its a Reverse Geocache. Basically, its a puzzle where a battery powered Arduino is mounted inside a locked box, and is able to unlock the box if the user ...
|
i'm working on a laser timer using arduino and i saw that using direct port manipulation can have a really better time precision. My only concern is about serial communication, because i am using some ...
|
Greatest hits from previous weeks:
|
Is it possible to have more than 14 output pins on the Arduino, I am working on a project in which I need to light up several LEDs individually. I only have an Arduino Uno, and I don't want to get a ...
|
Hi i'm trying to parse JSON resposne from webserver in my arduino in order to turn on and off a LED light. I'm using the wifi client repeating example to make a get request to my server:
...
|
Can you answer these?
|
I'm trying to play a tone with a buzzer on Matlab. there are a lot of example of music for Arduino IDE but I can't find any helpful example in Matlab
by the way I've tried this code to play music
...
|
I have a unknown RFID tag and try to read his value. I bought two readers RDM6300 125KHZ and RC522 13.56MHz. Each of the readers connected to arduino works well with the purchased corresponding tags, ...
|