Florent
aba868f324
Merge branch 'thinknode_m3_port' into dev
6 months ago
Florent
bde4fc3a23
thinknode_m3: initial commit
6 months ago
Florent
e7ed69bdb6
Merge branch 'thinknode_m6_port' into dev
6 months ago
Florent
14efaf6fd3
thinknode_m6: initial port
6 months ago
Kevin Le
4504ad4daf
Added default temperature from ESP32 MCU and NRF52 MCU
Added NRF52Board.h and NRF52Board.cpp
Modified NRF52 variants to extend from NRF52Board to share common feature
6 months ago
ripplebiz
9bba417ebc
Merge pull request #1160 from flol/rak11310
Support for RAK11310 WisBlock
6 months ago
ripplebiz
f378e103c2
Merge pull request #1171 from luigi311/techo_hibernate_led
variants: lilygo_techo: variant: Turn off leds on poweroff
6 months ago
ripplebiz
922e378be5
Merge pull request #1192 from LitBomb/patch-20
Update faq.md
6 months ago
ripplebiz
fc4f9e8f33
Merge pull request #1197 from agessaman/LPS22HB-fix
fix output from LPS22HB sensor: convert barometric pressure from kPa to hPa
6 months ago
agessaman
b91b854a1d
fix output from LPS22HB: convert barometric pressure from kPa to hPa in EnvironmentSensorManager
6 months ago
uncle lit
1f5659dd26
Update faq.md
fix typo bugs found by @4np
6 months ago
uncle lit
cae37d8892
Update faq.md
add get and set prv.key
add web site to generate new private key and specific its public key's first byte value
add link to repeater observer instruction
add links to The Comms Channel's meshcore video, MCarper's Meshcore Advantages, and Austin Mesh's MeshCore vs Meshtastic comparison
add deafness instruction for agc reset interval
add reference to Liam's Windows and Intel Mac client apps
add reference to Tree's Meshcore packet decoder
add OTA BLE update addendum for Seeed Wio Tracker L1 Pro
add instruction to use T-deck's software keyboard to enter `=` at the end of the base64 public key
6 months ago
Liam Cottle
09c121efae
Merge pull request #1178 from fschrempf/xiao-nrf-button-pullup-fix
Xiao NRF52: Enable pullup on button input
6 months ago
Scott Powell
676c317f78
* refactor: on-demand getSharedSecret()
6 months ago
ripplebiz
46f6146df7
Merge pull request #1180 from oltaco/shared-secret-on-demand
Companion: Faster startup by calculating shared_secret on demand
6 months ago
Scott Powell
d7adcc136b
* LPPDataHelpers, readCurrent() signed value
6 months ago
taco
638f41d143
calculate shared_secret on demand
6 months ago
ripplebiz
9ee3008f88
Merge pull request #1177 from liquidraver/btfixv6
Fix BLE semaphore leak and improve SerialBLEInterface
6 months ago
ripplebiz
4040f201a8
Merge pull request #1179 from carroarmato0/tdeck-gps
Enable GPS for LilyGo TDeck + Optimizations
6 months ago
Christophe Vanlancker
01eb8716af
fix(core): optimize GPS loop and add display GPIO safeguards
6 months ago
Christophe Vanlancker
d834d66803
feat(tdeck): enable GPS support and configure pins
6 months ago
Frieder Schrempf
10b43a8f9f
variants: XIAO NRF52: Enable button pullup
Some versions of the Wio-SX1262 board don't have the button and the
pullup resistor populated. Enable the internal pullup to prevent
a floating pin and spurious button presses on those boards.
This fixes #1173 .
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
liquidraver
73ab0d8813
Improve SerialBLEInterface
6 months ago
Florent de Lamotte
6db57677f9
tracker_l1: enable dc/dc converter
6 months ago
liquidraver
1a3f7a7ea9
Fix BLE semaphore leak in Bluefruit library
Patches Bluefruit library to fix semaphore leak bug that causes device lockup
when BLE central disconnects unexpectedly (e.g., going out of range, supervision timeout).
Co-authored-by: Liam Cottle <[email protected] >
Co-authored-by: oltaco <[email protected] >
6 months ago
fdlamotte
01f7a3c95e
Merge pull request #1057 from liquidraver/wiodev
Disable screen switching on when connected
6 months ago
Luis Garcia
ec375fa248
variants: lilygo_techo: variant: Turn off leds on poweroff
Signed-off-by: Luis Garcia <[email protected] >
6 months ago
ripplebiz
441d768ddb
Merge pull request #1172 from oltaco/nrf52-power-changes
NRF52 Power related changes
6 months ago
taco
e1d3da942b
fix DC/DC enable for boards which currently have it.
this fixes how the reg1 dc/dc converter is enabled on WisMesh Tag / T1000e / WM1110 and Xiao NRF52
6 months ago
taco
dde9b7cc76
remove calls to sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
this is the default mode, there is no need to call it unless previously changing it.
6 months ago
ripplebiz
0082149c60
Merge pull request #996 from mattzzw/dev
Add display of IP address to companion screen
6 months ago
ripplebiz
a616a843a9
Merge pull request #1039 from ViezeVingertjes/feat/support-nibble-screen-connect
Add ESP32-S3-Zero board configuration and Nibble Screen Connect variant
6 months ago
ripplebiz
c77391c5dd
Merge pull request #1169 from Meshcore-Portugal/jbrazio/2025_db83f76e
Bridge: Fix RAK4631 GPS conflict and add T114 RS232 targets
6 months ago
ripplebiz
acc32aa166
Merge pull request #1156 from csrutil/persist-gps
Persist GPS enabled state to preferences
6 months ago
João Brázio
69a9a0bce9
Bridge: Add t114 rs232 targets
6 months ago
João Brázio
f56172738d
Bridge: Fix RAK4631 serial2 GPS conflict
6 months ago
Florian Lippert
07d6484b61
Support for RAK11310 WisBlock
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
6d3219329f
Merge branch 'dev'
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