Wessel Nieboer
057542625b
Fix T1000E press=high
4 months ago
Wessel Nieboer
0a13ac7fc7
Default button polarity to active-LOW across all firmware types
Nearly all LoRa boards use a boot button that pulls to ground when
pressed.
4 months ago
Robert Ekl
6978fc4bc9
Fix T1000-E pin comments
3 months ago
Wessel Nieboer
d0720c63c2
Allow negative tx power
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
5 months ago
Scott Powell
3c27132914
* T1000e BLE - default node name is now the MAC address
4 months ago
Alexander aka R6DJO
0084d92239
Fix T1000-E negative temperature display bug
The ntc_temp2 lookup table was declared as 'char', which can be
unsigned on some platforms, causing negative temperature values
(-30°C to -1°C) to be incorrectly interpreted.
Changed to int8_t to ensure proper signed integer handling of
negative temperatures.
Fixes #1389
Co-Authored-By: Claude Sonnet 4.5 <[email protected] >
5 months ago
Frieder Schrempf
4f46ec75dd
Remove NRF52BoardOTA class and integrate it into NRF52Board
As all NRF52 boards now have OTA support, let's remove the subclass
and integrate it into the base class.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Frieder Schrempf
686d887f72
variants: T1000E: Add OTA support
To reduce the number of different code paths, add OTA support for the
remaining NRF52 boards.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Ferdia McKeogh
55fc03b109
Fix capitalization in T1000-E manufacturer string
5 months ago
entr0p1
6c993827de
Fixed T1000-E temperature and lux sensors
6 months ago
Frieder Schrempf
b024b9e1a1
Deduplicate NRF52 startOTAUpdate()
The startOTAUpdate() is the same for all NRF52 boards. Use a common
implementation for all boards that currently have a specific
implementation.
The following boards currently have an empty startOTAUpdate() for
whatever reasons and therefore are not inheriting NRF52BoardOTA to
keep the same state: Nano G2 Ultra, Seeed SenseCAP T1000-E,
Wio WM1110.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Frieder Schrempf
e3bb225efb
Deduplicate DC/DC regulator enable for NRF52 boards
Some NRF52 boards are able to use the internal power-efficient DC/DC
regulator. Add a new class that can be inherited by board classes to
enable this feature and reduce the power consumption.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Frieder Schrempf
93d1560d14
Use common NRF52 begin() and deduplicate() startup reason init
Use a common begin() method that can be called from derived classes
to contain the shared initialization code.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Frieder Schrempf
87b0e432bb
Deduplicate reboot() for NRF52 boards
The reboot() method is the same for all NRF52 boards. Use a shared
implementation.
Signed-off-by: Frieder Schrempf <[email protected] >
6 months ago
Kevin Le
4504ad4daf
Added default temperature from ESP32 MCU and NRF52 MCU
Added NRF52Board.h and NRF52Board.cpp
Modified NRF52 variants to extend from NRF52Board to share common feature
6 months ago
taco
e1d3da942b
fix DC/DC enable for boards which currently have it.
this fixes how the reg1 dc/dc converter is enabled on WisMesh Tag / T1000e / WM1110 and Xiao NRF52
6 months ago
Florent
3210475f35
CommonCli: Remove dependency on target.h
8 months ago
liamcottle
0307b6119e
increase MAX_NEIGHBOURS from 8 to 50
8 months ago
Florent
76aa7cf488
ui_task: initial gps page
8 months ago
taco
f92bd0db9e
fix inconsistencies across nrf companion roles
9 months ago
taco
e8314c9c8c
new ldscript for extrafs nrf companion envs
9 months ago
Florent
006605ce1d
t1000e: revert GPS_RESETB as an INPUT
9 months ago
ViezeVingertjes
5370667bd8
Replaced BLE_LOW_POWER with BLE_TX_POWER & updated usages.
9 months ago
ViezeVingertjes
ac8ec172ef
T1000-E: refactor GPS initialization; set GPS_RESETB pin as OUTPUT and remove redundant pin settings
9 months ago
ViezeVingertjes
132ca72735
T1000-E: ensure rails off and radio idle before system off; fix button wake pin
9 months ago
taco
accd1e0a97
nrf52 targets: increase limits for contacts and channels
9 months ago
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.
9 months ago
recrof
9b9c7289e6
moved pindefs from board to platformio.ini
9 months ago
recrof
816bbf925f
t1000 cleanup + move NullDisplayDriver.h to helpers/ui for other variants to use
9 months ago
446564
789629f5f8
remove display class from repeater and room
9 months ago
446564
c10b387e63
add remaining roles to t1000e
usb companion, repeater and room server
9 months ago
Florent
b8f80afee9
t1000: wait for button release before powering off
10 months ago
Scott Powell
e14b022a7c
* original UITask now in /ui-orig folder
10 months ago
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
11 months ago
liquidraver
fa481e832b
LR's corrected calculation override (instead of SX) and minor changes according to radiolib's wiki
11 months ago
Florent de Lamotte
b80d99edd1
t1000e: set preamble to 16 at init
11 months ago
Scott Powell
b865ac6c23
* refactored SensorManager::toggleGps()
12 months ago
Florent de Lamotte
588a986976
t1000e: gps toggle not using board class
12 months ago
Florent de Lamotte
8765b3d040
Gps toggle on 4 clicks
12 months ago
Florent de Lamotte
5c6f3457e2
t1000e: don't update position if gps is off
12 months ago
Florent
a3f8c21ff4
t1000e: light and temp sensor support
1 year ago
Florent
14cd4ea010
t1000: remove sync custom var
1 year ago
Florent
31cbf9ed0e
gps : sync time on fix
1 year ago
Florent
1ac03f5592
t1000: remove sync custom var
1 year ago
Florent
08aad7338b
gps : sync time on fix
1 year ago
Scott Powell
7e90d386e2
* refactored buzzer concept to UITask
* moved buzzer.h/cpp to helpers/ui
1 year ago
seagull9000
be88bea42d
initial support for generic RTTTL notifier
1 year ago
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
1 year ago
JQ
d4e6ece75d
fix altitude for telemetry, instead of using zero
1 year ago
liamcottle
6c0d94aa2d
increase offline queue size from 16 to 256 for all companion ble firmwares
1 year ago