João Brázio
9a95e25ef2
Remove unused RX boosted gain mode functions and related preprocessor directives across multiple variants
3 months ago
Wessel Nieboer
67d22401b1
Pass rtc_clock to all MicroNMEALocationProvider instances
Enable GPS time synchronization across all variants by passing
&rtc_clock to MicroNMEALocationProvider. When GPS gets a valid
fix, the RTC clock is now updated automatically every 30 minutes.
Updated 16 variants: rak4631, lilygo_tbeam_SX1262, rak_wismesh_tag,
lilygo_tbeam_supreme_SX1262, thinknode_m3, heltec_v4, thinknode_m1,
lilygo_tbeam_SX1276, meshadventurer, nano_g2_ultra, heltec_v3,
promicro, xiao_c3, heltec_tracker_v2, keepteen_lt1, heltec_mesh_solar.
5 months ago
João Brázio
71136671bd
Implement remote lna toggle cli cmd
4 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
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
fa48d4fe81
variants: Nano G2 Ultra: Use common implementation of startOTAUpdate()
Signed-off-by: Frieder Schrempf <[email protected] >
5 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
446564
e42ecc3bb3
fix nano g2 notification
revert change to disable buzzer before hibernate
needs more work as the buzzer pin is a macro and can't be changed at runtime
9 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
taco
accd1e0a97
nrf52 targets: increase limits for contacts and channels
9 months ago
taco
bdfe9ad27b
switch to using QSPI bus for external flash
10 months ago
446564
13cd849fcd
add power off to nano g2
9 months ago
Scott Powell
e14b022a7c
* original UITask now in /ui-orig folder
10 months ago
446564
dc9b4f8e84
add nano g2 usb companion
10 months ago
446564
153051ab82
add new UI to nano g2
10 months ago
Ded
4d97bee02a
good oops
10 months ago
446564
53c1f70412
various fixes for nano g2 gps
- baud rate changed to default
- switch state detected at boot to enable position
- small edge cases fixed
- more mesh debugging output added
Co-authored-by: LitBomb <[email protected] >
Co-authored-by: Nick from BOSTON
10 months ago
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
11 months ago
Rob Loranger
b99d29494e
remove begin()
12 months ago
Rob Loranger
5f2ea7ca87
update nano g2 ultra BLE name for OTA
12 months ago
Rob Loranger
0bf03f2309
remove SPI set pins
12 months ago
Rob Loranger
bf2908faa6
update nano g2 to use radio.std_init
12 months ago
Rob Loranger
f4463154cf
allows manual BLE pin even when device has display
also updates remaining variants to use default of
123456 instead of 0 for random pin
12 months ago
Scott Powell
7dd7b715cd
* enabling _PRIVATE_KEY import/export for ALL companions.
1 year ago
Rob Loranger
c31c48025a
enable external notify for nano g2 ultra
uses new non blocking rtttl
1 year ago
Rob Loranger
4a90042b08
add GPS for nano g2
hardcoded interval of 1 minute after first fix obtained
1 year ago
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
1 year ago
Rob Loranger
7e14fb3f65
Initial support for nano g2 ultra
not yet implemented are GPS and external notification LED and buzzer
1 year ago