Skip to content

fojie/micropython-radio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

micropython-radio

Two protocols for the nRF24L01+ radio module. Both are based on a link between two radios, where one acts as master (initiating communications) and the other acts as slave (responding to transmissions).

radio-pickle

This offers a simple way to use the nRF24L01+ radio to exchange arbitrary Python objects between two Pyboards. This is the easy way to do it!
See README in radio-pickle.

radio-fast

A protocol for short fixed-length records which trades the simplicity of use of radio-pickle in exchange for higher speeds and (slightly) greater range.
See README in radio-fast.

About

Simple way to use an nRF24L01 radio to exchange arbitrary Python objects between two Pyboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%