ripplebiz
9ba1d8262f
Merge pull request #335 from seagull9000/RTTTL-tone-for-shutdown
Connect RTTTL shutdown melody to shutdown procedure
1 year ago
Scott Powell
3ee54d0e07
Merge branch 'dev' into scan_exp
1 year ago
Scott Powell
b3fc6bedf9
* companion: saveContacts() now deferred for 5 secs (lazy writes)
1 year ago
ripplebiz
0c94918f37
Merge pull request #338 from mattsains/payloads
initial try at documenting payload formats
1 year ago
seagull9000
049909dde5
Merge branch 'dev' into RTTTL-tone-for-shutdown
1 year ago
Matthew Sainsbury
bb5509d43e
initial try at documenting payload formats
1 year ago
hank
67462cb861
Fixing compilation issue, missing tbeam func
1 year ago
hank
ffb5151255
Merge branch 'main' of https://github.com/hank/MeshCore into dev
1 year ago
hank
97c43a8937
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into dev
1 year ago
hank
468ccf02cf
Merge branch 'main' into main
1 year ago
seagull9000
30488e6f67
Connect RTTTL shutdown melody to shutdown procedure
Added a new UITask shutdown method to run non-board specific shutdown code. This avoids having to update all the board files for different hardware.
UITask::shutdown(bool restart = false);
Where the buzzer is available and defined, the RTTTL shutdown melody is played when the button is held down for >5s.
1 year ago
Scott Powell
a86364e6d8
* stats: curr_free_queue_len now repurposed to noise_floor
1 year ago
Scott Powell
0e90b73110
* companion: PUSH_CODE_LOGIN_SUCCESS frame, now includes server clock timestamp
1 year ago
Scott Powell
b3d78ac8a7
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
1 year ago
Scott Powell
4593a484fb
Merge branch 'dev' into scan_exp
1 year ago
cod3doomy
2f675119e1
Merge branch 'dev' of https://github.com/cod3doomy/MeshCore_HW_Dev into dev
1 year ago
cod3doomy
0e8b807a8b
RAK4631: Add RAK12500 GPS support
Added RAK12500 GPS support
Added socket scan capability to determine which socket the GPS is connected to
T-beam supreme: added conditional to displaying location data to only when gps is active
1 year ago
Scott Powell
3ae2e851a0
* minor tidy ups
1 year ago
ripplebiz
8718b8bc3b
Merge pull request #308 from cod3doomy/dev
t-beam supreme: display fix, BME add, user btn fix
1 year ago
cod3doomy
4b103ca0de
t-beam supreme: fixes and consolidation
Made changes requested by Scott
Simplified gps init sequence and removed unnecessary code
Reverted SensorManager change
Updated PMU flow to enable header outputs
1 year ago
cod3doomy
64f30e82a4
Merge branch 'ripplebiz:dev' into dev
1 year ago
ripplebiz
9eff9d56a1
Merge pull request #326 from memo-567/heltec_v3_sensors
Adding sensor classes support to Heltec v3
1 year ago
Scott Powell
e5ddb8a598
* RAK: "start ota" now replies with Bluetooth MAC address
1 year ago
cod3doomy
de29a435d1
Merge branch 'ripplebiz:dev' into dev
1 year ago
Scott Powell
0e35ae5ec6
* dynamic noise floor sampling
1 year ago
Scott Powell
f2243b78ae
* added Radio::loop() virtual function
* RadioLibWrapper: new isChannelActive() based on current RSSI being above noise_floor + THRESHOLD
1 year ago
Memo
79f60e0675
Merge branch 'ripplebiz:main' into heltec_v3_sensors
1 year ago
Scott Powell
2f8d9cf96a
* refactor of RadioLibWrapper::isReceiving()
1 year ago
Memo
42284edcfe
Update platformio.ini
1 year ago
Scott Powell
4449fd3a24
Merge branch 'dev'
1 year ago
Scott Powell
0bad7ee106
* ver bump to 1.6.2
1 year ago
ripplebiz
cf9861e683
Merge pull request #330 from recrof/dev
heltec wireless tracker: added repeater and room server roles
1 year ago
recrof
5cb2ba8c62
added repeater and room server roles to heltec wireless tracker
1 year ago
ripplebiz
900de5befe
Merge pull request #329 from ngavars/xiao-nrf-sensors
Add sensor support to Xiao Nrf
1 year ago
ripplebiz
72d2b05664
Merge pull request #327 from seagull9000/RTTTL-tone-for-Channel-Message
RTTTL-tone-for-Channel-Message
1 year ago
Normunds Gavars
f8b45ec01e
Add sensor support to Xiao Nrf
1 year ago
Scott Powell
0defa837d8
* EnvironmentSensorManager: some tidy ups
1 year ago
ripplebiz
3b41d863c8
Merge pull request #321 from oltaco/sensor-class-with-gps
GPS support added to EnvironmentSensorClass
1 year ago
taco
5987e95ce9
refactor: more conditionals for GPS
also re-added some missing returns.
1 year ago
seagull9000
7dc8a52784
Merge branch 'RTTTL-tone-for-Channel-Message' of https://github.com/seagull9000/MeshCore into RTTTL-tone-for-Channel-Message
1 year ago
seagull9000
fe8db0f9ff
Merge branch 'RTTTL-tone-for-Channel-Message' of https://github.com/seagull9000/MeshCore into RTTTL-tone-for-Channel-Message
1 year ago
seagull9000
4fc0a67e58
Merge branch 'RTTTL-tone-for-Channel-Message' of https://github.com/seagull9000/MeshCore into RTTTL-tone-for-Channel-Message
1 year ago
seagull9000
5630533d22
RTTTL-tone-for-Channel-Message
I was a bit remiss in removing the tone for channel message event - this puts one in.
So: DM event - plays a tone (per current)
Channel Message - new shorter tone
All others aren't defined at present. Need muting function before we get too carried away.
1 year ago
taco
400c4353dc
REFACTOR: sensors are now wrapped in conditionals
1 year ago
seagull9000
efa2b4b1b7
RTTTL-tone-for-Channel-Message
I was a bit remiss in removing the tone for channel message event - this puts one in.
So: DM event - plays a tone (per current)
Channel Message - new shorter tone
All others aren't defined at present. Need muting function before we get too carried away.
1 year ago
taco
23f54dd924
fix: remove stray initSerialGPS call
1 year ago
Memo
7d8ae5a4ac
Merge branch 'ripplebiz:main' into heltec_v3_sensors
1 year ago
ripplebiz
a2ff22dffb
Merge pull request #322 from fdlamotte/rak3x72
rak3x72 : first commit
1 year ago
ripplebiz
22b80a9be7
Merge pull request #289 from adam2872/RAK4631-user-button
Implement user button on RAK4631 using analogue pin 31 (same as MT)
1 year ago
cod3doomy
e742d1f722
t-beam supreme: minor GPS and BME fixes
Fixed GPS initial state to default to off after init.
Removed redundant current limit define
1 year ago