Normunds Gavars
c69657a13b
283 remove settingsManager and avoid the String class
2025-05-14 13:27:57 +03:00
Scott Powell
e291b57a07
* Dispatcher::checkSend() bug: getOutboundCount() should only count non-future packets
2025-05-14 16:50:11 +10:00
ripplebiz
ed01859c12
Merge pull request #281 from cod3doomy/dev
...
t-beam supreme: added GPS functionality
2025-05-14 12:46:22 +10:00
Normunds Gavars
b035487101
283 Add support of INA3221 to Promicro telemetry
2025-05-13 23:52:49 +03:00
Scott Powell
805ca7b900
* CommonCLI: added "clear stats" command
2025-05-13 18:12:58 +10:00
cod3doomy
2ea05a5182
t-beam supreme: added GPS functionality
...
Enabled GPS and verified with meshcli.
All supreme envs build.
2025-05-12 23:21:37 -07:00
Scott Powell
177dd90ca1
* Repeater/Room server: new diagnostics, stats.n_full_events now repurposed to 'err_events' (bit flags)
...
* new Radio::isInRecvMode() method
2025-05-13 15:38:10 +10:00
hank
6218c1e7ae
Fixes to the PMU calls
2025-05-12 01:09:16 -07:00
hank
73d066375d
Fixes to the PMU calls
2025-05-12 01:02:46 -07:00
Scott Powell
b08436eba7
* startSendRaw() now returns false if fail
2025-05-12 17:26:44 +10:00
hank
0c3c162835
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into dev
2025-05-11 22:34:17 -07:00
Florent
35e1901d0e
wio-e5 : initial port
2025-05-11 09:28:15 +02:00
hank
e224ff372e
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into dev
2025-05-09 15:57:19 -07:00
Scott Powell
d8952f3710
* ESP32Board: can now download entire log file via OTA webserver (URL: /log)
2025-05-09 16:17:36 +10:00
hank
58ce90b29d
Merge branch 'main' of https://github.com/hank/MeshCore into dev
2025-05-08 16:20:05 -07:00
Scott Powell
810fc8b8f0
* Heltec tracker: new 'periph_power' shared pin (between Display & GPS)
2025-05-08 15:50:53 +10:00
Scott Powell
98f1785104
* refactor: LocationProvider classes moved to src/helpers/sensors
...
* refactor: Heltec_Wireless_Tracker* env moved to new variants/heltec_tracker dir
2025-05-08 13:23:53 +10:00
Scott Powell
60b7897665
* ST7735Display: now applies SCALE_X, SCALE_Y
2025-05-08 12:48:34 +10:00
Scott Powell
7a7f436921
* Heltec Wireless Tracker fixes: getTextWidth() missing, PIN_BOARD_SDA/SCL
2025-05-08 12:42:28 +10:00
ripplebiz
0e208f01cd
Merge pull request #258 from seagull9000/Heltec-Wireless-Tracker-support
...
Heltec Wireless Tracker support
2025-05-08 12:29:02 +10:00
JQ
94db70d511
new implementation
2025-05-07 18:14:56 -07:00
seagull9000
c2ef0a3f0b
Heltec Wireless Tracker support
2025-05-07 21:42:29 +12:00
seagull9000
e076e797e6
Heltec Wireless Tracker support
2025-05-07 21:40:27 +12:00
JQ
941d2d5c13
fixing scaling of bitmaps for 7789 display
2025-05-06 20:47:14 -07:00
hank
0263b6632c
Adding support for TBeam 1.1
2025-05-05 23:03:14 -07:00
Scott Powell
f855523481
* refactor: removed mesh::Mesh dependency from CommonCLI
2025-05-06 11:51:51 +10:00
Rastislav Vysoky
81863a5995
Delete src/helpers/CustomLR1121Wrapper.h
2025-05-05 08:34:41 +02:00
Rastislav Vysoky
310e6c64d4
Delete src/helpers/CustomLR1121.h
2025-05-05 08:34:24 +02:00
recrof
5780b50a48
echo, m1: correct display scalling; all nrf52 boards jsons: added debug.openocd_target
2025-05-05 08:30:12 +02:00
Scott Powell
791da53c7b
* ST7789Display: now with SCALE_X,SCALE_Y
...
* fix for GxEPDDisplay
2025-05-05 15:54:31 +10:00
JQ
d3a88e9206
T114 Landscape
2025-05-04 21:54:47 -07:00
JQ
67d709b3aa
T114 Landscape
2025-05-04 21:51:58 -07:00
Scott Powell
136f3d1000
* GxEPDDIsplay: driver now applying SCALE_X, SCALE_Y
2025-05-05 13:37:48 +10:00
ripplebiz
458f309065
Merge pull request #243 from recrof/dev
...
initial support for Elecrow ThinkNode M1
2025-05-05 13:17:32 +10:00
ripplebiz
1f06d22bde
Merge pull request #247 from jquatier/ui-text-width
...
UI Text Width - minor improvement
2025-05-05 11:53:47 +10:00
Scott Powell
cb80ceee47
* companion: protocol ver bump to 5
...
* companion: new prefs: telemetry_mode_base, telemetry_mode_loc
* companion: CMD_SET_OTHER_PARAMS, now optionally can set telemetry_modes
2025-05-05 11:21:55 +10:00
JQ
9d967388f7
cleanup
2025-05-04 18:20:53 -07:00
JQ
678f36a57b
Implement getTextWidth for display classes
...
- Added getTextWidth method to DisplayDriver interface
- Implemented getTextWidth in all display classes
- Updated examples to use getTextWidth directly
2025-05-04 18:17:18 -07:00
Scott Powell
e442e94e3d
* SensorManager: now can influence advert lat/lon, new custom name:value pairs for custom settings (eg, gps on/off)
...
* companion: new CMD_GET_CUSTOM_VARS, CMD_SET_CUSTOM_VAR
* T1000e: now supports "gps" custom setting (value "0" or "1")
2025-05-05 00:15:35 +10:00
recrof
1e031e989d
Merge branch 'dev' of github.com:recrof/MeshCore into dev
2025-05-03 14:59:06 +02:00
Scott Powell
26f01e0605
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
2025-05-03 20:08:44 +10:00
Scott Powell
99774f10ac
* new: SensorManager
...
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
2025-05-03 13:14:03 +10:00
Florent
e1c3dfca92
xiao-nrf : move pindef in pio.ini
2025-05-02 08:27:26 +02:00
ripplebiz
8f84a5d990
Merge pull request #237 from fdlamotte/t114_monochrome
...
T114 monochrome
2025-05-01 16:01:36 +10:00
ripplebiz
d63775b878
Merge pull request #234 from fdlamotte/Arduino_serial_using_stream
...
use Stream abstract interface for serial port in ArduinoSerialInterface
2025-04-30 22:14:55 +10:00
Scott Powell
8a8e89f282
* refactor: "neighbors" command
2025-04-30 21:41:09 +10:00
Florent de Lamotte
05254bd67b
t114 display : some fixes
2025-04-30 11:26:04 +02:00
Florent de Lamotte
f68b9bbfca
Merge branch 'dev' into t114_monochrome
2025-04-30 11:11:01 +02:00
Florent de Lamotte
1c67d1cb42
change screen rotation and fix bitmap
2025-04-30 11:09:43 +02:00
recrof
154b5e4014
New Board: Elecrow ThinkNode M1
2025-04-29 17:32:08 +02:00