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] >
7 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] >
7 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] >
7 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
7 months ago
Jaroslav Škarvada
32d622d969
variants: Heltec T114: Disable LED and GPS when powering off
This should reduce power consumption in hibernation.
Signed-off-by: Jaroslav Škarvada <[email protected] >
7 months ago
taco
5d495d505a
Revert Heltec T114 power savings
As discussed on discord with @recrof people are having issues, possibly due to these changes. See https://github.com/meshcore-dev/MeshCore/issues/746
This reverts commit a16e011bd2 .
8 months ago
recrof
1c91298b3a
tidy up heltec_t114 variant
10 months ago
Laura J
a16e011bd2
modified T114 code to disable many unused peripherals, and set up the LOWPWR power mode. all changes should be quite safe, but testing for a couple days just in case.
10 months ago
Scott Powell
4b95c981bb
* UI revamp for companion radios
11 months ago
Scott Powell
a4bb3782a4
* OTA update for ESP32 targets
1 year ago
recrof
41e01a0e25
added battery voltage support for Heltec T114
1 year ago
Scott Powell
ae8fb5d9b1
* Heltec v3.2 VEXT fix
* Heltec T114 LED fix, (now flashes with LoRa TX)
1 year ago
Rastislav Vysoky
e105e4184f
fix: T114 reset pin value
1 year ago
Rastislav Vysoky
b74ae1302b
Added support for Heltec t114
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
Scott Powell
cc0ba10cf1
* RAK battery ADC multiplier tweak
1 year ago
Scott Powell
0f66210478
* ver bumps
* RAK battery experiment
1 year ago
Scott Powell
7b31fc8ef9
* refactor: new helpers/nrf52 dir
* RAK, startOTAUpdate()
1 year ago
Scott Powell
78fe83f065
* RAK batt read (hopefully) fixed
1 year ago
Scott Powell
96724cd26a
* onPeerPathRecv() refactored: 'reciprocal path' now handled in Mesh class, not in application layer
1 year ago
Scott Powell
515285e3c9
* new target: RAK_4631_Repeater
1 year ago