c3798fc0f83d774588ae62fa770ec7e2b54bc24b
[libsi24] / README.md
1 # Library for SI24R1
2 SI24R1 is a very low power wireless chip in the 2.4 GHz ISM radio band.
3 This is a clone of the original NRF24l01 chip. I do not have the
4 original chip, but as far as I can tell this are pin and silicon compatible.
5
6 ## How to use
7 You will need to glue ``int (*write_and_read)(unsigned char *data, size_t sz)``
8 and ``void (*chip_enable)(unsigned val)`` functions to your specific SPI 
9 hardware
10
11 ## Currently supported functionality
12 - Receiver mode 
13 - Transfer mode
14
15 ## Not supported yet 
16 - Multiple channels
17 - Dynamic payload 
18
19 ## References
20 - https://datasheet.lcsc.com/szlcsc/1811142211_Nanjing-Zhongke-Microelectronics-Si24R1_C14436.pdf