Scott Powell
18d6d54c07
Merge branch 'dev' into reciprocal-path-retry
2025-09-09 17:51:55 +10:00
taco
f92bd0db9e
fix inconsistencies across nrf companion roles
2025-09-09 17:00:29 +10:00
taco
e8314c9c8c
new ldscript for extrafs nrf companion envs
2025-09-09 16:55:46 +10:00
fdlamotte
ea33f39557
Merge pull request #454 from jbrazio/jbrazio/2025_3f11ad35
...
RS232/ESP-NOW Bridge/cross repeater implementation
2025-09-09 07:34:31 +02:00
ripplebiz
ecd2e12894
Merge pull request #760 from fschrempf/readme-repeat-clarification
...
README.md: Explain that companion nodes do not repeat messages
2025-09-09 14:25:37 +10:00
ripplebiz
bb29b66b29
Update README.md
2025-09-09 14:05:07 +10:00
Frieder Schrempf
0dfd2bcbb8
README.md: Explain that companion nodes do not repeat messages
...
This is a key difference compared to other systems and I see people
asking this a lot. It is mentioned in the FAQ but let's make it more
prominent in the README.
2025-09-08 23:04:32 +02:00
João Brázio
a55fa8d8ec
Add BRIDGE_DELAY as a buffer to prevent immediate processing conflicts in the mesh network
2025-09-08 20:21:33 +01:00
João Brázio
1c93c162a1
Add ESPNow bridge configurations for all ESP32 targets
2025-09-08 18:49:33 +01:00
João Brázio
1d25c87c57
Refactor bridge packet handling to use common magic number and size constants
2025-09-08 18:16:50 +01:00
ripplebiz
c44d84ca9b
Merge pull request #756 from oltaco/correct-max-contacts-channels
...
Set correct new MAX_CONTACTS and MAX_GROUP_CHANNELS for some NRF devices
2025-09-08 23:37:43 +10:00
ripplebiz
adaad00b19
Merge pull request #755 from recrof/wismesh_rak_customlfs
...
rak wismesh: set the `MAX_CONTACTS` and `MAX_GROUP_CHANNELS` in line with earlier CustomLFS changes
2025-09-08 23:37:24 +10:00
taco
a0e7b47e29
correct max contacts and channels for some nrf devices
2025-09-08 22:06:15 +10:00
Scott Powell
f2e8fb0259
* refactor: MyMesh class extracted
2025-09-08 21:46:19 +10:00
recrof
a44b8e626a
set the max_contacts and max_group channels in line with other nrf52 targets
2025-09-08 13:26:19 +02:00
Scott Powell
74dea260e5
* proposed change for re-trying reciprocal path transmit
2025-09-08 19:22:59 +10:00
ripplebiz
6a9dedf0b4
Merge pull request #751 from fdlamotte/t1000e_revert_gps_resetb
...
T1000e revert gps resetb
2025-09-08 15:35:10 +10:00
kelsey hudson
7b08acf56d
Ikoka Stick: Move to unified code naming conventions
2025-09-07 21:29:10 -07:00
João Brázio
7fca20475a
Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35
2025-09-08 02:04:14 +01:00
João Brázio
0051ccef26
Refactor bridge implementations to inherit from BridgeBase
2025-09-08 02:03:08 +01:00
João Brázio
537449e6af
Refactor ESPNowBridge packet handling to use 2-byte magic header and improve packet size validation
2025-09-08 01:20:54 +01:00
João Brázio
04e70829a4
Rename RS232 bridge environments
2025-09-07 21:46:51 +01:00
João Brázio
5b9d11ac8f
Support ESPNow and improve documentation
2025-09-07 21:39:54 +01:00
Florent
006605ce1d
t1000e: revert GPS_RESETB as an INPUT
2025-09-07 19:48:02 +02:00
fdlamotte
73b49ea14d
Merge pull request #736 from ViezeVingertjes/t1000e-low-power
...
Introduce BLE low-power mode and enable DC/DC converter
2025-09-07 16:01:22 +02:00
ViezeVingertjes
5370667bd8
Replaced BLE_LOW_POWER with BLE_TX_POWER & updated usages.
2025-09-07 15:44:24 +02:00
ViezeVingertjes
7363a4f67d
Few adjustments after testing.
2025-09-07 14:08:53 +02:00
fdlamotte
f6f0cfd603
Merge pull request #744 from ViezeVingertjes/fix-t1000e-sleep
...
T1000-E: ensure rails off and radio idle before system off; fix button wake pin
2025-09-07 12:33:40 +02:00
ripplebiz
b0c7ea45c0
Merge pull request #741 from recrof/rak_wismesh_tag
...
new variant: RAK WisMesh Tag
2025-09-07 20:28:53 +10:00
ripplebiz
0088509df4
Merge pull request #749 from oltaco/thinknode-m1-companion-usb
...
Add companion usb to ThinkNode M1
2025-09-07 20:17:38 +10:00
ripplebiz
ea4ed2abec
Merge pull request #748 from oltaco/t-echo-qspi-pins
...
Add QSPI pins for Lilygo T-Echo
2025-09-07 20:14:44 +10:00
ripplebiz
6da6504b80
Merge pull request #747 from oltaco/customlfs-versionbump
...
CustomLFS version bump
2025-09-07 20:13:31 +10:00
taco
18be92615b
add QSPI pins to Lilygo T-Echo
2025-09-07 20:00:44 +10:00
taco
acf6110001
add companion usb to ThinkNode M1
2025-09-07 19:59:01 +10:00
taco
8521b0eb08
new version of CustomLFS lib
2025-09-07 19:54:42 +10:00
kelsey hudson
951d2dfdbb
Merge remote-tracking branch 'upstream/dev' into dev
2025-09-06 15:13:58 -07:00
ViezeVingertjes
c10c010736
fix: only hide pin after successful authentication in SerialBLEInterface
2025-09-06 22:06:47 +02:00
ViezeVingertjes
ac8ec172ef
T1000-E: refactor GPS initialization; set GPS_RESETB pin as OUTPUT and remove redundant pin settings
2025-09-06 20:42:11 +02:00
ViezeVingertjes
132ca72735
T1000-E: ensure rails off and radio idle before system off; fix button wake pin
2025-09-06 20:10:09 +02:00
ripplebiz
84623938c3
Merge pull request #732 from jbrazio/jbrazio/2025_b5813561
...
Heltec T114 without display
2025-09-06 22:46:46 +10:00
ripplebiz
1c0154279a
Merge pull request #727 from recrof/waveshare_rp2040_lora_refactor
...
tidy up waveshare rp2040 lora variant
2025-09-06 22:39:42 +10:00
ripplebiz
605210dd07
Merge pull request #726 from recrof/xiao_rp2040_refactor
...
tidy up xiao rp2040 variant
2025-09-06 22:38:07 +10:00
ripplebiz
5b8c8b0bf6
Merge pull request #653 from oltaco/CustomLFS
...
Extra filesystem support for NRF52 (CustomLFS)
2025-09-06 17:45:20 +10:00
taco
bcfc8d3771
improved RescueCLI for dual FS
2025-09-06 14:15:40 +10:00
taco
3d83556829
refactor: use _getContactsChannelsFS() instead of ifdefs
2025-09-06 14:15:40 +10:00
taco
accd1e0a97
nrf52 targets: increase limits for contacts and channels
2025-09-06 14:15:40 +10:00
taco
2b24c575c7
support dual filsystems on nrf52
...
store identity and prefs in UserData and contacts, channels and adv_blobs in ExtraData
2025-09-06 14:15:40 +10:00
taco
bdfe9ad27b
switch to using QSPI bus for external flash
2025-09-06 14:15:40 +10:00
taco
c5180d4588
initial commit: CustomLFS
2025-09-06 14:15:40 +10:00
João Brázio
2ef38422e9
Delete the variant-specific NullDisplayDriver.h and update target.h to use the shared implementation from #735
2025-09-05 17:59:59 +01:00