ripplebiz
1c0154279a
Merge pull request #727 from recrof/waveshare_rp2040_lora_refactor
...
tidy up waveshare rp2040 lora variant
2025-09-06 22:39:42 +10:00
ripplebiz
605210dd07
Merge pull request #726 from recrof/xiao_rp2040_refactor
...
tidy up xiao rp2040 variant
2025-09-06 22:38:07 +10:00
taco
accd1e0a97
nrf52 targets: increase limits for contacts and channels
2025-09-06 14:15:40 +10:00
taco
2b24c575c7
support dual filsystems on nrf52
...
store identity and prefs in UserData and contacts, channels and adv_blobs in ExtraData
2025-09-06 14:15:40 +10:00
taco
bdfe9ad27b
switch to using QSPI bus for external flash
2025-09-06 14:15:40 +10:00
taco
c5180d4588
initial commit: CustomLFS
2025-09-06 14:15:40 +10:00
recrof
d59724acd0
new variant: RAK WisMesh Tag
2025-09-05 16:21:19 +02:00
fdlamotte
0ebca4b88e
Merge pull request #734 from recrof/lilygo_techo_refactor
...
lilygo t-echo enhancements and cleanup
2025-09-05 16:11:04 +02:00
fdlamotte
ec332c442b
Merge pull request #735 from recrof/t1000_refactor
...
t1000 cleanup + move NullDisplayDriver.h out of t1000e folder
2025-09-05 15:58:59 +02:00
João Brázio
5843a12c71
Rename SerialBridge to RS232Bridge
2025-09-05 11:28:40 +01:00
ripplebiz
2aa6835064
Merge pull request #725 from recrof/rpi_picow_refactor
...
tidy up rpi picow variant
2025-09-05 19:04:21 +10:00
ViezeVingertjes
963556f9ba
Updated BLE functionality for low power mode in SerialBLEInterface. Updated platformio.ini to enable low power mode and added DC/DC converter support in T1000eBoard for improved power efficiency.
2025-09-05 10:46:51 +02:00
João Brázio
375093f78d
Add nRF52 support and refactor packet handling
...
This commit introduces several improvements to the SerialBridge helper:
- Adds support for the nRF52 platform by implementing the `setPins` configuration.
- Corrects the type cast for the RP2040 platform from `HardwareSerial` to `SerialUART`.
- Refactors packet deserialization to use a new `Packet::readFrom()` method instead of a direct `memcpy`, improving encapsulation.
- Updates the packet length validation to use the more appropriate `MAX_TRANS_UNIT` constant.
2025-09-05 09:22:06 +01:00
João Brázio
77ab19153e
Add serial logging for TX/RX packets
2025-09-05 02:07:26 +01:00
João Brázio
2b920dfed3
Rework packet serialization and parsing
2025-09-05 01:50:50 +01:00
João Brázio
ee3c4baea5
Prevent packet loops and duplicates
...
Implement a "seen packets" table to track packets that have already been processed by the serial bridge.
This prevents packets from being re-transmitted over the serial link if they have already been seen, and it stops inbound packets from serial from being re-injected into the mesh if they are duplicates.
Duplicate inbound packets are now freed to prevent memory leaks.
2025-09-04 23:50:13 +01:00
João Brázio
1948d284a0
Extract serial bridge into dedicated classes
...
This commit refactors the serial bridge functionality out of the `simple_repeater` example and into a more reusable, object-oriented structure.
An `AbstractBridge` interface has been introduced, along with a concrete `SerialBridge` implementation. This encapsulates all the logic for packet framing, checksum calculation, and serial communication, cleaning up the main example file significantly.
The `simple_repeater` example now instantiates and uses the `SerialBridge` class, resulting in better separation of concerns and improved code organization.
2025-09-04 23:43:05 +01:00
recrof
816bbf925f
t1000 cleanup + move NullDisplayDriver.h to helpers/ui for other variants to use
2025-09-04 23:12:57 +02:00
recrof
5b2c1715f4
lilygo t-echo cleanup, add AUTO_SHUTDOWN_MILLIVOLTS
2025-09-04 21:45:42 +02:00
ripplebiz
f9079985b6
Merge pull request #724 from recrof/thinknode_m1_refactor
...
tidy up thinknode_m1 variant
2025-09-04 19:33:49 +10:00
Quency-D
f4df94a20e
Delete the sensor part and adapt to the latest crc display.
2025-09-04 14:04:00 +08:00
Quency-D
6e6c59d2ce
Merge pull request #9 from meshcore-dev/dev
...
Dev
2025-09-04 13:50:09 +08:00
ripplebiz
a9fef1aefa
Merge pull request #723 from recrof/heltec_t114_refactor
...
tidy up heltec_t114 variant
2025-09-04 13:52:23 +10:00
Quency-D
13d046892a
Merge branch 'dev' into dev-meshpocket
2025-09-04 11:47:55 +08:00
ripplebiz
5782c2e799
Merge pull request #720 from oltaco/newui-multiclick-toggles
...
new-ui: add double/triple clicks, buzzer and gps toggle functions
2025-09-04 13:41:54 +10:00
ripplebiz
6334971e2b
Merge pull request #722 from fdlamotte/techo_epd_damage
...
Techo epd damage
2025-09-04 13:25:09 +10:00
recrof
c2fc70047a
waveshare rp2040 lora cleanup
2025-09-03 21:37:07 +02:00
recrof
72b267092f
xiao rp2040 cleanup
2025-09-03 21:28:46 +02:00
recrof
cbf3a03d2e
rpi picow cleanup
2025-09-03 20:52:58 +02:00
recrof
d610b7be86
thinknode m1 refactor
2025-09-03 20:17:55 +02:00
recrof
1c91298b3a
tidy up heltec_t114 variant
2025-09-03 19:38:38 +02:00
Florent
9f97edcb21
gxepd: use a crc to track damage !
2025-09-03 18:17:37 +02:00
Florent
cb3049e706
cleanups (remove statics and typos)
2025-09-03 17:41:05 +02:00
taco
afbfc6c6ed
add new keycodes
2025-09-03 15:48:50 +10:00
taco
9f185303b4
long press cancels multi click
2025-09-03 12:29:20 +10:00
taco
5de0dc1fd6
sliding multiclick window
2025-09-03 12:03:31 +10:00
taco
ce31fd7c57
multi click support including buzzer toggle
2025-09-03 08:25:59 +10:00
Scott Powell
90cb1e73f9
* HeltecV3: powerOff() fix
2025-09-02 21:18:05 +10:00
Florent de Lamotte
3cdf2f9b4d
techo: display backlight behavior
2025-09-02 11:43:48 +02:00
Quency-D
c9671d7d8d
add heltec meshpocket board.
2025-09-02 13:56:24 +08:00
Scott Powell
74722c24b8
* MomentaryButton: added support for analog button (with threshold)
...
* RAK: support for PIN_USER_BTN_ANA
2025-09-01 17:11:55 +10:00
Scott Powell
ee194a7b19
* added CommonCLI::saveIdentity()
2025-09-01 15:22:11 +10:00
Scott Powell
7c7faaab05
* agc.reset.interval rounding warning
2025-08-31 23:15:56 +10:00
liamcottle
5a34bd5460
turn off tx led when powering off
2025-08-30 21:54:46 +12:00
ripplebiz
d4856a5275
Merge pull request #617 from Quency-D/dev-heltec_t190_board
...
Add heltec_vision_master_t190 board.
2025-08-29 20:11:24 +10:00
ripplebiz
bc8c95fcb3
Merge pull request #685 from liamcottle/fix/wifi-companion-clients
...
WiFi Companion: always accept new connections
2025-08-29 19:16:52 +10:00
ripplebiz
4785240608
Merge pull request #683 from taedryn/t114-power-consumption
...
Improving T114 power consumption
2025-08-29 17:50:30 +10:00
liamcottle
796b4c705c
disconnect existing wifi client when new connection established
2025-08-29 19:50:05 +12:00
Scott Powell
6984d9f496
* minor compilation fix
2025-08-29 17:01:39 +10:00
ripplebiz
d012dc7fd7
Merge pull request #663 from liamcottle/feature/remove-neighbour
...
Add CLI command to remove neighbour
2025-08-29 16:50:08 +10:00