The new #LoRa Module @PINE64 is based on Semtech SX1262 ... Here's the Reference Implementation of the SX1262 Driver
https://github.com/Lora-net/LoRaMac-node/tree/master/src/radio/sx126x
Straight vs Coiled #LoRa Antenna ... It's the Antenna Length that matters
https://www.thethingsnetwork.org/forum/t/antenna-length-for-868-and-433-mhz/5378
Now porting to #BL602: Driver for #Pine64 #LoRa Module (SX1262) ... Let's see how fast we can do this 🚀
https://github.com/lupyuen/bl_iot_sdk/tree/sx1262/components%2F3rdparty%2Flora-sx1262
#BL602 #LoRa SX1262 Driver Builds OK! Now we implement the hardware abstraction stubs for BL602
https://github.com/lupyuen/bl_iot_sdk/tree/sx1262/components/3rdparty/lora-sx1262
We map these #LoRa SX1262 functions to the #BL602 Hardware Abstraction Layers: GPIO, SPI and Interrupts
https://github.com/lupyuen/bl_iot_sdk/blob/sx1262/components/3rdparty/lora-sx1262/src/sx126x-board.c
#BL602 #LoRa SX1262 Driver ... One last build error to be fixed ... G'nite!
https://github.com/lupyuen/bl_iot_sdk/blob/sx1262/components/3rdparty/lora-sx1262/src/sx126x-board.c
#LoRa SX1262: VREG vs DCC vs VCC ... Which shall I connect to power? 🤔
#LoRa SX1262 Power Amplifier baffles me ... Wish I was an Engineer 🤔
Run our 3-In-1 #BL602 Script that Builds, Flashes and Runs BL602 Firmware ... Works exactly like 3-in-1 coffee mix 👍
https://github.com/lupyuen/bl_iot_sdk/blob/sx1262/customer_app/sdk_app_lorawan/run.sh
@lupyuen
Prof Lup, i prolly asked already but would you remind for old code you were moving it from apache newt to what?
And here what was source os of driver and whats dest os? Curious. And respecting You a lot for all You do.
Wish I could help You some with moving towards clang or something for ultra fast builds.
@lupyuen
Congratz.
@lupyuen
Is there option in configure on your new destination os to use clang instead of gcc? Is it hackable in that direction?
I wished i helped with it.
#BL602 #LoRa SX1262 Driver ... A.k.a. #Pine64 LoRa Module ... Porting in progress
https://github.com/lupyuen/bl_iot_sdk/tree/sx1262/components/3rdparty/lora-sx1262