Scott Powell
b37c8017d9
* Fix: /helpers/esp32/TBeamBoard was breaking non-TBeam builds
12 months ago
Scott Powell
127f3a7640
Merge branch 'dev' into double-acks
12 months ago
cod3doomy
001b996a24
RAK4631: BME680 add and GPS cleanup
- Added the BME680 environment sensor functionality
- Added the GPS Repeater env for those wanting it
- Cleaned up the GPS and other RAK4631SensorManager code
Verified build and functionality on normal and GPS repeater and companion envs.
IAQ readout is still a work in progress, but a placeholder can be seen on Channel 2 of the app telemetry.
12 months ago
ripplebiz
213f01cd40
Merge pull request #443 from fdlamotte/wio_e5_mini_rescue_cli
wio_e5_mini: led and rescue cli
12 months ago
Florent
d94f469d53
wio_e5_mini: led and rescue cli
12 months ago
Scott Powell
70252b010c
Merge branch 'dev' into double-acks
12 months ago
ripplebiz
ba7839a60d
Merge pull request #442 from oltaco/env-sens-manage-gps-revert
Fix: EnvironmentSensorManager.cpp: revert swapped GPS pins
12 months ago
taco
84c2cfdcf2
fix: revert swapped GPS pins
reverted GPS pin behaviour and swapped GPS pins for tbeam variants.
12 months ago
Scott Powell
6d8fae26da
Merge commit '299e85b830f4bf51c2e4d90e3e1bbb59025f608d' into dev
12 months ago
Scott Powell
bd020c6167
* removed deprecated tbeam variant
12 months ago
ripplebiz
299e85b830
Merge pull request #441 from oltaco/heltecv3-spi_begin_fix
fix: remove extra spi.begin() on heltec v3
12 months ago
ripplebiz
6ae6f8955a
Merge pull request #439 from cod3doomy/dev
T-Beam refactor
12 months ago
ripplebiz
b6b15e55ba
Merge pull request #428 from 446564/radio-init-nano-g2
update nano g2 to use radio.std_init
12 months ago
taco
b8db628ce8
fix: remove extra spi.begin() on heltec v3
12 months ago
Scott Powell
60d0064080
* room server: new posts now delayed by 6 seconds before syncing to clients
12 months ago
cod3doomy
218b96e4aa
T-Beam refactor
There is a lot to this PR, so if there are any questions let me know.
The idea here is to merge T-Beam fw so that there is less redundant code. Most versions (except the 0.7) share PMU code, init sequence, and most IO pin definitions.
- Merged all T-Beam board.h files into one TBeamBoard.
- Added PMU code to identify different AXP chips.
- Modified "lilygo tbeam SX1276" variant to cover all T-Beam SX1276 versions
- Modified "lilygo tbeam SX1262" variant to cover all T-Beam SX1262 versions
- Enabled GPS on all T-Beam versions/models
- Enabled BME280 on the Supreme
I am also updating EnvironmentSensorManager to allow for boards that do or don't have GPS enable pins, as well as a PERSISTANT_GPS define check for boards that want GPS to stay active after boot.
12 months ago
Rob Loranger
b99d29494e
remove begin()
12 months ago
Scott Powell
b1ca3d1eb1
* new PAYLOAD_TYPE_MULTIPART
* experimental double ACK's (at each hop), sent 300ms apart (direct mode only)
12 months ago
Scott Powell
478a57a6bd
* AdvertDataParser: lat/lon can now be zeroes
12 months ago
Scott Powell
12a2f34598
* companion serial protocol ver bump to 6
12 months ago
ripplebiz
e7609364ea
Merge pull request #438 from liamcottle/storage/nrf52
Add support for storage stats on nRF52/LittleFS
12 months ago
liamcottle
583cdd4980
fix indentation
12 months ago
liamcottle
37c20a348e
add support for storage stats on nrf52
12 months ago
Scott Powell
9df3c8c663
* companion: new 'advert_loc_policy' pref. Defaults to ADVERT_LOC_NONE (ie. do Not share location in adverts)
12 months ago
ripplebiz
4f9207f3eb
Merge pull request #437 from jquatier/t114-display-flicker
Fix T114 display flicker
12 months ago
ripplebiz
727a044dde
Merge pull request #436 from 446564/fix-nano-g2-ota-name
update nano g2 ultra BLE name for OTA
12 months ago
ripplebiz
ea7a84b7a3
Merge pull request #427 from cod3doomy/dev
T-Beam refactor for radio.std_init
12 months ago
JQ
3719c0983c
increase delay slightly
12 months ago
JQ
d680852c99
fix t114 display flicker
12 months ago
cod3doomy
ff10f37e7c
T-Beam removed redundancy
Removed redundant SPI begin calls
12 months ago
cod3doomy
aa9eac16a6
Merge branch 'ripplebiz:dev' into dev
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
Scott Powell
1295c4633b
* companion: minor refactor of who should invoke UITask::loop()
12 months ago
ripplebiz
39cc221125
Merge pull request #433 from oltaco/HeltecV3-GPS
Heltec v3 GPS support
12 months ago
Scott Powell
205624824a
* added std_init() to CustomSX1268
12 months ago
ripplebiz
80d2b6c6bc
Merge pull request #432 from oltaco/CustomLLCC68-std_init
added CustomLLCC68::std_init()
12 months ago
ripplebiz
5b1f4b0166
Merge pull request #431 from mattsains/packet-structure
minor changes and fixes to docs
12 months ago
ripplebiz
485749a053
Merge pull request #430 from oltaco/gps-update-fix
fix: EnvironmentSensorManager.cpp: don't update location if GPS is turned off
12 months ago
ripplebiz
8090992342
Merge pull request #429 from oltaco/rak4631-radioinit-refactor
refactor: RAK4631 with CustomSX1262::std_init()
12 months ago
ripplebiz
81a0816e22
Merge pull request #424 from 446564/fix-GH162
fix Heltec v2 getBattMilliVolts ADC multiplier
12 months ago
ripplebiz
00b5d3bcd5
Merge pull request #423 from 446564/fix-GH133
heltec v3 update ADC multipler to fix voltage reading
12 months ago
ripplebiz
7c421c1d2c
Merge pull request #420 from 446564/feat-GH142
return range with advert interval setting error
12 months ago
ripplebiz
553e3c10f6
Merge pull request #419 from 446564/feat-GH44
add time and date feedback to cli commands
12 months ago
ripplebiz
5d85ed41c3
Merge pull request #407 from fdlamotte/seeed_xiao_c6
Seeed xiao c6 support
12 months ago
taco
4d2b176ccc
feature: GPS support on HeltecV3
GPS support via EnvironmentSensorManager. Connect GPS RX to pin 45, TX to pin 46.
Note that while you can disable using the GPS there is no way to power down the GPS without using a mosfet and adjusting PIN_GPS_EN.
12 months ago
Matthew Sainsbury
1de5753a16
add advert detail
12 months ago
taco
14ff7bfbcd
added std_init to CustomLLCC68.h
12 months ago
Matthew Sainsbury
0d78df1b8a
minor changes and fixes to docs
12 months ago
taco
83842e4b25
fix: EnvironmentSensorManager.cpp: don't update location if GPS is turned off.
previously the location would always snap to the last heard GPS location after GPS had been on.
12 months ago