Top new questions this week:
|
I am having a problem when using a switch statement to check for something inside an array. I am using an int as my switch, then I compare the character arrays using strstr. So it reads like this:
...
|
I am using the following wiring diagram from a tutorial. I need to follow this configuration because later tutorials build on this example. I have looked at other solutions, but they follow a ...
|
and first of all sorry for my bad English.
I am trying to program a code which allows the user to change between continuously or manual mode, but I am having some issues getting it to work.
The goal ...
|
I have a battery pack used to charge mobile phones. It's capacity is 13,000mAh and it has two output ports. Both are 5V but one is 1A and the other 2.1A
It also has an Input port of 5V 1A. (To which I ...
|
How I can use multi smoke sensor in one code? I mean how can I use more than one sensor, where both sensors has the same purpose, like use smoke sensor in multi room. Similar to this code where one is ...
|
It's been days that I'm trying to figure it out how to edit this perfectly working code in order to load load a webpage from the sd card.
#include <SPI.h>
#include <Ethernet2.h>
byte ...
|
The client always reply with "ThisCodeTurnsTheUnoOnn" or ThisCodeTurnsTheUnoOff" based on some conditions.
This piece of code is inside arduino uno's void loop().
Expected behavior:
The arduino ...
|
Greatest hits from previous weeks:
|
I'm trying to get students to experiment with Arduino. However, due to a lack of boards, two teams of students will collaborate on each board. They will push their own code (independent from each ...
|
I made an awesome program the other day, and I wanted to upload it to my Arduino. After clicking the upload button, some really mean dude named avr came along and stopped me. He told me:
avrdude: ...
|
Can you answer this?
|
I have an Arduino MKR1000 and need to interface it to an Adafruit Music Maker shield, which has pinouts for an Arduino UNO.
Maybe I'll have to attach female headers, and then jumper pins over.
Which ...
|