Skip to content

Library for nRF24L01+ using HAL from STMicroelectronics.

Notifications You must be signed in to change notification settings

LiU-SeeGoals/nRF24L01P-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nRF24L01+ library

This is a library for using the wireless module nRF24L01+ through the STMicroelectronics HAL layer.

Please note that if a device other than STM32H563xx and STM32H755xx is to be used, then the HAL library includes in nrf24l01.h has to be extended.

To get the print functions to work you'll have to forward printf to UART, see the examples for one way to do it.

Documentation

Run doxygen in project root to generate documentation.

Datasheet (sharepoint).

Examples

Beneath ./examples/ there are two examples of transmitting from a STM32H563ZIT6U and recieving on an STM32H755ZIT6U. One is a very simple to show the basics. One is a more full fledged example, meant to showcase more features of the NRF24L01+ device.

More information is available in the README of each projects folder.

About

Library for nRF24L01+ using HAL from STMicroelectronics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages