Quency-D
|
612dde73e9
|
Add HELTEC MeshSolar board.
|
2025-08-04 14:29:49 +08:00 |
|
ripplebiz
|
2853708f38
|
Merge pull request #573 from recrof/sensor_template
platformio sensor template, use it for v3 and RAK.
|
2025-08-04 11:03:53 +10:00 |
|
ripplebiz
|
112e60a14a
|
Merge pull request #569 from recrof/dev
esp32c6: pin the pioarduino version to last working one
|
2025-08-03 12:53:45 +10:00 |
|
recrof
|
6861b0702f
|
create sensor template in platformio.ini, update heltec v3 and rak4631 to use new template
|
2025-08-02 21:40:56 +02:00 |
|
Rastislav Vysoky
|
a5c78f2f19
|
Merge branch 'ripplebiz:dev' into dev
|
2025-08-02 20:54:26 +02:00 |
|
recrof
|
8d3bdc6945
|
pin the pioarduino version to last working one
|
2025-08-02 16:26:21 +02:00 |
|
ripplebiz
|
d13dc10bf3
|
Merge pull request #564 from oltaco/fix-wiotracker-l1-board
WioTracker L1 various fixes
|
2025-08-02 19:36:57 +10:00 |
|
taco
|
a49b5aaba7
|
fix: wrong QSPI pins for wio tracker l1
|
2025-08-02 04:07:07 +10:00 |
|
Scott Powell
|
febc63d286
|
* fix: init rx_air_time to 0
|
2025-08-01 20:05:37 +10:00 |
|
ripplebiz
|
b17196828d
|
Merge pull request #563 from Cisien/cisien/add-rx-time
Add a counter to track rx time for repeater stats
|
2025-08-01 19:59:20 +10:00 |
|
Scott Powell
|
28af68c187
|
* new CommonCLI commands: "get prv.key", "set prv.key {hex}"
|
2025-08-01 19:28:44 +10:00 |
|
ripplebiz
|
0a2d132d84
|
Merge pull request #547 from fdlamotte/sensors_gpio
sensors: gpio command
|
2025-08-01 19:06:44 +10:00 |
|
Scott Powell
|
2824fc31a4
|
* CMD_SEND_PATH_DISCOVERY_REQ: now force the sendRequest() to use flood mode
|
2025-07-31 14:38:11 +10:00 |
|
Scott Powell
|
32e8ce4130
|
* REQ_TYPE_GET_TELEMETRY_DATA, first reserved byte (of 4) is now inverse mask to apply to permissions
|
2025-07-31 13:45:53 +10:00 |
|
Scott Powell
|
fcdf342db6
|
* Companion: experimental CMD_SEND_DISCOVERY_REQ -> PUSH_CODE_DISCOVERY_RESPONSE
|
2025-07-31 13:04:16 +10:00 |
|
taco
|
1dfc0e6975
|
fix: Wio Tracker L1: use correct max ram and flash size for S140 v7.3.0 softdevice
|
2025-07-31 07:03:58 +10:00 |
|
Chris
|
ea2ce93c02
|
Add a counter to track rx time for repeater stats
|
2025-07-30 09:41:20 -07:00 |
|
Scott Powell
|
f87e856347
|
* companion: fix for CMD_IMPORT_PRIVATE_KEY, to re-calc shared secrets
|
2025-07-30 16:00:47 +10:00 |
|
Scott Powell
|
f66d900ae2
|
* companion: bug fix for CMD_ADD_UPDATE_CONTACT
|
2025-07-30 14:57:38 +10:00 |
|
ripplebiz
|
84eafe4752
|
Merge pull request #559 from 446564/wsl3-usb-comp
add wsl3 usb companion
|
2025-07-30 14:12:43 +10:00 |
|
446564
|
dca20ea994
|
add wsl3 usb companion
|
2025-07-29 15:56:07 -07:00 |
|
ripplebiz
|
131e7a5a23
|
Merge pull request #558 from mkudlacek/dev
Added support for TI INA260 and Sensirion SHT4x
|
2025-07-28 23:10:38 +10:00 |
|
Martin Kudlacek
|
822850b4d5
|
Support for Sensirion SHT4x
|
2025-07-28 10:02:31 +02:00 |
|
Martin Kudlacek
|
a96d1022a0
|
Added support for TI INA260
|
2025-07-28 09:41:06 +02:00 |
|
ripplebiz
|
5f9210b5db
|
Merge pull request #554 from oltaco/esm-bmp280-altitude-fix
fix: use correct library for BMP280 altitude read
|
2025-07-28 15:02:42 +10:00 |
|
taco
|
ef58ef460b
|
fix: BMP280 altitude was using incorrect library
|
2025-07-28 11:29:55 +10:00 |
|
ripplebiz
|
39eb5502af
|
Merge pull request #552 from recrof/dev
promicro: added sensor role, removed non-functional llcc68 variant envs
|
2025-07-27 17:53:47 +10:00 |
|
Rastislav Vysoky
|
12f5177229
|
Merge branch 'ripplebiz:dev' into dev
|
2025-07-25 15:10:15 +02:00 |
|
Scott Powell
|
ad19ac1ab3
|
* Companion: CMD_ADD_UPDATE_CONTACT now with optional extra 'last_mod' timestamp
|
2025-07-25 22:59:48 +10:00 |
|
recrof
|
2e346bc61c
|
promicro: added sensor role
|
2025-07-24 17:37:35 +02:00 |
|
Scott Powell
|
365cb89634
|
* ver bump to 1.7.4
|
2025-07-24 20:30:35 +10:00 |
|
ripplebiz
|
048fa03784
|
Merge pull request #548 from recrof/dev
SenseCap Solar compilation fix: bad linker directory; added companion ble and usb roles
|
2025-07-24 19:40:05 +10:00 |
|
Rastislav Vysoky
|
3139d509c2
|
Merge branch 'ripplebiz:dev' into dev
|
2025-07-24 09:38:41 +02:00 |
|
Scott Powell
|
4689f9b425
|
* CommonCLI: reverted "set radio ..." command, added new "tempradio ..." command
|
2025-07-23 22:04:47 +10:00 |
|
Scott Powell
|
ea4aa93594
|
* CommonCLI: "set radio " now with optional 5th param timeout_mins, for applying temporary radio params for that many mins
* "advert" command now with longer delay, so that CLI reply is sent first
|
2025-07-23 21:40:37 +10:00 |
|
Rastislav Vysoky
|
9485488f6e
|
Merge branch 'ripplebiz:dev' into dev
|
2025-07-23 12:18:05 +02:00 |
|
recrof
|
e48e64ae84
|
fix: bad linker directory; added companion ble and usb roles
|
2025-07-23 12:17:40 +02:00 |
|
Florent
|
479b8ed0ce
|
sensors: gpio apply masks
|
2025-07-23 08:02:57 +02:00 |
|
ripplebiz
|
c2266026a0
|
Merge pull request #541 from recrof/dev
enable all ESM sensors on RAK4631
|
2025-07-23 13:44:23 +10:00 |
|
Florent
|
b5a8a1a883
|
sensors: gpio command
|
2025-07-22 21:08:15 +02:00 |
|
ripplebiz
|
e42d8f972e
|
Merge pull request #540 from oltaco/wiotrackerl1-pinfix
Wio Tracker L1: fix incorrect joystick pin.
|
2025-07-21 23:47:41 +10:00 |
|
recrof
|
f88ebad604
|
enable all sensors on RAK4631
|
2025-07-21 15:30:14 +02:00 |
|
taco
|
296a1e45fb
|
fix: Wio Tracker L1: correct joystick press button pin
|
2025-07-21 18:17:32 +10:00 |
|
ripplebiz
|
0a9da09a67
|
Merge pull request #539 from liamcottle/fix/missed-packets
Start receive immediately after packet received
|
2025-07-20 21:57:44 +10:00 |
|
liamcottle
|
599e3a187c
|
start rx again immediately after receive
|
2025-07-20 23:27:54 +12:00 |
|
ripplebiz
|
c6d4b7513f
|
Merge pull request #538 from oltaco/ct62-std-init
Heltec CT62: use radio.std_init()
|
2025-07-19 17:25:10 +10:00 |
|
taco
|
c5783660c4
|
radio.std_init() for heltec ct62
|
2025-07-19 16:09:54 +10:00 |
|
ripplebiz
|
a2e3e6607e
|
Merge pull request #534 from mikenz/heltec-v3-sensor
Allow the SDA and SCL pins for Environment sensors to be configured independently of the OLED I2C
|
2025-07-18 20:33:48 +10:00 |
|
ripplebiz
|
64cc4cf60a
|
Merge pull request #535 from fdlamotte/rak3x72_sensor
rak3x72: sensor target
|
2025-07-18 20:25:20 +10:00 |
|
Florent
|
9be28c2002
|
rak3x72: sensor target
|
2025-07-18 12:18:03 +02:00 |
|