News

##Remote control system based on Arduino and HC-12 long range module. I created this project to help my friend extend an existing remote control system and add additional commands to his project. I ...
This project is a remote control for a model rocket launch pad. It uses an Arduino Nano Every microcontroller, an HC-12 radio module, and two buttons. The remote control allows you to start a ...
A large installed base of powered speakers from a defunct manufacturer and a dwindling supply of working remote controls. Sounds like nightmare fuel for an AV professional – unless you take m… ...
[Reza’s] methodical investigation of this remote controlled outlet let him patch in with an Arduino using a 433 MHz transmitter. This is a single-device unit, but the techniques used here sho… ...
Creating a Bluetooth-controlled device with an Arduino Uno and an HC-05 Bluetooth module enables control of lights or even relays to manage AC appliances wirelessly using an Android smartphone..
Witness how to create a powerful long-range remote control using Arduino technology. This guide takes you through the process of building a customizable, multi-channel RC system that offers ...
Arduino 1,500m wireless remote control. 11:28 am January 8, 2019 By Julian Horsey. ... This remote control comes with two joysticks, an NRF header, 2 user programmable push buttons, ...
The arduino is linked wirelessly via the HC-05 module to an Android smart phone. The data received by the Android smart phone from the arduino is ... (S2 terminal application). The UI in the Android ...
int value1; #define led 12 #define bjt 9 #define buzzer 7. Now coming to the setup part of the Arduino, we will first initialize the serial communication of the Arduino at a 9600 baud rate. As we are ...
Make sure to pair your HC-06 (or HC-05) with the smartphone before using the Arduino bluetooth voice controller application. Wonder, if we can use text as well, in place of speech. That would require ...