Scott Powell
fcb9bdf209
* combine radio's entropy with CC310 RNG
2026-08-14 17:46:43 +10:00
ripplebiz
b09cb27a1f
Merge pull request #3106 from ViezeVingertjes/fix/scoped-reply-routing
...
Fix replies dropped when flood.max.unscoped is low
2026-08-13 15:00:37 +10:00
ripplebiz
e9edfc8e1a
Merge pull request #3188 from oltaco/heltec-t096-pin-fix
...
Fix Heltec T096 Tx issue
2026-08-12 23:00:31 +10:00
taco
f43e1cde89
Revert "t096 compiler layout workaround"
...
This reverts commit 9c60f9696e .
2026-08-12 22:28:36 +10:00
ripplebiz
a4ab7f0e59
Merge pull request #3137 from agessaman/feat/station-g3-fem-prefs
...
Station G3: Expose, persist, and apply FEM gain preferences
2026-08-12 16:11:23 +10:00
ripplebiz
1cb308b694
Merge pull request #3182 from oltaco/t096-tx-workaround
...
Workaround for Heltec T096 transmit issue
2026-08-12 14:49:32 +10:00
taco
9c60f9696e
t096 compiler layout workaround
...
see https://github.com/meshcore-dev/MeshCore/issues/3151
2026-08-12 14:04:50 +10:00
ripplebiz
e027263d1e
Merge pull request #3154 from fdlamotte/nrf52_hwcrypto_init
...
nrf52: call nRFCrypto.begin()/end() only once
2026-08-12 12:14:21 +10:00
ripplebiz
fbef2ff0dc
Merge pull request #3164 from weebl2000/fix-tbeam-s3-display
...
Fix display issues on T-beam Supreme S3
2026-08-11 14:39:39 +10:00
agessaman
e2aa7b98f9
feat(companion_radio): add external FEM gain preferences for RX and TX for companions
...
Introduced consistent preferences for external LoRa FEM RX and TX gain settings in NodePrefs. Updated companion MyMesh to apply these settings during initialization and transmission. Added unit tests to verify the round-trip serialization of these new preferences.
2026-08-10 11:59:26 -07:00
Rastislav Vysoky
3138ad99ba
move RadioLibWrapper noise_floor level message under special debug flag
2026-08-10 16:56:56 +02:00
Wessel Nieboer
32bd6d48d6
Fix T-beam Supreme S3 display
2026-08-10 13:39:16 +02:00
Huw Duddy
f6c25e6a25
Merge pull request #3158 from mepholic/bug/fix-rxgain-setting-post-agc-reset
...
Fix RX Boosted Gain setting after AGC reset is triggered
2026-08-10 17:31:38 +10:00
Dan Theisen
6f491f3033
RX Boosted Gain was set back to the compiled in value rather than the current/flash value set by the user when the ACG reset is triggered. This commit fixes this.
2026-08-09 18:11:35 -07:00
Florent
ecb8c94560
nrf52: call nRFCrypto.begin()/end() only once
2026-08-09 14:46:23 -04:00
taco
ce62c8b5d7
LR2021: add PREAMBLE_DETECTED bit and IRQ timeout logic
2026-08-09 21:41:22 +10:00
agessaman
23066573e5
fix(station-g3): expose FEM gain preferences
2026-08-06 15:29:14 -07:00
Hacuchino-hash
3abe415cf7
Add RGB LED and haptic notifications for SenseCAP MeshTracker X1
2026-08-06 07:27:05 -05:00
ripplebiz
84e3a67bd7
Merge pull request #3115 from oltaco/meshnology_w12
...
Add support for Meshnology W12 and LR2021 Wrapper
2026-08-05 15:04:00 +10:00
taco
9d4f93806d
LR2021: auto-LDRO for side detectors
2026-08-05 14:23:32 +10:00
taco
36e77671a2
LR2021: fix for hardware cad and side detectors
2026-08-05 14:23:32 +10:00
taco
696a82d7c2
LR2021 multi-SF support (side detectors)
2026-08-05 14:23:32 +10:00
taco
7cc16366cb
add Meshnology W12 support and LR2021 wrapper
2026-08-05 14:23:29 +10:00
ViezeVingertjes
b155081882
Merge remote-tracking branch 'upstream/dev' into fix/scoped-reply-routing
...
# Conflicts:
# examples/simple_repeater/MyMesh.cpp
2026-08-04 11:49:58 +02:00
ViezeVingertjes
fad11c90f3
Fix replies dropped when flood.max.unscoped is low
2026-08-03 22:57:12 +02:00
Huw Duddy
9d902e634a
Merge pull request #3076 from MDamon/fix/lr1110-rx-timeout
...
LR1110: fix startReceive() passing an IRQ bit as the RX timeout 🤖 🤖
2026-08-03 23:02:52 +10:00
Huw Duddy
5d940a1dc9
Clean up comments in startReceive method
...
Removed unnecessary comments regarding RX timeout and IRQ mask.
2026-08-03 22:57:34 +10:00
ripplebiz
626a82fd30
Merge pull request #2824 from NickDunklee/rak-advert-hw-encryption
...
feat: use nrf52 hardware crypto where we can
2026-08-02 15:35:33 +10:00
Mike Damon
78723d2565
LR1110: fix startReceive() passing an IRQ bit as the RX timeout
...
CustomLR1110::startReceive() passed RADIOLIB_LR11X0_IRQ_PREAMBLE_DETECTED
(1<<4 = 16) as RadioLib's first argument, which is the RX *timeout*, not an
IRQ mask. At the LR11x0's 30.52us tick that armed the receiver for ~488us, so
it dropped out of RX before any packet could arrive and the node received
nothing at all -- while transmitting normally.
Symptoms on a SenseCAP T1000-E: tx_air_secs rising, rx_air_secs stuck at 0,
recv_errors 0, and the noise floor pinned at the -120 clamp because
getCurrentRSSI() never sampled a live receiver.
Pass RADIOLIB_LR11X0_RX_TIMEOUT_INF (continuous RX), which is what
LR11x0::startReceive() itself uses, keeping the PREAMBLE_DETECTED flag in the
reported IRQ flags as intended.
Introduced in ea5d7c8b ("LR1110: add PREAMBLE_DETECTED to reported irq flags").
Verified on two T1000-E units: with only the repeater fixed it began receiving
(last_rssi -29, SNR 17.0) while the unfixed companion stayed deaf; fixing both
brought up the link in each direction.
2026-07-30 12:14:39 -04:00
ripplebiz
57ddada3ba
Merge pull request #3004 from axhoff/agent/preserve-utf8-advert-names
...
Preserve UTF-8 boundaries in advert names
2026-07-30 12:59:59 +10:00
ripplebiz
6e39cff8a1
Merge pull request #3063 from oltaco/unify-irq-timeout
...
Unify IRQ timeout logic across all applicable radio types
2026-07-29 23:52:48 +10:00
ripplebiz
279ac78122
Merge pull request #3049 from liamcottle/feature/ethernet
...
Refactor Companion Interfaces + Add ThinkNode M7 Ethernet Support
2026-07-29 23:45:51 +10:00
taco
79eb7f5d8d
LLCC68: add IRQ timeout logic
2026-07-29 23:34:01 +10:00
taco
a3732e1c65
SX1268: add IRQ timeout logic
2026-07-29 23:34:01 +10:00
taco
a5c323cc19
STM32WLx: add IRQ timeout logic
2026-07-29 23:33:51 +10:00
taco
a7426de0bf
LR1110: fix unnecessary IRQ clear
2026-07-29 23:18:15 +10:00
ripplebiz
9f73fbf870
Merge pull request #3062 from oltaco/fix-irq-clear
...
Fix unnecessary IRQ clearing
2026-07-29 22:37:30 +10:00
taco
20f55a4f42
fix unnecessary IRQ clear
2026-07-29 21:39:56 +10:00
entr0p1
4050b7d526
nRF52840 "start ota" Failure Recovery
...
If Bluefruit.begin fails, BLE OTA mode won't actually start and the board might require a reboot to reattempt.
Fixes:
- Bluefruit.begin returns false in NRF52Board.startOTAUpdate if OTA mode fails to start. User is notified of the fault through existing error message in CommonCLI and can reattempt "start ota" command.
2026-07-28 10:14:59 +10:00
liamcottle
834ad722a4
remove old rak ethernet interface
2026-07-28 03:18:54 +12:00
liamcottle
203fd4e407
refactor rak13800 to new ethernet interface class
2026-07-28 03:18:54 +12:00
liamcottle
e672679d6e
refactored companion interfaces to allow for multiple active connection modes
2026-07-28 03:18:54 +12:00
liamcottle
b4143a4402
rename class
2026-07-28 03:18:54 +12:00
liamcottle
5de857f8f8
initial ch390 ethernet support for thinknode m7 companion
2026-07-28 03:18:54 +12:00
ripplebiz
c86e63d2f5
Merge pull request #2982 from meshcore-dev/config-serializer
...
Config serializer
2026-07-27 17:58:03 +10:00
ripplebiz
301bc10dd3
Merge pull request #3034 from meshcore-dev/ui-color-refactor
...
UI color refactor
2026-07-27 17:45:12 +10:00
taco
6b83de507d
SX1268: add PREAMBLE_DETECTED to reported irq flags
2026-07-25 00:46:39 +10:00
taco
0d2b988f24
STM32WLx: add PREAMBLE_DETECTED to reported irq flags
2026-07-25 00:46:39 +10:00
taco
c56928347f
LLCC68: add PREAMBLE_DETECTED to reported irq flags
2026-07-25 00:46:39 +10:00
taco
ea5d7c8bf5
LR1110: add PREAMBLE_DETECTED to reported irq flags
2026-07-25 00:46:36 +10:00