sx1262_test
1.0.0
Lisez les articles ...
"Lora SX1262 sur Apache Nuttx OS"
"Lorawan sur Apache Nuttx OS"
"SPI sur Apache Nuttx OS"
Ce repo dépend de ...
Pour ajouter ce dépôt à votre projet NUTTX ...
cd nuttx/apps/examples
git submodule add https://github.com/lupyuen/sx1262_testMettez à jour la prochaine mise à jour les Makefiles et Kconfig ...
Ensuite, mettez à jour la configuration de build 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 Dans Menuconfig, activez l'application de test SX1262 sous "Configuration d'application" → "Exemples".