2023-03-12 03:21 PM
Hello there
I am completely new in STM32, I need to use two SX1262MB2CAS shield to tx with one of them and rx from the other one.
Do you know which drivers i will need and how to configure the stm32cubeide project to have acces to two stm32?
2023-03-12 03:56 PM
Not sure I'd be using Cube, or trying this as my first outing with STM32 + LoRa
With the original LRWAN / Semtech libraries you'd need to create two radio instances to run it from a single MCU.
LoRa Point-to-Point type communications or LoRaWAN ?
If these are two separate STM32 + SX1262MB2CAS stations, perhaps look at the PingPong examples, reworking one into a Transmit only, and the other to a Receive only station.