Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rc Switch | 1,580 | 10 months ago | 270 | C++ | ||||||
Arduino lib to operate 433/315Mhz devices like power outlet sockets. | ||||||||||
Arduino Kicad Library | 204 | a month ago | cc-by-sa-4.0 | |||||||
KiCad Symbol & Footprint Library for Arduino Modules (Shields, Sockets and Tiles) | ||||||||||
Yampad | 198 | a year ago | 2 | mit | ||||||
Feature-packed open source macropad | ||||||||||
Arduino.js | 109 | 12 years ago | other | ActionScript | ||||||
Experimental JavaScript-to-Arduino I/O. Implemented as a wrapper for the "AS3Glue" library (Rube Goldberg-esque stack: JavaScript <-> Flash <-> Socket/serial proxy <-> Arduino USB.) Next steps / fork ideas: NodeJS + WebSocket instead of socket proxy + Flash? | ||||||||||
Ethernet_enc28j60 | 74 | 7 years ago | gpl-2.0 | C | ||||||
[NOT MAINTAINED, NOT COMPLETED] Implementation of an Arduino-compatible socket layer library that uses Microchip ENC28J60 Ethernet controller. | ||||||||||
Arduino Robust Serial | 67 | 4 years ago | 1 | April 15, 2018 | 1 | mit | C++ | |||
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust. | ||||||||||
The433 | 58 | 3 years ago | gpl-3.0 | C++ | ||||||
control 433MHz (compatible with Arduino libs) sockets/devices through web and time rules | ||||||||||
Iotsocket | 29 | a year ago | 5 | September 20, 2020 | mit | Python | ||||
A python-based secured IoT WebSocket to handle multiple clients simultaneously. | ||||||||||
Arduinocontrol | 27 | 4 years ago | JavaScript | |||||||
"Arduino Control" Gnome-Shell Extension | ||||||||||
Espscopea0 | 25 | 7 years ago | 4 | lgpl-2.1 | Arduino | |||||
On-line wave-forms of ESP8266's A0 in a web browser using web sockets |
Use your Arduino or Raspberry Pi to operate remote radio controlled devices
https://github.com/sui77/rc-switch/releases/latest
rc-switch is also listed in the arduino library manager.
https://github.com/sui77/rc-switch/wiki
Use your Arduino or Raspberry Pi to operate remote radio controlled devices. This will most likely work with all popular low cost power outlet sockets. If yours doesn't work, you might need to adjust the pulse length.
All you need is a Arduino or Raspberry Pi, a 315/433MHz AM transmitter and one or more devices with one of the supported chipsets:
Find out what codes your remote is sending. Use your remote to control your Arduino.
All you need is an Arduino, a 315/433MHz AM receiver (altough there is no instruction yet, yes it is possible to hack an existing device) and a remote hand set.
For the Raspberry Pi, clone the ninjablocks/433Utils project to compile a sniffer tool and transmission commands.