Lora-net / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
1.87k stars 0 forks source link

stack implementation LoRa ( stm32L082) #303

Closed KarimelQ closed 6 years ago

KarimelQ commented 7 years ago

Hello everyone, I'm working on a LoRa project, using stm32l082 & semtech's SX1276, the example program given in I-CUBE-LRWAN 1.1.0 is for STM32L053. Exept this example i have no idea from where i should start, i want to know what are modifications that i should do in order to send uplink data ( from end point to gateway), or an example program to start with. Thank you

temporaryaccount commented 7 years ago

i have no idea from where i should start

Please make sure you have read all the available documentation about STM32CubeMX and I-CUBE-LRWAN.

You may get better support for I-CUBE-LRWAN at ST's community forums than here as the I-CUBE-LRWAN is being developed by them.

KarimelQ commented 7 years ago

thank you for the advice @temporaryaccount

mirzafahad commented 7 years ago

@KarimelQ : I-CUBE-LRWAN 1.1.1 has End_Node example. Start from there.