2022-02-04 06:35 AM
HI all,
I’d like to create a system communication using LoRa protocol between 2 devices, I don’t want to use TTN. I’m newbie with LoRa I’ve seen Seed provide SDK to use LoRaWAN but I don’t want to use gateway or server.
To be simple I have one device with LoRa-E5 and another device with another LoRa-E5, I’d like to be able to comunicate with LoRa between those devices, so it is End device to End device I think, is it possible ?
Solved! Go to Solution.
2022-02-04 07:46 AM
Hello @SBaro.1
Yes, it is possible, please have a look at PingPong example :
STM32Cube_FW_WL_V1.1.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_PingPong
BR,
Bruno
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-02-04 07:46 AM
Hello @SBaro.1
Yes, it is possible, please have a look at PingPong example :
STM32Cube_FW_WL_V1.1.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_PingPong
BR,
Bruno
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-02-07 12:20 AM
Nice thanks @Bruno_ST I'll look that :)
2022-04-18 03:18 AM
Hi
I am the same, and I opened this project. During compiling I get the following error in the application/target/radio_board_if.c
#error user to provide its board code or to call his board driver functions
I have the Lora-e5 on my own board, so dont know what to add here. If anyone has a small built project that you wish to share, then that would be much appreciated.
Best Regards
Scott
2022-04-19 02:08 AM
Hello @Scott Dev
I have checked, now latest
BR,
Bruno
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-04-19 02:44 AM
Note that "LoRa" is just a modulation technique - you could put whatever protocol you like on top of that.
"LoRaWAN" is a protocol which uses (ie, is "on top of") LoRa modulation.
2022-04-19 06:45 AM
Hi Bruno,
Many thanks for the reply. Im quite new to Lora and using the Lora-e5, so not sure what DCDC, TCXO and TX RFO HP/LP/HP+LP are (HP/LP, high power and low power?) . Any pointers on these?
Best Regards
Scott