Skip to content

ghw103/nrf24l01plus_stm32f100_chibios

 
 

Repository files navigation

A ChibiOS-project with a driver for the nrf24l01+ RF transceiver.

  • Software SPI is used so that it can be mapped to any pins.
  • CE can be tied high externally.
  • Polling is used instead of reading the INT pin.

The driver is designed to use few pins and have high flexibility. Since it uses polling instead of interrupts, it uses a bit more CPU resources than necessary.

About

NRF24L01+ driver and ChibiOS project for the stm32f100c6t6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.9%
  • C++ 8.6%
  • Makefile 3.5%
  • Assembly 1.5%
  • Objective-C 0.3%
  • CSS 0.1%
  • Other 0.1%