Top new questions this week:
|
The IR Transmitter and Receiver module has both receiver and transmitter in same board. I tired Arduino IR Remote library example to decode Remote signal using below connection. But its not working.
...
|
I have a couples of Arduino Pro Minis (original from sparkfun) that have those 4 disaligned pin. Unfortunetely, I need to use 2 of them, A4 and A5, because they are the I2C pins and I want to solder ...
|
I'm building a smart shopping cart with Arduino for my final year project.
The cart is supposed to be able to follow its user while shopping. I don't know of many feasible indoor positioning systems ...
|
From the arduino documentation, the Serial.read() function is supposed to return a single character at a time from incoming serial messages. So if I program the arduino with the following:
#include ...
|
I made a part of code to change the temperature limit for alarm system. On warm days user have to change the temperature limit with buttons and OLED display.
The question is: How can the variable ...
|
I am using the L298N motor driver for a robotics project to control 4 motors. 2 in each input and output terminal. I have this connected to an arduino uno which is powered by about 7-8v from nimh ...
|
I'm very new to electrical engineering and I'm trying to read microphone input with Arduino Nano. I've made a separate microphone module (based on this example) and plugged it into Arduino like this:
...
|
Greatest hits from previous weeks:
|
I have a problem. I bought a SIM900 board, but I can not connect there with the Arduino. To send AT commands on the serial the SIM900 doesn't respond, but the LED indicating that the network is on. ...
|
I am using an Arduino Uno and a Mac and trying to upload my code into the board.
I tried uploading the program from different computers(MacBook Air and Pro) and I still have this problem.
How do I ...
|
Can you answer these?
|
sorry if this isn't the done thing. I have a little red space invader shaped board that has an arduino chip on the back from a conference. There is an LCD display and I've just got it to function ...
|
I have the following code below for an EthernetClient named client. It is supposed to print a 2 row, 9 column table. The headers are ID and Name and are the first cell in each row. The other columns ...
|
Arduino Uno R3
Windows 10
Bascom AVR
The ON is alright.
The LED flickers now and then.
The RX and TX flickers when I press the program button on Bascom but then disappears almost immediately.
...
|