sx1262_test
1.0.0
Lesen Sie die Artikel ...
"Lora SX1262 auf Apache Nuttx OS"
"Lorawan über Apache Nuttx OS"
"SPI auf Apache Nuttx OS"
Dieses Repo hängt von ...
Um dieses Repo zu Ihrem NUTTX -Projekt hinzuzufügen ...
cd nuttx/apps/examples
git submodule add https://github.com/lupyuen/sx1262_testAktualisieren Sie als nächstes die Makefiles und Kconfig ...
Aktualisieren Sie dann die NUTTX -Build -Konfiguration ...
# # 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 Aktivieren Sie in Menuconfig die SX1262 -Test -App unter "Anwendungskonfiguration" → "Beispiele".