Skip to content

lost-byte/bluepill_rfm73

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFM73 2.4GHz radio module library.

This project was started when I got some old RFM73 modules. Yes, I know it seems to be out of production. But I have some in very low price and it is still available.

There are several implementations suitable for this modules on github:

  • roboremo/ChiNRF - looks like generally universal for nrf24-clones;
  • heye/rfm73 - Radioduino compartible; ...and some others, thats seems to be freezed many eyars ago.

But, my Idea - make library not for arduino platforms only.

Thats why fixed goals for this project:

  • minimalistic realisation - less code, low universality (I mean nrf24 clones), only necessary functions;
  • avoid using arduino functions - just pure C/C++, interconnection with HAL of any platform;

Example - RC System.

My first Idea of using RFM73 modules is low-cost realisation of multichannel proportional RC-system. Thats why 'Example' contains basic realisation of 2Ch (Car or boat) RC-system.

To implement that example, you need:

  • Hardware items:
    • 2x Bluepill (Also calls as 'Generic STM32F103') boards, for TX and RX devices;
    • 2x Potintiometers - input for TX;
    • 2x Servo-like actuatos, for example RC car contains 1 Servo for steer and ESC for motor;
  • Software:

Great thanks to:

  • Roger Clark - for awesome work to enable cheap STM32 boards on Arduino;

About

rfm73 module lib and RC-control as example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages