Questions tagged [remote-control]
Used to describe the act of (often wirelessly) controlling another system.
133 questions
1
vote
1
answer
138
views
Problem adding IR receiver to smart car
I’m making a smart car using an arduino uno, sensor shield v5, motor control with a L298N and a servo motor + HC-SR04 ultrasound sensor. I want to add a IR receiver on the board so I can also control ...
-2
votes
2
answers
263
views
IR Remote control on UNO
I am working on IR remote code run on Arduino UNO
I can already get it work. but when I press the button and hold, the output is sent with the same value repeatly. So,the quesion is how can I do to ...
3
votes
0
answers
43
views
is it possible for a client esp8266 to control the esp8266 that set as an access point?
Im creating a project where i need to set one of my esp as a hotspot or access point but i would like to put a function where i could control the connected esp8266 client using the esp8266 that set as ...
3
votes
0
answers
92
views
nano 33 BLE problems with reading RC signal
I'm using an Arduino Nano 33 BLE and a L293D motor driver to control a three-wheeled RC robot. The sketch I'm using worked fine with my Uno Rev3, but I've moved to the Nano for size/weight reasons, ...
0
votes
1
answer
635
views
IR Receiver Remote Controller for Windows
My dad watches netflix on his pc with his wireless mouse, hes gotten older and cannot hit the volume slide well enough.
I have an arduino kit (ard nano), an IR recevier and remote controller laying ...
1
vote
0
answers
76
views
How to change between loops? IR Remote + led strip
#include <IRremote.h>
#include <Adafruit_NeoPixel.h>
#define LED_PIN 7 // define the LED strip data pin
#define LED_COUNT 150 // define the number of LEDs in the strip
Adafruit_NeoPixel ...
2
votes
0
answers
335
views
I am trying to connect ps3 controller to Arduino mega using usb host shield, but it isn't getting?
I tried various method from YouTube and also debugged it. It shows that ps3 controller address was set to local Bluetooth address, after that when I try to connect, it shows that it is receiving ...
1
vote
1
answer
175
views
Sunfounder IR remote controller issue
I've been making a hoverboard using arduino, tinkercad and c++ (pic included). When I wired it up irl, I wired it exactly as I did in the picture (arduino UNO)
However, when I tested it out, it didn't ...
-1
votes
1
answer
96
views
UART connected device communication only works one way
As the title implies, I have two Arduino devices (Uno and Mega) connected to each other over UART (the Mega is hardware UART, the Uno is software UART); I need the Mega to send a command to the Uno, ...
1
vote
1
answer
545
views
Nikon IR remote trigger (ML-L3) emulator not working
I have tried to follow along/reproduce the results from several sources for emulating the Nikon infrared remote trigger:
Adafruit Guide
DIY Nikon ML-L3 IR Wireless Remote Hack with Arduino UNO
...
0
votes
1
answer
119
views
How to use LCD Screen and IR Remote to broadcast a countdown
I am trying to use an IR Remote to input date's and time's for a countdown, so then the LCD will display a countdown, like this:
LCD: Enter Year
Remote-Input: 2021
LCD: Enter Month
Remote-Input: 08
...
2
votes
2
answers
264
views
IRremote and PCM sound libraries interfering
I have a simple sketch which sends IR codes, plays a sound and toggles an LED when you press a button and toggles another LED when it receives that code. The idea is that I have two Arduinos with this ...
1
vote
1
answer
2k
views
IR receiver receives only 0
I am trying to decode IR codes of my Samsung tv remote
But the receiver always receiving "0"
Schematics:
Code:
#include <IRremote.h>
int RECV_PIN = 11;
IRrecv irrecv(...
1
vote
0
answers
968
views
Unexpected and incorrect HEX codes coming from IR remote, but only in second function..?
Hello:) I'm working on a lil project with some NeoPixels being controlled by an IR remote, and with there being multiple strips, I felt it would be best to first select the desired strip, and then the ...
2
votes
3
answers
459
views
Shift between the carrier frequency of the signal transmitted with arduino and my garage door RC (433 mhz)
I have this 433 mhz transmitter and receiver for arduino.
I want to replay my garage door remote control with this transmitter so I reversed the RC (remote control) signal with RTL-SDR/sdrsharp and ...