lorabasics / lorabasicsmodem

19 stars 10 forks source link

Not Working #2

Closed karthiclodpi closed 3 years ago

karthiclodpi commented 3 years ago

Hi @matthieuantoine

I am trying work on 2.4Ghz lorawan,

Node : https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1280ed1zhp Gateway : https://www.semtech.com/products/wireless-rf/lora-gateways/sx1280zxxxxgw1

make modem_2_4 and got soft_modem_2g4.bin , flashed it to nucleo l073 + sx1280ed1zhp (via ST-Link). Node is not joining and not even getting any serial log.

Plz assist

Thanks

matthieuantoine commented 3 years ago

Hi, did you try to use debug mode and see where the program is blocked?

karthiclodpi commented 3 years ago

Hi @matthieuantoine

Tried setting up OpenOCD for debugging. But unsuccessful.

Do you have a document for setting up the debugger option

Also please share if you have any documentations on Setting up development environment like what we have on LoRaMac-Node (https://github.com/Lora-net/LoRaMac-node/wiki/development-environment)

Thanks KarthiG

karthiclodpi commented 3 years ago

Hi @matthieuantoine ,

Working, Issue was with my ST- Board, Yet to set OpenOCD for debugging

Thanks