sx1262_test
1.0.0
閱讀文章...
“ Apache Nuttx OS上的Lora SX1262”
“ Apache nuttx OS上的Lorawan”
“ Apache Nuttx OS上的SPI”
此存儲庫取決於...
將此存儲庫添加到您的NutTX項目...
cd nuttx/apps/examples
git submodule add https://github.com/lupyuen/sx1262_test接下來更新Makefiles和Kconfig ...
然後更新nuttx構建配置...
# # TODO: Change this to the path of our "incubator-nuttx" folder
cd nuttx/nuttx
# # Preserve the Build Config
cp .config ../config
# # Erase the Build Config and Kconfig files
make distclean
# # For BL602: Configure the build for BL602
./tools/configure.sh bl602evb:nsh
# # For ESP32: Configure the build for ESP32.
# # TODO: Change "esp32-devkitc" to our ESP32 board.
./tools/configure.sh esp32-devkitc:nsh
# # Restore the Build Config
cp ../config .config
# # Edit the Build Config
make menuconfig 在Menuconfig中,在“應用程序配置”→“示例”下啟用SX1262測試應用程序。