Christos Themelis
3682e98baa
UI fixes
5 months ago
Christos Themelis
6d486e1eda
basic UI (testing)
5 months ago
Christos Themelis
c45a35b210
ESP-NOW to mesh bridge
5 months ago
Liam Cottle
6b52fb3230
Merge pull request #1310 from LitBomb/patch-22
fix Station G2 output dBm typo
5 months ago
uncle lit
a93527a474
fix Station G2 output dBm typo
fix Station G2 output dBm typo reported on https://github.com/meshcore-dev/MeshCore/issues/1304
changed 26.5 dBm to 36.5 dBm
5 months ago
ripplebiz
9b08a9bd93
Merge pull request #1260 from LitBomb/patch-21
Update FAQ with new community projects and tx power settings for amped radios
6 months ago
uncle lit
27c92d2fe9
Update FAQ with new MeshCore applications and tx power settings for amped radios
Added entries for meshcore-pi and pyMC_Repeater to the FAQ
Added tx power settings for amped radios
6 months ago
Liam Cottle
2228214ded
Merge pull request #1216 from mattzzw/main
Update faq.md
6 months ago
mattzzw
2bcc9c10d2
Update faq.md
Fix typo
6 months ago
ripplebiz
922e378be5
Merge pull request #1192 from LitBomb/patch-20
Update faq.md
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
Scott Powell
6d3219329f
Merge branch 'dev'
7 months ago
Scott Powell
e054597a18
* ver 1.11.0
7 months ago
ripplebiz
fe874032d5
Merge pull request #1153 from fdlamotte/thinknode_m5
Thinknode m5 support
7 months ago
Florent
1c0017b634
thinknode_m5: gps support
7 months ago
Florent
ee4e87c3ee
thinknode_m5: manage baclight
7 months ago
Florent
dfec6d3483
thinknode_m5: tx_led
7 months ago
Florent
24edd3cf20
thinknode_m5: add pca9557 expander
7 months ago
Florent
d0f6def4f9
thinknode_m5: initial port
7 months ago
Scott Powell
0307b64721
Merge branch 'dev' into ext-trace
7 months ago
Scott Powell
3ddfdd477b
Revert "add heltec_v4 tft expansion box"
This reverts commit 310618e689 .
7 months ago
Scott Powell
5b975d9e94
Merge branch 'dev' into ext-trace
7 months ago
ripplebiz
ffbc24b3e7
Merge pull request #1148 from Meshcore-Portugal/jbrazio/2025_6d9681e2
Add RAK4631 support for rs232 bridge
7 months ago
ripplebiz
eae2fba73c
Merge pull request #1082 from KR4DIO/dev
Ikoka Handheld variant
7 months ago
ripplebiz
13bf82f1c4
Merge pull request #1130 from zaquaz/buzzer-feature-pr
Added buzzer config persistance across restart
7 months ago
zaquaz
6c7b5390e2
Remove default setting, since it is handled in MyMesh
7 months ago
ripplebiz
59fc28b344
Merge pull request #1150 from recrof/heltec_build_fixes
fix building issues with heltec wireless paper and heltec tracker
7 months ago
ripplebiz
2ca15ef3dc
Merge pull request #1151 from recrof/m2_fixes
ThinkNode M2: build fix
7 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
7 months ago
Rastislav Vysoky
e98c79ae48
added missing NonBlockingRTTTL dependency, added USB and WIFI companions
7 months ago
Rastislav Vysoky
5b7d73866c
fix building issues with heltec wireless paper and heltec tracker
7 months ago
João Brázio
baedddb25d
Rename RS232 bridge environments and update build flags for Serial1 and Serial2
7 months ago
João Brázio
eafbd85d17
Add RAK4631 support for rs232 bridge
7 months ago
ripplebiz
8340d0e060
Merge pull request #1104 from zjs81/Fix-BW-setting-and-returning
Refactor float conversion in CommonCLI
7 months ago
ripplebiz
a9397c17d1
Merge pull request #1118 from Quency-D/dev-heltec-v4-tft
add heltec_v4 tft expansion box
7 months ago
ripplebiz
79a036f995
Merge pull request #1131 from wel97459/dev-uint
Changed uint used in flags to uint8_t
7 months ago
Scott Powell
cdbeacdc4d
Merge branch 'dev' into ext-trace
7 months ago
Scott Powell
30ccc1fa01
* BUG FIX: remote login fix same as repeater
7 months ago
Scott Powell
0e903de72c
* BUG FIX: same remote login fix as repeater
7 months ago
Scott Powell
dc58f0ea83
* BUG FIX: repeater remote admin, flood login should invalidate the client->out_path
7 months ago
ripplebiz
f2740150df
Merge pull request #1075 from agessaman/companion-stats
Add statistics commands to return device metrics on companions
7 months ago
Brad Ferguson
2a33246c6f
Merge branch 'meshcore-dev:dev' into dev
7 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] >
7 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