sx1262_test
1.0.0
기사를 읽으십시오 ...
"Apache Nuttx OS의 Lora SX1262"
"Apache Nuttx OS의 Lorawan"
"Apache Nuttx OS의 SPI"
이 repo는 ...에 달려 있습니다.
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에서 "Application Configuration"→ "examples"에서 SX1262 테스트 앱을 활성화하십시오.