Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 366a9370c3 | |||
| 9a8513f518 | |||
| 1735d9c917 | |||
| 32094ac906 | |||
| 2ca07d8122 | |||
| 6ec86084c2 | |||
| f743807ea9 | |||
| 13208f2671 | |||
| 4ebccb0867 |
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
|
||||||
|
**Which device are you using**
|
||||||
|
LilyGO T-Deck
|
||||||
|
LilyGO T-Deck Plus
|
||||||
|
SeeedStudio SenseCap Indicator D1Pro, D1L
|
||||||
|
|
||||||
|
**Which Firmware are you using**
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
||||||
@@ -3,7 +3,7 @@ Would be nice if you support me: https://buymeacoffee.com/bmks — thank you ver
|
|||||||
|
|
||||||
# MeshCore / additional GUIs for embedded mesh radios
|
# MeshCore / additional GUIs for embedded mesh radios
|
||||||
|
|
||||||
MeshCore is a lightweight hybrid routing mesh protocol for packet radios... this Repo is mainly about the companion firmware for user-friendly UIs and (actually) support for devices such as the LilyGO T-Deck Plus and Seeed Studio SenseCap Indicator-TFT.
|
MeshCore is a lightweight hybrid routing mesh protocol for packet radios... this Repo is mainly about the companion firmware for user-friendly UIs and (actually) support for devices such as the LilyGO T-Deck Plus and Seeed Studio SenseCap Indicator-TFT AND you can connect via BLE or WiFi with the typical APPs (WebUI, iOS,...).
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
@@ -27,7 +27,7 @@ for small embedded mesh radios. Highlights include:
|
|||||||
- Messaging: messenger-style channels and DM threads, send confirmations, unread counts, IRC-style transcript view, full message detail view, timestamps, and quick-send actions.
|
- Messaging: messenger-style channels and DM threads, send confirmations, unread counts, IRC-style transcript view, full message detail view, timestamps, and quick-send actions.
|
||||||
- Message metadata: display of path/hops, best-effort RSSI and SNR, overheard repeaters list, and route hints.
|
- Message metadata: display of path/hops, best-effort RSSI and SNR, overheard repeaters list, and route hints.
|
||||||
- Contacts: sortable/filterable contact list (Azimuth, LastHeard, LastMessage), badges for GPS/reachability/online, favorite/tel flags, and detailed contact view with public key.
|
- Contacts: sortable/filterable contact list (Azimuth, LastHeard, LastMessage), badges for GPS/reachability/online, favorite/tel flags, and detailed contact view with public key.
|
||||||
- Map: slippy-tile map with zoom, pan/drag, auto-centering, jump-to-me, map selection of contacts, and tile fetching/caching behavior configurable per target.
|
- Map: slippy-tile map with zoom, pan/drag, auto-centering, jump-to-me, map selection of contacts, and tile fetching/caching behavior configurable per target. (look here for maps: https://github.com/mattdrum/map-tile-downloader)
|
||||||
- Management features: edit device name, WiFi SSID/password, BLE PIN, screen timeout, radio parameters (frequency, bandwidth, spreading factor, coding rate, TX power), GPS pins/baud, and other device settings.
|
- Management features: edit device name, WiFi SSID/password, BLE PIN, screen timeout, radio parameters (frequency, bandwidth, spreading factor, coding rate, TX power), GPS pins/baud, and other device settings.
|
||||||
- Diagnostics & logs: neighbor scan helper, Rx-raw packet log viewer with parsed metadata, parsed packet detail view, telemetry request/pending state and telemetry history, and ping records for reachability tests.
|
- Diagnostics & logs: neighbor scan helper, Rx-raw packet log viewer with parsed metadata, parsed packet detail view, telemetry request/pending state and telemetry history, and ping records for reachability tests.
|
||||||
- Telemetry & sensors: manual telemetry requests, telemetry records (voltage, temperature, humidity, CO2, TVOC), and support helpers for CayenneLPP / LPP payloads.
|
- Telemetry & sensors: manual telemetry requests, telemetry records (voltage, temperature, humidity, CO2, TVOC), and support helpers for CayenneLPP / LPP payloads.
|
||||||
@@ -47,7 +47,7 @@ This firmware includes companion UIs and support for several devices; notable ex
|
|||||||
Flash using the MeshCore web flasher:
|
Flash using the MeshCore web flasher:
|
||||||
|
|
||||||
1. Open https://flasher.meshcore.co.uk/ and choose "Custom Firmware".
|
1. Open https://flasher.meshcore.co.uk/ and choose "Custom Firmware".
|
||||||
2. For first-time installation, perform a full flash erase (this removes all settings).
|
2. For first-time installation (use the *-merged version), perform a full flash erase (this removes all settings). *take care*, if you upgrade the version to a newer one, use the non-merged version!
|
||||||
3. Upload the built firmware image and flash to your device.
|
3. Upload the built firmware image and flash to your device.
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
@@ -80,3 +80,10 @@ MeshCore focuses on a compact, reliable mesh stack while adding polished on-devi
|
|||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions welcome. Please open issues for bug reports, improvements, enhancements, or device support (thats more tricky when i do not own one).
|
Contributions welcome. Please open issues for bug reports, improvements, enhancements, or device support (thats more tricky when i do not own one).
|
||||||
|
|
||||||
|
## Device pictures (samples)
|
||||||
|
|
||||||
|
* see "images" folder for more!
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|||||||
|
After Width: | Height: | Size: 612 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 528 KiB |
|
After Width: | Height: | Size: 516 KiB |
|
After Width: | Height: | Size: 592 KiB |
|
After Width: | Height: | Size: 514 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 514 KiB |
|
After Width: | Height: | Size: 530 KiB |
|
After Width: | Height: | Size: 522 KiB |
|
After Width: | Height: | Size: 501 KiB |
|
After Width: | Height: | Size: 533 KiB |
|
After Width: | Height: | Size: 528 KiB |
|
After Width: | Height: | Size: 534 KiB |
|
After Width: | Height: | Size: 510 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 567 KiB |
|
After Width: | Height: | Size: 567 KiB |
|
After Width: | Height: | Size: 603 KiB |
|
After Width: | Height: | Size: 450 KiB |
|
After Width: | Height: | Size: 415 KiB |
|
After Width: | Height: | Size: 580 KiB |
|
After Width: | Height: | Size: 494 KiB |