Kelsey Hudson
2536fa6bcf
Merge remote-tracking branch 'upstream/dev' into dev
2025-09-14 14:51:05 -07:00
ripplebiz
3ef2aa6a95
Merge pull request #776 from liamcottle/fix/nrf52-ble-pin-display
...
Fix: BLE pin disappearing too quickly on nrf52 devices
2025-09-14 13:23:10 +10:00
Scott Powell
9df6e8a6b6
Merge branch 'dev' into rep-room-acl
2025-09-13 18:43:02 +10:00
Liam Cottle
5cd0470879
Merge pull request #777 from bryantkelley/docs/add-ble-firmware-troubleshooting-q-a
...
[Docs] Add companion not showing up over Bluetooth to FAQ
2025-09-13 14:23:51 +12:00
Bryant Kelley
b5820b1ce0
Add companion not showing up over BLE to FAQ
2025-09-12 11:31:05 -07:00
liamcottle
25ea953cc3
don't mark as connected until connection secured
2025-09-12 20:23:21 +12:00
Scott Powell
281591f147
* refactor: moved ACL out of SensorMesh -> ClientACL
2025-09-12 15:35:31 +10:00
ripplebiz
d929d32569
Merge pull request #768 from 446564/fix/nano-g2-notification
...
fix nano g2 notification
2025-09-12 12:07:36 +10:00
446564
e42ecc3bb3
fix nano g2 notification
...
revert change to disable buzzer before hibernate
needs more work as the buzzer pin is a macro and can't be changed at runtime
2025-09-10 09:44:58 -07:00
ripplebiz
95d1f052c2
Merge pull request #762 from oltaco/new-ldscript-for-extrafs
...
New linker scripts for NRF52 companion envs
2025-09-10 18:25:07 +10:00
ripplebiz
ce39df599c
Merge pull request #763 from csrutil/fix-environment-sensor-node-altitude
...
Fix node_altitude not being set in EnvironmentSensorManager
2025-09-10 17:45:06 +10:00
Scott Powell
3b82224db6
Merge branch 'rep-room-acl' into dev
2025-09-10 17:35:05 +10:00
Scott Powell
c8a10cc3b3
* RAK wishmesh tag: build fix
2025-09-10 17:34:06 +10:00
ripplebiz
1257c6b181
Merge pull request #739 from fdlamotte/ui_sensors_page
...
ui: sensors page
2025-09-10 17:23:34 +10:00
Scott Powell
65ef6c2fd0
* repeater and room server build_src_filter fixes
2025-09-10 17:04:58 +10:00
Liam Cottle
f35e259fd6
Merge pull request #767 from liamcottle/fix/wismeshtag-poweroff-wakeup
...
Fix: WisMeshTag power off and wake up
2025-09-10 17:44:37 +12:00
liamcottle
80d5e2d8bc
fix wismesh tag power off and wake up
2025-09-10 17:04:03 +12:00
Florent de Lamotte
d83cdc501f
ui: use LPPDataHelper and conditionals for sensors page
2025-09-09 16:32:41 +02:00
Florent de Lamotte
2d4b77c998
Merge remote-tracking branch 'upstream/dev' into ui_sensors_page
2025-09-09 15:36:14 +02:00
csrutil
cf93109cd5
✨ feat: add altitude support to environment sensor node telemetry
...
- Include actual node altitude in GPS telemetry instead of hardcoded 0.0f
- Extract altitude data from both ublox_GNSS and serial GPS sources
- Update debug logging to display altitude alongside lat/lon coordinates
2025-09-09 19:20:39 +08:00
Scott Powell
3666cd72e5
* room refactor: extracted MyMesh class
2025-09-09 20:52:19 +10:00
Scott Powell
e35183ae41
Merge branch 'dev' into rep-room-acl
...
# Conflicts:
# examples/simple_repeater/main.cpp
2025-09-09 19:02:23 +10:00
Scott Powell
5344f04d89
* Repeater: slight refactor of 'bridge' instantiation
2025-09-09 18:46:30 +10:00
Scott Powell
08f91f8d95
Merge branch 'dev' into rep-room-acl
...
# Conflicts:
# examples/simple_repeater/main.cpp
2025-09-09 18:02:05 +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
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
ripplebiz
6a9dedf0b4
Merge pull request #751 from fdlamotte/t1000e_revert_gps_resetb
...
T1000e revert gps resetb
2025-09-08 15:35:10 +10: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