Search found 5 matches

by warwickchapman
18 Dec 2023, 22:02
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12507

Re: Seeking Advice on Integrating LoRa Project into ESP Easy

OK, if you plan on using LoRa instead of LoRaWAN, then I guess you could have a look at how the C013 (ESPEasy p2p controller) is being used. Given a cursory review of _C013.cpp, and having worked enough with sandeepmistry/arduino-LoRa to have a production codebase in place, I think that the task of...
by warwickchapman
16 Dec 2023, 05:43
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12507

Re: Seeking Advice on Integrating LoRa Project into ESP Easy

Thank you for the reply. I am using the SX1278 on a Ra02 along with an ESP12F that has 4MB of memory. I am not using LoRaWAN but pure LoRa. The application doesn’t require LoRaWAN; it is rather just a local controller / remote switch(es) scenario where the Rx devices are occasionally receiving a com...
by warwickchapman
15 Dec 2023, 21:06
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12507

Re: Seeking Advice on Integrating LoRa Project into ESP Easy

Ah damn. I have already made quite a number of boards using the ESP8266.

I'll take a look at changing them to ESP32 going forward and I'll build a raw dashboard and manually implement WiFi for now.

But, I am interested in the rest of the feedback.

Thank you for your advice.
by warwickchapman
15 Dec 2023, 19:44
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12507

Seeking Advice on Integrating LoRa Project into ESP Easy

Hello Team ESPEasy, I'm considering utilising the ESPEasy platform to incorporate an existing vanilla .cpp code base of LoRa Tx/Rx capabilities. Before diving into the development process, I wanted to reach out to this community for some advice. My project involves using the ESP8266 hardware with th...