1基于两个nrf51822之间的通信测试(已经调通) 2.一个nrf51822和一个nrf24le之间的通信测试(已经调通)
2021-09-21 15:46:45 10.24MB nrf51822 nrf24le
1
nRF24lu1+与nRF24le+开发sdk,相较于最新版本v2.3.0,多了usb的demo,而且usb的demo目前只有这个版本才有, 示例代码目录如下 D:. ├─Documentation ├─LU1_Bootloader │ ├─bin │ │ ├─Debug │ │ └─Release │ ├─LibUsbDotNet │ └─Properties ├─Precompiled_hex ├─Source_Code │ ├─arch │ │ ├─nrf24l01p │ │ ├─nrf24le1 │ │ └─nrf24lu1p │ ├─compiler │ │ └─c51 │ ├─gazell │ │ ├─common │ │ ├─nrf24le1 │ │ └─nrf24lu1p │ ├─lib │ │ ├─assert │ │ ├─crypt │ │ ├─display │ │ ├─eeprom │ │ └─rf_test │ └─projects │ ├─bootloader-32k │ │ └─hex-files │ ├─button_demo │ │ ├─common │ │ ├─nrf24le1 │ │ │ └─hex-files │ │ └─nrf24lu1p │ │ └─hex-files │ ├─display_demo │ │ └─nrf24le1 │ │ └─hex-files │ ├─encryption_demo │ │ ├─common │ │ ├─nrf24le1 │ │ │ └─hex-files │ │ └─nrf24lu1p │ │ └─hex-files │ ├─gazell_conf_tool │ │ └─nrf24le1 │ │ └─hex-files │ ├─gazell_demo │ │ ├─nrf24le1 │ │ │ └─hex-files │ │ └─nrf24lu1p │ │ └─hex-files │ └─usb_demo │ └─nrf24lu1p │ ├─build │ ├─hex-files │ └─list └─usb_drivers
2020-01-16 03:03:39 1.55MB nRF24lu1 nRF24le1 nRFgo_SDK
1