Skip to content

Sending numbers with error correction over RF (or other digitalish communication)

Notifications You must be signed in to change notification settings

undocumented-code/RFTransmissionProtocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RF Communcation Layered Example

What does this run on?

The reference implementations here (if you can even call that) run using the Arduino Core. The transmitter is designed to work on an ATTiny device at 8MHz. The receiver needs to be connected to the internet, and thus is based on an ESP8266 Arduino. I used the WeMos R1 Mini.

How does communication work?

The communication protocol was designed to be transmitted over the air, but can be done over the wire as well. It has message verification. See https://blog.tuckerosman.com/2018/11/building-communications-standard-from.html for more technical details.

About

Sending numbers with error correction over RF (or other digitalish communication)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages