xreef / EByte_LoRa_E22_Series_Library

Arduino LoRa EBYTE E22 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards).. sx1262/sx1268
Other
104 stars 22 forks source link

How to add sender and receiver addresses? Using ESP32 #27

Closed JayZeeM closed 6 months ago

JayZeeM commented 7 months ago

This is for a communication device that connects each other without LoRaWAN or internet.

xreef commented 7 months ago

Hi jay, You can add the sender address in the payload, the receiver it's already present in the device. Bye Renzo

JayZeeM commented 7 months ago

I mean like where will I input the receiver's address in the sending end? Can you provide and example?

JayZeeM commented 7 months ago

Do you also have a project of connecting an ESP32 to a phone passing data through an application

xreef commented 7 months ago

Hi Jay, To add the address, you need to manage the structure you send and put it inside a managed position. To communicate your ESP32 with cellular, you can use Bluetooth, which can work like a wireless UART. But I don't have any examples. Bye Renzo