Using SubGHz_Phy with LRWAN_GS_HF1 expansion board on NUCLEO-F746ZG
Hello, I've been working in a LoRa (not LoRaWAN) network, implementing a master-slave topolgy with NUCLEO-WL55JC1 boards. Currently, I'm sending commands to the master via UART, but I'd like to do this through a web server, so I'm trying to get ethernet connection in my project.
Looking for alternatives online, I bumped into the p_nucleo_lrwan2 bundle, which features a NUCLEO-F746ZG along with the LRWAN_GS_HF1 shield to build a LORAWAN gateway. This board supports ethernet as well as LoRa communication, making it suitable for the master implementation. The problem is that in STM's MOOCs and workshops, only the binary file for the gateway is downloaded and burnt into the board, but niether middleware nor iformation as to how to program the shield is provided. The datasheet from RisingHF only lists the AT comands to configure the gateway parameters.
I can chech the SX1301/SX1257 (the radio module that comes with the expansion board) datasheet to see the configuration/operation SPI commands and then make functions based on the middleware and exapmles provided in the STM32Cube_FW_WL_V1.3.0 (I can't use the same because the radio module included in STM32WL5 series is the SX1261, but i guess the general idea is the same)
My question is if there are any gidelines on how to oprate the LoRa physical layer with the LRWAN_GS_HF1 expansion board and the NUCLEO-F746ZG to help me with the above mentioned process.
On the other hand, it could be easier to implement ethernet communication on the NUCLEO-WL55JC1 board probably with some kind of shiled. Do you know any way to do this? and if yes, would it be more convenient?
Thanks
