Skip to content

An arduino library to send and receive bofu blinds controller messages

License

Notifications You must be signed in to change notification settings

thepudding/bofu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bofu Blinds Controller Library

Bofu

An arduino library to control wireless blinds.

This started as a fork of the markisol. project. Initially the goal was simply to add a checksum implementations but ended up being mostly a re-implementation. Differences include:

  • The code is packaged in an arduino library.
  • Protocol messages are stored as integers rather than strings.
  • The bit order of messages is reversed. This allows easy checksum calculations.
  • Adds the ability to generate and validate checksums.
  • Uses interrupts to receive messages rather than polling.

This library takes inspiration and some code from the rc-switch. library.

About

An arduino library to send and receive bofu blinds controller messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages