Skip to main content

Questions tagged [remote-control]

Used to describe the act of (often wirelessly) controlling another system.

1 vote
1 answer
138 views

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 ...
AugustinS's user avatar
-2 votes
2 answers
263 views

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 ...
Tanwa Kankang's user avatar
3 votes
0 answers
45 views

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 ...
kwak's user avatar
  • 61
3 votes
0 answers
93 views

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, ...
starthrow's user avatar
0 votes
1 answer
645 views

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 ...
Marin Filipovic's user avatar
1 vote
0 answers
78 views

#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 ...
Martin's user avatar
  • 11
2 votes
0 answers
338 views

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 ...
aditya gupta's user avatar
1 vote
1 answer
177 views

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 ...
solarw's user avatar
  • 11
-1 votes
1 answer
96 views

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, ...
nerdguy's user avatar
  • 63
1 vote
1 answer
551 views

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 ...
BrendanLuke15's user avatar
0 votes
1 answer
125 views

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 ...
James Christaldi's user avatar
2 votes
2 answers
270 views

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 ...
Patrick's user avatar
  • 63
1 vote
1 answer
2k views

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(...
S.K.G Ezhil's user avatar
1 vote
0 answers
970 views

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 ...
Tom's user avatar
  • 11
2 votes
3 answers
461 views

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 ...
Melfos's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
9