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
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
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] >
6 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
Frieder Schrempf
0f565323a0
variants: WisMesh Tag: Enable DC/DC regulator
According to the documentation and experiments on other boards using
NRF52 + SX1262 this reduces the power consumption significantly. This
assumes that the hardware actually has the inductor for the internal
DC/DC regulator populated which is very likely. Even if not, it won't
hurt.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
Jaroslav Škarvada
07e7e2d44b
companion: Suspend radio when hibernating
This should significantly reduce power consumption in hibernation.
Fixes : #1014
Signed-off-by: Jaroslav Škarvada <[email protected] >
Signed-off-by: Frieder Schrempf <[email protected] > # generalize for all radios and UIs
6 months ago
ripplebiz
5f06dc4a2f
Merge pull request #1133 from oltaco/repeater-adc-multiplier-setting
Feature: configurable adc.multiplier for repeaters
6 months ago
taco
fc93d84fb8
tweaks get/set adcMultiplier logic
7 months ago
taco
e13c064487
add board.setAdcMultiplier to room server and sensor
7 months ago
ripplebiz
fc68203275
Merge pull request #1127 from oltaco/rename-faketec-to-promicro
Rename Faketec to ProMicro
7 months ago
taco
5a3ea64a97
Repeater: add adc.multiplier setting
7 months ago
taco
454f6b2583
rename adverts
7 months ago
Winston Lowe
031fa1e704
Changed uint to a uint8_t
7 months ago
zaquaz
2bd47de3b9
Added buzzer config persistance accross restart
7 months ago
taco
ed9655e14e
rename faketec to promicro
7 months ago
ripplebiz
f5a56c537f
Merge pull request #1113 from recrof/bme280_fix
fix: make bme280 sensor usable again
7 months ago
Quency-D
310618e689
add heltec_v4 tft expansion box
7 months ago
recrof
88a6141943
fix: move bme680 detection before bme280
7 months ago
agessaman
a3c9a07377
Modify CMD_GET_STATS with sub-types for core, radio, and packet statistics. Consolidated to a single RESP_CODE_STATS with a second byte to identify response structure. Updated documentation and examples to reflect the new command structure and response parsing.
7 months ago
ripplebiz
459169e8cb
Merge pull request #1092 from liquidraver/rakgps
Fix RAK4631 GPS UART pin macros for L76K to work
7 months ago
ripplebiz
caf421b591
Merge pull request #1106 from oltaco/keepteen-lt1
Add support for Keepteen LT1
7 months ago
Florent
838e83b3b5
xiao_s3: relocate serial pins on repeater_bridge_rs232
* conflicts with i2c pins that are documented on the same pins
* this is a commented target
7 months ago