pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Changes to include generic2 protocol for sensor node communications. #71

Closed zholer closed 8 years ago

zholer commented 8 years ago

Designing a new protocol for ATTiny45 based generic sensor node.

sweetpi commented 8 years ago

Nice. Would be cool if you would publish the ATTiny code.

I've added your protocol with some renames to match the other protocols:

https://github.com/pimatic/rfcontroljs/blob/master/src/protocols/generic2.coffee#L11-L22

Released with rfcontroljs 0.0.39

zholer commented 8 years ago

Thanks for the comments folks! This is my first commit on github, very excited :) @sweetpi Will publish the ATTiny code too. The goal is to build a very cheap, reliable and long-lived generic sensor node, that can run off a CR2032 cell for roughly 2-3 years without issues.

I couldn't find a way to reply to the comments. Is that because the changes were already merged into the main branch?

sweetpi commented 8 years ago

To replay, you have to click on closed, at the pull request list.