Commit Graph

112 Commits

Author SHA1 Message Date
tuxphone 4d3ffc7b9d
Now using RxDutyCycle function of the sx126x 2020-10-06 13:21:19 +02:00
tuxphone dd6408f0df
now using RxDutyCycle function of the sx126x 2020-10-06 13:20:17 +02:00
tuxphone a4fc31e6e9
Add files via upload 2020-10-04 15:50:52 +02:00
tuxphone 8187aab70f
use CAD cycle
Only go into RX mode, if there is any activity on the channel.
Else stay idle (lora) / sleep (MCU).

Note: will not work for speed 1 (medium range) - timings are to tight.
For speed settings short range, long range and very long range it is working.
2020-10-04 15:48:53 +02:00
tuxphone ce8a0f488f
Update main.cpp 2020-10-02 20:30:02 +02:00
tuxphone be42a0c88f
Update config.h 2020-10-02 20:29:08 +02:00
tuxphone a3be93e63a
Update config.h 2020-10-02 15:16:58 +02:00
tuxphone 3adf87f164
Update main.cpp 2020-10-02 15:16:13 +02:00
tuxphone e8b942a758
OLED support 2020-09-30 15:22:08 +02:00
tuxphone c47a5d71a1
Support for OLED (HTCC-AB02 and HTCC-AB02S)
To activate OLED, #define NO_OLED to OLED
2020-09-30 15:14:24 +02:00
tuxphone 5b67d56356
Update config.h 2020-09-30 15:09:58 +02:00
tuxphone 3cb1042fb4
Make Configuration block more visible
Moved down PSK a bit down to make it clear, that it doesnt need to be changed.
Made it more clear which lines need to be checked/modified
2020-09-30 08:53:52 +02:00
tuxphone 16ec24c705
Support for the OLED of DevBoard Plus (HTCC-AB0)
change "#define OLED" to "#define NO_OLED" to turn off
2020-09-29 21:37:23 +02:00
tuxphone e7764f17ac
Hexadecimal payload dump 2020-09-29 12:41:36 +02:00
tuxphone 2fd23157e5
Update main.cpp 2020-09-27 21:00:33 +02:00
tuxphone 52c96ae949
Add support for the new RegionCodes of meshtastic 2020-09-27 20:47:17 +02:00
tuxphone 71f52ba2ca
Update config.h 2020-09-27 19:34:31 +02:00
tuxphone 22c580fad6
Update main.cpp 2020-09-27 19:33:25 +02:00
tuxphone 5548789c19
Update main.cpp 2020-09-27 18:02:36 +02:00
tuxphone a27c6e8fe9
Update main.cpp 2020-09-27 17:41:45 +02:00
tuxphone db29ecc7d8
Update README.md 2020-09-27 17:40:07 +02:00
tuxphone c9a29a06a1
Included multiple environments
default is cubecel_board
2020-09-27 17:21:09 +02:00
tuxphone 906d65557c
see lib_deps in the provided platformio.ini 2020-09-27 17:19:57 +02:00
tuxphone 2974908454
moved to src/ 2020-09-27 17:18:49 +02:00
tuxphone 4d21128963
moved to src/ 2020-09-27 17:18:32 +02:00
tuxphone 46d9bc5e6f
not used anymore 2020-09-27 17:18:08 +02:00
tuxphone 35c30c7220
platform.io 2020-09-27 17:17:07 +02:00
tuxphone 40360aaf01
platform.io 2020-09-27 17:16:23 +02:00
tuxphone 8f358fa829
Update README.md 2020-09-26 18:25:17 +02:00
tuxphone a5f1bb0c3f
Update README.md 2020-09-26 18:23:45 +02:00
tuxphone 5c6d734317
Update README.md 2020-09-24 13:53:00 +02:00
tuxphone e902a718ab
Update pb.h 2020-09-23 12:08:35 +02:00
tuxphone 52b9369c5d
Update mesh.pb.h 2020-09-23 07:21:25 +02:00
tuxphone 0d68512ea2
Added support for RGB LED (red on sending data) 2020-09-22 22:00:43 +02:00
tuxphone 35d9f98989
Update MeshRadio.h 2020-09-22 21:58:29 +02:00
tuxphone d4c986ffd7
Update README.md 2020-09-22 09:38:33 +02:00
tuxphone 0af6b78236
Update README.md 2020-09-21 22:02:03 +02:00
tuxphone 30029c5c8d
Display Channel Name @ Start 2020-09-21 21:56:31 +02:00
tuxphone 5f97fa0f47
Update main.cpp 2020-09-21 20:26:49 +02:00
tuxphone 02bdd30235
Update MeshRadio.h 2020-09-21 20:19:14 +02:00
tuxphone 9c5e889384
Update README.md 2020-09-19 21:13:41 +02:00
tuxphone 7d7e1f85a7
Update README.md 2020-09-19 15:15:14 +02:00
tuxphone d82d0f7e46
Update main.cpp 2020-09-19 15:06:50 +02:00
tuxphone 97f78c0d14
Update main.cpp
Major Release - will now work with any channel name and speed setting
2020-09-19 15:00:26 +02:00
tuxphone 9ea476e230
Update MeshRadio.h
Moving configuration from main.cpp to Meshradio.h
2020-09-19 14:49:49 +02:00
tuxphone 69c42409b7
Update README.md 2020-09-18 21:32:43 +02:00
tuxphone 8a87c50fee
Update README.md 2020-09-18 21:31:58 +02:00
tuxphone b28e51195c
Update main.cpp 2020-09-18 21:14:51 +02:00
tuxphone 7f73699f97
Update README.md 2020-09-18 21:09:44 +02:00
tuxphone ee0e9e8fa6
Add Meshtastic headers
Taken from the meshtastic project https://github.com/meshtastic/Meshtastic-device
2020-09-18 20:47:26 +02:00