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
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
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
Florent
006605ce1d
t1000e: revert GPS_RESETB as an INPUT
9 months ago
ViezeVingertjes
132ca72735
T1000-E: ensure rails off and radio idle before system off; fix button wake pin
9 months ago
recrof
9b9c7289e6
moved pindefs from board to platformio.ini
9 months ago
Florent
b8f80afee9
t1000: wait for button release before powering off
10 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
Scott Powell
fbfa8bbe57
* fix: compilation error for T1000e
1 year ago
Florent
96d6ffefad
t1000 : power bat sensor only when necessary
1 year ago
Scott Powell
a4bb3782a4
* OTA update for ESP32 targets
1 year ago
Florent de Lamotte
7bb16cd7f3
enhancement on the UI and support for power off and status_led for t1000e
1 year ago
Scott Powell
9b5a294695
* T1000e battery measure fix
1 year ago
Scott Powell
64ccc4e289
* build fixes for RAK targets
1 year ago
Florent de Lamotte
7290bf0c7d
t1000e companion radio example builds in tree !
1 year ago
Florent de Lamotte
cc1a944988
upd t1000e board support
1 year ago
Scott Powell
a6a6bef371
* new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68), or RV3028 (on i2c addr 0x52)
* repeater and room server: ver bump (v5), now use AutoDiscoverRTCClock
* various Board::begin() now should do Wire.begin(), with custom pin mappings if needed
* examples removed: ping client/server, and test_admin
1 year ago
Florent
e16dad778c
helper files for t1000e and LR1110
1 year ago