ripplebiz
acc32aa166
Merge pull request #1156 from csrutil/persist-gps
Persist GPS enabled state to preferences
6 months ago
Florent
405f703bfe
thinknode_m5: fix repeater build
6 months ago
ripplebiz
eee25605ca
Merge pull request #1162 from recrof/led_state_fix
add default LED_STATE_ON for boards that don't have it defined
6 months ago
Rastislav Vysoky
052f17738c
add default LED_STATE_ON for boards that don't have it defined
6 months ago
Scott Powell
e054597a18
* ver 1.11.0
6 months ago
csrutil
cfb7ed876c
CMD_SET_CUSTOM_VAR will update gps and gps_interval
6 months ago
csrutil
df3cb3d192
_location->loop() should be in the next tick
6 months ago
csrutil
62e180dc0f
changed ms to sec
6 months ago
csrutil
39503ad0b4
move GPS preference initialization to UITask
6 months ago
csrutil
4aebc57add
fixed gps init value
6 months ago
csrutil
678915ef3b
add GPS interval validation and bounds checking
6 months ago
csrutil
88fb173297
add configurable GPS update interval
Make GPS update interval configurable via settings instead of using hardcoded 1 second value. The interval is persisted from preferences and can be adjusted at runtime through the sensor manager settings interface
6 months ago
csrutil
c641beabd3
https://github.com/meshcore-dev/MeshCore/issues/989 - persist GPS enabled state to preferences
Add GPS configuration to NodePrefs structure and persist the GPS
enabled state when toggled via UI. This ensures GPS settings are
retained across device restarts.
6 months ago
ripplebiz
fe874032d5
Merge pull request #1153 from fdlamotte/thinknode_m5
Thinknode m5 support
6 months ago
Florent
1c0017b634
thinknode_m5: gps support
6 months ago
Florent
ee4e87c3ee
thinknode_m5: manage baclight
6 months ago
Florent
dfec6d3483
thinknode_m5: tx_led
6 months ago
Florent
24edd3cf20
thinknode_m5: add pca9557 expander
6 months ago
Florent
d0f6def4f9
thinknode_m5: initial port
6 months ago
Scott Powell
0307b64721
Merge branch 'dev' into ext-trace
6 months ago
Scott Powell
3ddfdd477b
Revert "add heltec_v4 tft expansion box"
This reverts commit 310618e689 .
6 months ago
Scott Powell
5b975d9e94
Merge branch 'dev' into ext-trace
6 months ago
ripplebiz
ffbc24b3e7
Merge pull request #1148 from Meshcore-Portugal/jbrazio/2025_6d9681e2
Add RAK4631 support for rs232 bridge
6 months ago
ripplebiz
eae2fba73c
Merge pull request #1082 from KR4DIO/dev
Ikoka Handheld variant
6 months ago
ripplebiz
13bf82f1c4
Merge pull request #1130 from zaquaz/buzzer-feature-pr
Added buzzer config persistance across restart
6 months ago
zaquaz
6c7b5390e2
Remove default setting, since it is handled in MyMesh
6 months ago
ripplebiz
59fc28b344
Merge pull request #1150 from recrof/heltec_build_fixes
fix building issues with heltec wireless paper and heltec tracker
6 months ago
ripplebiz
2ca15ef3dc
Merge pull request #1151 from recrof/m2_fixes
ThinkNode M2: build fix
6 months ago
ripplebiz
c17bd5d6fc
Merge pull request #1122 from fschrempf/xiao-nrf-ui-and-power-optimizations
Companion Power Optimizations and UI Support for XIAO NRF52
6 months ago
Rastislav Vysoky
e98c79ae48
added missing NonBlockingRTTTL dependency, added USB and WIFI companions
6 months ago
Rastislav Vysoky
5b7d73866c
fix building issues with heltec wireless paper and heltec tracker
6 months ago
João Brázio
baedddb25d
Rename RS232 bridge environments and update build flags for Serial1 and Serial2
6 months ago
João Brázio
eafbd85d17
Add RAK4631 support for rs232 bridge
6 months ago
ripplebiz
8340d0e060
Merge pull request #1104 from zjs81/Fix-BW-setting-and-returning
Refactor float conversion in CommonCLI
6 months ago
ripplebiz
a9397c17d1
Merge pull request #1118 from Quency-D/dev-heltec-v4-tft
add heltec_v4 tft expansion box
6 months ago
ripplebiz
79a036f995
Merge pull request #1131 from wel97459/dev-uint
Changed uint used in flags to uint8_t
6 months ago
Scott Powell
cdbeacdc4d
Merge branch 'dev' into ext-trace
6 months ago
Scott Powell
30ccc1fa01
* BUG FIX: remote login fix same as repeater
6 months ago
Scott Powell
0e903de72c
* BUG FIX: same remote login fix as repeater
6 months ago
Scott Powell
dc58f0ea83
* BUG FIX: repeater remote admin, flood login should invalidate the client->out_path
6 months ago
ripplebiz
f2740150df
Merge pull request #1075 from agessaman/companion-stats
Add statistics commands to return device metrics on companions
6 months ago
Brad Ferguson
2a33246c6f
Merge branch 'meshcore-dev:dev' into dev
6 months ago
Frieder Schrempf
7723a4cb34
variants: Heltec T114: Enable DC/DC regulator
According to the documentation and experiments on other boards using
NRF52 + SX1262 this reduces the power consumption significantly.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Jaroslav Škarvada
32d622d969
variants: Heltec T114: Disable LED and GPS when powering off
This should reduce power consumption in hibernation.
Signed-off-by: Jaroslav Škarvada <[email protected] >
7 months ago
Frieder Schrempf
5235516dc7
variants: XIAO NRF52: Enable status LED
Fix the active state of the LEDs (active low) and enable the status
LED.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Frieder Schrempf
048bd268a1
companion: ui: Respect LED_STATE_ON for status LED
The current logic only works for active high LEDs. Some boards need
an active low level control and therefore they set LED_STATE_ON to 0.
Take this into account and use the correct LED pattern for both cases.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Frieder Schrempf
4a8dcb4906
variants: XIAO NRF52: Support power-off via user button
Add the necessary code to properly power-off the Xiao + Wio
companions. This way we can achieve around 15 microamps of power
consumption in the off state.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Frieder Schrempf
c76d337a00
variants: XIAO NRF52: Enable user button
The Xiao nRF52840 combined with the Wio-SX1262 is often used for
cheap and compact DIY companion nodes. The Wio actually has an onboard
pushbutton that can be used as user button. Enable support for the
button.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Frieder Schrempf
11f119a7fb
variants: XIAO NRF52: Enable DC/DC regulator
This reduces the power consumption by approximately 25%.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Frieder Schrempf
b9b82fcf1b
variants: WisMesh Tag: Enable status LED
Use the blue LED as status LED. This prevents the blue LED from
being always-on and draining the battery. Instead use it as status
LED with blink patterns as other companion devices do.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago