sx1262_test
1.0.0
Baca artikelnya ...
"Lora SX1262 di Apache Nuttx OS"
"Lorawan di Apache Nuttx OS"
"SPI On Apache Nuttx OS"
Repo ini tergantung pada ...
Untuk menambahkan repo ini ke proyek NUTTX Anda ...
cd nuttx/apps/examples
git submodule add https://github.com/lupyuen/sx1262_testSelanjutnya perbarui makefile dan kconfig ...
Kemudian perbarui konfigurasi 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 Di Menuconfig, aktifkan aplikasi uji SX1262 di bawah "Konfigurasi Aplikasi" → "Contoh".