Memo
|
1d94df1d04
|
Update platformio.ini
|
2025-05-22 12:06:34 +00:00 |
|
ripplebiz
|
8ecb5def87
|
Merge pull request #305 from ngavars/dev
Telemetry: Create sensor classes that can be shared across variants
|
2025-05-22 15:46:28 +10:00 |
|
Normunds Gavars
|
5a0ac2a031
|
Add sensors to build path for ProMicroLLCC68
|
2025-05-22 00:35:03 +03:00 |
|
Normunds Gavars
|
98d94d9423
|
Remove sensor wrapper classes and simplify. Switch to Adafruit libs for sensors.
|
2025-05-22 00:19:00 +03:00 |
|
recrof
|
e14ea72699
|
fix: missing SX126X_CURRENT_LIMIT
|
2025-05-20 14:20:42 +02:00 |
|
recrof
|
d42c3f91a2
|
lilygo tbeam sx1276: forgot to add SX127X_CURRENT_LIMIT=120
|
2025-05-20 14:05:11 +02:00 |
|
Rob Loranger
|
c31c48025a
|
enable external notify for nano g2 ultra
uses new non blocking rtttl
|
2025-05-19 19:28:44 -07:00 |
|
Scott Powell
|
7e90d386e2
|
* refactored buzzer concept to UITask
* moved buzzer.h/cpp to helpers/ui
|
2025-05-20 11:52:55 +10:00 |
|
ripplebiz
|
4a60548b7d
|
Merge pull request #312 from seagull9000/RTTTL-generic-buzzer
initial support for generic RTTTL (Ring Tone Transfer Language) notifier
|
2025-05-20 11:34:53 +10:00 |
|
seagull9000
|
be88bea42d
|
initial support for generic RTTTL notifier
|
2025-05-20 13:26:40 +12:00 |
|
ripplebiz
|
b202580ae2
|
Merge pull request #310 from 446564/nano-g2-gps
add GPS for nano g2
|
2025-05-20 11:02:22 +10:00 |
|
Rob Loranger
|
4a90042b08
|
add GPS for nano g2
hardcoded interval of 1 minute after first fix obtained
|
2025-05-19 15:19:54 -07:00 |
|
Normunds Gavars
|
5d9e7b4567
|
Remove unnecessary include
|
2025-05-19 20:30:58 +03:00 |
|
Normunds Gavars
|
3cf78a952b
|
Telemetry: Create BME280 sensor that can bu used across variants. Add to promicro.
|
2025-05-19 19:37:30 +03:00 |
|
AndreaB
|
a950343f05
|
Increase the delay to 1500 to allow enough time for T114 GPS to start up successfully.
|
2025-05-19 16:52:24 +01:00 |
|
Normunds Gavars
|
8a27743e43
|
Create sensor classes that can be shared across variants
|
2025-05-19 17:24:54 +03:00 |
|
Scott Powell
|
a73eb9823d
|
* big refactor of the 'display' object. Now defined in variants/*/target modules.
|
2025-05-19 14:16:55 +10:00 |
|
ripplebiz
|
bc4e0b52fa
|
Merge pull request #298 from 446564/add-nano-g2-ultra
Initial support for nano g2 ultra
|
2025-05-19 11:09:02 +10:00 |
|
ripplebiz
|
519ebb549b
|
Merge pull request #300 from cod3doomy/dev
t-beam supreme: PMU and i2c fixes
|
2025-05-19 10:56:42 +10:00 |
|
ripplebiz
|
4e70bc5af8
|
Merge pull request #301 from memo-567/Removes-green-LED-continuous-light
Removes T114 green LED continuous light
|
2025-05-19 10:53:23 +10:00 |
|
JQ
|
d4e6ece75d
|
fix altitude for telemetry, instead of using zero
|
2025-05-18 16:36:45 -07:00 |
|
cod3doomy
|
a79e9a79e0
|
t-beam supreme: debug move
Moved scanDevices into ifdef MESH_DEBUG since it only needs to run under debug sequence
|
2025-05-18 10:20:32 -07:00 |
|
Memo
|
b59606d5b5
|
Update variant.h
|
2025-05-18 06:14:08 +00:00 |
|
cod3doomy
|
ee41d6e2d3
|
t-beam supreme: PMU and i2c fixes
Fixed i2c (Wire) init issue by defining pins in platformio
Added an i2c scanning function for debug
Corrected the pmu power up sequence
|
2025-05-17 22:01:13 -07:00 |
|
Rob Loranger
|
7e14fb3f65
|
Initial support for nano g2 ultra
not yet implemented are GPS and external notification LED and buzzer
|
2025-05-17 14:18:37 -07:00 |
|
Normunds Gavars
|
e5925e5f41
|
Telemetry: add support of AHT10/AHT20 temp/humidity sensor to Promicro
|
2025-05-16 15:03:42 +03:00 |
|
ripplebiz
|
6dc9920be7
|
Merge pull request #287 from ngavars/dev
Promicro: add INA219 current sensor support
|
2025-05-15 14:37:37 +10:00 |
|
cod3doomy
|
7576d45a8d
|
t-beam supreme: enabled lora tx led
enabled lora tx led and verified it flashes with message transmit
|
2025-05-14 20:27:59 -07:00 |
|
Normunds Gavars
|
1de46eae4c
|
Promicro: add support for INA219 current sensor
|
2025-05-15 00:21:51 +03:00 |
|
Normunds Gavars
|
9f5d7a28ce
|
283 Promicro: add INA3221 library dependency to all build targets
|
2025-05-14 18:19:53 +03:00 |
|
ripplebiz
|
3c02ac604d
|
Merge pull request #285 from liamcottle/feature/offline-queue-increase
Increase offline queue size to 256 for all companion ble firmwares
|
2025-05-14 21:28:02 +10:00 |
|
Scott Powell
|
8007aad7a3
|
* Promicro: some refactors, minor fixes for INA3221 sensors
|
2025-05-14 21:22:26 +10:00 |
|
liamcottle
|
d2377c91ab
|
fix offline queue size for xiao nrf52
|
2025-05-14 23:10:27 +12:00 |
|
ripplebiz
|
cf1c863cc2
|
Merge pull request #284 from ngavars/main
Telemetry: INA3221 current sensor support for Promicro
|
2025-05-14 21:07:22 +10:00 |
|
liamcottle
|
6c0d94aa2d
|
increase offline queue size from 16 to 256 for all companion ble firmwares
|
2025-05-14 23:02:49 +12:00 |
|
Normunds Gavars
|
74c1ff3d6d
|
283 minor cleanup
|
2025-05-14 13:58:52 +03:00 |
|
Normunds Gavars
|
8b3d60abe7
|
283 add new permision for access to environment sensors
|
2025-05-14 13:55:45 +03:00 |
|
Normunds Gavars
|
c69657a13b
|
283 remove settingsManager and avoid the String class
|
2025-05-14 13:27:57 +03:00 |
|
Scott Powell
|
a56e9ef62f
|
* TBeam Supreme: refactor for readStringUntil()
|
2025-05-14 13:11:10 +10:00 |
|
Normunds Gavars
|
b035487101
|
283 Add support of INA3221 to Promicro telemetry
|
2025-05-13 23:52:49 +03: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
|
62a5115cc9
|
* T114: lib_deps missing MicroNMEA
|
2025-05-12 19:20:02 +10:00 |
|
ripplebiz
|
64b7a14a66
|
Merge pull request #274 from hank/tbeamsupreme-pmu-fix-1
Fixes to the TBeam Supreme PMU calls
|
2025-05-12 19:08:34 +10:00 |
|
recrof
|
76639e2a68
|
raise current limit to max for sx126x and sx127x
|
2025-05-12 10:19:33 +02:00 |
|
hank
|
3c2781cce1
|
Disabling MESH_DEBUG by default on TBeam Supreme companion
|
2025-05-12 01:17:28 -07:00 |
|
hank
|
6218c1e7ae
|
Fixes to the PMU calls
|
2025-05-12 01:09:16 -07:00 |
|
ripplebiz
|
dd16197eae
|
Merge pull request #268 from jquatier/t114-blue-led
Disable LED flashing during BLE advertising on T114
|
2025-05-12 12:42:12 +10:00 |
|
ripplebiz
|
7a83f75e60
|
Merge pull request #266 from jquatier/t114-gps
T114 GPS Support
|
2025-05-12 10:06:14 +10:00 |
|
ripplebiz
|
7693274edd
|
Merge pull request #264 from recrof/patch-1
tbeam supreme companion: raise channels to 8
|
2025-05-12 10:03:07 +10:00 |
|
JQ
|
e88a710d0f
|
don't expose GPD setting unless GPS is connected.
|
2025-05-11 09:32:34 -07:00 |
|