Skip to content

WebWire-NL/virtualhomeduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtualhomeduino

quickly hacked together proof of concept stuff for virtualhomeduino

Added pigpio library support, configuration uses GPIO pin numbers instead of wiringPI pin numbers. Example configuration:

{
  "plugin": "homeduino",
  "driver": "gpio",
  "driverOptions": {},
  "enableReceiving": true,
  "receiverPin": 17,
  "transmitterPin": 18,
  "active": true,
  "connectionTimeout": 120000,
  "rfrepeats": 20,
  "debug": true
},

Building:

git clone https://github.com/WebWire-NL/virtualhomeduino.git edit build.sh and make sure $CROSS_BASE is set to the right location of the raspberry PI toolchain run ./build.sh

About

virtualhomeduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.4%
  • Makefile 25.6%
  • C 9.1%
  • Shell 2.9%