Programming LoRa-E5 with Arduino, LoRa-E5 mini Point to Point Comminucation over 24 km

Hi there,

Pretty Stellar IMO, :+1: Got any pics of the DUT’s ? What Antenna’s
Great info.

GL :slight_smile: PJ :v:

Thank you for the excellent report.

The DUT are the wio-e5-le mini and the antennas are the supplied ones that come with the dev kit. I believe they have a gain of 2.8dBi.

I have been looking into the radio laws in europe. If im not mistaken I think i can operate 869.4 MHz - 869.65 MHz and transmit 500mW of power at a 10% duty cycle. Regional Limitations of RF Use in LoRaWAN | The Things Network

The E5-LE i believe can output up to 20.8dBm so this could be an option to increase range?

I want to do some tests to see how reducing SF but increasing power might help with distance. Theres a trade off and im not entirely sure what it is.

1 Like

Hi,

By compilation “STM32WL_SimpleP2P_master.ino” I got error:

STM32WL_SimpleP2P_master.ino:62:26: error: cannot convert ‘const uint32_t [3]’ {aka ‘const long unsigned int [3]’} to ‘const uint32_t (&)[5]’ {aka ‘const long unsigned int (&)[5]’}
62 | radio.setRfSwitchTable(rfswitch_pins, rfswitch_table);

I set Lora boards / Lora-E5 mini

Please let me know why this error occured, and what is wrong? Thank you

try downgrading your radio lib to 6.4.2

// BSP : STM32 boards groups by STMicroelectronics 2.7.1
// Borad select : STM Boards groups / LoRa boars
// Board part number : LoRa-E5 mini (Board to be selected from Tools submenu 'Board part number)

#include <RadioLib.h>           // 6.4.2  https://github.com/jgromes/RadioLib

Please verify the BSP and library versions.

im writing up my lora adventures here to if you want to follow?

2 Likes