Recently Active Questions

0 votes
0 answers
8 views

I have connected an Arduino Micro (not Pro Micro) to an Magtek swipe reader. Data is connected to pin 3, and clock to pin 2 and swipe_detect to pin 4. Then I use this lib to read data from the ...
0 votes
1 answer
47 views

I try to use three PWM pins on an Arduino Nano, each with 10kHz. I know that there are timer0, timer1 and timer3 but I wonder if I can combine them while ensuring all three PWM pins to be in sync and ...
2 votes
1 answer
3k views

I'm working on a project in which two Arduinos are to be used. Each Arduino is connected to an RFID reader. The first RFID reader should write an integer value to the tag detected, whereas the second ...
-1 votes
1 answer
77 views

There are other threads about replacing the bootloader on Arduino boards, but the ATTiny88 seems to be rather a different beast. Instead of creating a serial port and sending the compiled code to the ...
0 votes
1 answer
392 views

Since the ESP8266 can self program on Wifi, can we use it to program Arduino too with the binary sent via Wifi? My Arduino is connected with Reset + RX + TX pins and shared power.
1 vote
1 answer
429 views

I want your advice regarding powering up Arduino Uno using AC/DC Adapter to the barrel jack. The first adapter I use couldn't work and the shop which I bought it from said the adapter was short ...
0 votes
2 answers
2k views

The following code reads the DHT22 temperature and humidity values, assuming the pin value as the sensor's host pin. When the temperature drops below 0°C, this code returns inadequate values in the ...
1 vote
1 answer
119 views

I have 2 Arduino Nano that will communicate in half duplex mode with transceiver using MAX485. But the master has libraries like Wire.h, uses tone() and also receives UART communication. I'm a ...
1 vote
1 answer
305 views

I am looking for a module that would be able to receive communication in the 433.42 (ch01) range with ASK/OOK modulation. Can someone recommend anything that would work and not be an expensive general ...
0 votes
0 answers
21 views

Az Arduino soros portját, hogy lehet elérni az ARDUINO IDE nélkül Win 10 ből
2 votes
1 answer
2k views

I'm working on a project using 2 Arduinos connected to 2 computers to demo Serial to Serial communication. We're using Arduino Uno connected to the computer via Serial and software serial for inter-...
0 votes
1 answer
79 views

I'm trying to get an NFC reader (PN532 module, HW-147C model) working with my ESP32C6 using SPI. I tried using multiple libraries (seeed-studio, Adafruit, and some on github, but nothing worked). This ...
2 votes
1 answer
114 views

I'm reading about powering alternatives for the arduino board, and I have run across two confusing sentences in Section 5, powering via 3V3/5V pin. First, it says: 3V3 and 5V pins can also be used as ...
2 votes
3 answers
5k views

I am having trouble parsing NMEA sentences coming from a GY-NEO6MV2 board (https://www.cytron.io/p-gps-neo6mv2), using the TinyGPS (https://github.com/mikalhart/TinyGPS) library. The GPS board itself ...
1 vote
1 answer
278 views

I am wondering if can I use this bicks camera switcher with the Arduino since it uses a PWM signal. If I can do I just put it on one of the PWM outputs or do I need to wire I add something to make it ...

15 30 50 per page
1
2 3 4 5
1669