Scott Powell
0a8a0a4904
* Refactor: removed duplicated radio_rng_seed(), radio_set_params(), radio_set_tx_power()
2 months ago
João Brázio
9a95e25ef2
Remove unused RX boosted gain mode functions and related preprocessor directives across multiple variants
4 months ago
João Brázio
71136671bd
Implement remote lna toggle cli cmd
5 months ago
Wessel Nieboer
d0720c63c2
Allow negative tx power
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
6 months ago
Frieder Schrempf
c76d337a00
variants: XIAO NRF52: Enable user button
The Xiao nRF52840 combined with the Wio-SX1262 is often used for
cheap and compact DIY companion nodes. The Wio actually has an onboard
pushbutton that can be used as user button. Enable support for the
button.
Signed-off-by: Frieder Schrempf <[email protected] >
7 months ago
recrof
6be8e19a9f
move radiolib wrappers to dedicated directory
12 months ago
Rob Loranger
90656e7d06
clean up xiao nrf52
move variant specific code out of src/helpers
redefine RXEN for alternate radio pinout
1 year ago
Matthew Harrold
83b70b3167
Add support for Seeed NRF + RTC
1 year ago
Normunds Gavars
f8b45ec01e
Add sensor support to Xiao Nrf
1 year ago
Scott Powell
99774f10ac
* new: SensorManager
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
1 year ago
Florent de Lamotte
82bcd74932
xiao-nrf52 : initial support for meshcore
initial config for xiao_nrf52
repeater role for xiao-nrf52
xiao-nrf52 correction on bat voltage
xiao-nrf52 this file should not be here ...
1 year ago
Florent
2f6427ce21
Remove rtc auto-detect on t1000
1 year ago
Scott Powell
c0cb57be5c
* refactor: rtc_clock now defined by variants/*/target modules
1 year ago
Scott Powell
2224bddcb5
* new ESPNOWRadio driver
* refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules
* new Generic_ESPNOW_* target envs
1 year ago
Scott Powell
bfb4b1c496
* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'
* mesh::RTCClock class moved to MeshCore.h
1 year ago