hardwario / lora-modem

Open LoRaWAN modem for Murata Type ABZ
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Wisol #110

Closed tcpipchip closed 1 year ago

tcpipchip commented 1 year ago

I will test this week in our wisol LoraWAN modules😀

tcpipchip commented 1 year ago

VirtualBox_ch_16_10_2022_10_44_18

tcpipchip commented 1 year ago

got this error! On WSL2

janakj commented 1 year ago

You need to initialize git submodules. Please follow the steps in the section Building of README.md.

tcpipchip commented 1 year ago

good morning! Yes, i had done that but needs key access rights VirtualBox_ch_16_10_2022_10_58_08

janakj commented 1 year ago

Well, you need to be able to use Github from the VM where you are building it. If that's not the case, download the source tarball from the most recent release and try to build that. The source tarball does not require working git/Github.

tcpipchip commented 1 year ago

Now compiles! thanks! Now i will start to convert to WISOL Module hardware! It´s uses the STM32L071+SX1276 image

tcpipchip commented 1 year ago

some tip to choose the target STM32L072 during compile and DIO config ?

janakj commented 1 year ago

No idea. I am not familiar with that module. Also, you will need find out how the SX1276 chip is mapped to the GPIOs on the host MCU. This firmware only supports the mapping used by Murata Type ABZ. If your module uses a different GPIO mapping, you may need to modify the source code.

tcpipchip commented 1 year ago

No problem! I will do! I was using the sdk at commands of stm on wisol. But looks that your is very better documented

tcpipchip commented 1 year ago

This firmware only supports the mapping used by Murata Type ABZ.

Only tell me where is the file mapping…

janakj commented 1 year ago

src/main.c and src/sx1276-board.c.

I am going to close this issue since this is not a problem with the firmware. You are welcome to start a new discussion in the Discussions tab instead.

tcpipchip commented 1 year ago

Thank you

tcpipchip commented 1 year ago

one suggestion is to make clear where is the NSS of SX1276 in the list files