I am very new to LoRa and working on LoRa connectivity option for my product. Further I am trying to port LMiC v1.5 lib to EFM32 since my products are based on EFMPG, for now I am using ZeroGecko starter kit with SX1272MB2xAS Expansion board. After porting the code, and running it on the ZeroGecko, I can see expected waveforms on SPI - MOSI, MISO, CLK, CS and also on the RST, but I can’t see any LoRa RF signal on RF spectrum analyzer. I am trying to run “Transmit” example and I see that there is no IRQ on any DIO pins.
Has anyone worked on similar setup? Requesting your help …
Thanks in advance!
The Dramco seems like convoluted (just my feeling ), much of the hardware init code is normally generated using Hardware Configurator in Simplicity Studio. LMiC looks pretty straight forward as compared to Dramco. But I will try to work on both - your port MiraKonta and Dramco, and see how it goes…
I could update the LoRaWan_EFM32 for my setup and the code compiles fine…
But there is no activity on the SPI pins for SX1272 The MCU GPIO ports, 2 Push buttons, 2 LEDs and SPI are initialized, PushButton ISR also fires and toggles the LED0 etc. But I found that in the debug mode, the execution does not reach to
void SX1272Init( RadioEvents_t *events )
line in sx1272.c So I guess obviously SX1272 is doing nothing. Can anyone please help me out?
I would really appreaciate prompt help…