Top new questions this week:
|
I was looking Arduino Mega's schematic and I noticed a resistor between the MCU and its resonator. R3 in this image:
Why is it there and what is its function?
|
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 ...
|
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'm trying to get data from a website by sending a HTTP GET request via AT commands for the ESP8266. Here is my current code:
#include <SoftwareSerial.h>
const byte rxPin = 2;
const byte txPin ...
|
I just got the Arduino starter kit as my background is software developer (C++, python, etc) and I'm interested to get into the electronics side, and I love LED effects and home automation of all ...
|
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 ...
|
Greatest hits from previous weeks:
|
I can successfully see the Arudino Due when I plug it in, I can compile the code, but when I attempt to upload it to the board I get the following error:
...
|
I have an Arduino Mega 2560 and it was working fine until about lunch time when I started getting this error:
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout ...
|
Can you answer these?
|
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, ...
|
So I'm attempting to alter the Seeedstudio touchscreen library to run on the Arduino 101 with the Intel Curie board.
Found here: https://github.com/Seeed-Studio/Touch_Screen_Driver
After soliciting ...
|