As for now program set to tr\rx broadcast plain text messages only.
Means everyone with a such device can communicate in swarm.
Once you need privet and\or encrypted communication change
the source code. Lines 161-165. For more security use AESLib.
Low parts count. With touch qwerty keyboard and RTC for nice logging.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
As for now program set to tr\rx broadcast plain text messages only.
Means everyone with a such device can communicate in swarm.
Once you need privet and\or encrypted communication change
the source code. Lines 161-165. For more security use AESLib.
LoRa-chat.v1.1.binVersion 1.1 compiled.octet-stream - 48.28 kB - 05/23/2021 at 00:36 |
|
Create an account to leave a comment. Already have an account? Log In.
teraz, what is your goal? To combine lora with tcp-ip? There is already a bunch of solutions.
Im much sure you can easily adopt this sketch to esp32 that have tcp.
ar You planing to move raspberry pi pico or other 2040 cpu board?
Why to move? This stm32 even far form power of esp8266.
All this sketch works on 64k flash stm32. That's enough.
ok, tell me is possible connect this device to router? internet?
meybe creating a web page for sending message? or integrate this with matrix?
(power eficient is important, You are right)
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
Yes. with ESP8266 or 32 it is possible to use web page instead of lcd to receive and send...
Try Heltek's LORA board. Very handy.
Here is code for you to start from.
https://github.com/Airrr17/LoRa_messenger/blob/master/LoRa-Heltek.ino
It's already receives and sends lora packets. Just add some web server to this code and enjoy :)
ops wrong thread.