Skip to content

teuffel/piVirtualWire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piVirtualWire

Python VirtualWire module for Raspberry Pi and 433MHz RF modules

Dependencies

This code depends on pigpio library and can not be used without it.

Pigpio library is available at this site

wget abyz.co.uk/rpi/pigpio/pigpio.zip
unzip pigpio.zip
cd PIGPIO
make
make install

pigpio has to be running as a service. To start: sudo /home/pi/PIGPIO/pigpiod

##Hardware This has been tested with FS1000A sender and XY-MK-5V receiver. Communication over Virtual Wire was successful with Arduino Uno and Arduino Pro Micro.

About

Python VirtualWire module for Raspberry Pi and 433MHz RF modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%