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
ripplebiz
4687ab74e3
Merge pull request #973 from recrof/rak_platform_update
equalize RAK with all other nrf52 variants and use newer platform with all important fixes
8 months ago
ripplebiz
292305c5e1
Merge pull request #972 from recrof/Adafruit_nRF52_Arduino-1.7.0
all nrf52 devices: force framework-arduinoadafruitnrf52 version to 1.10700.0
8 months ago
ripplebiz
99e44f499e
Merge pull request #968 from fdlamotte/uitask_back3_disables_buzzer
uitask: bring back buzzer toggle on tracker l1
8 months ago
ripplebiz
dab44a1bb0
Merge pull request #967 from fdlamotte/remove_target_h_dep
CommonCli: Remove dependency on target.h
8 months ago
ripplebiz
53a2ae97ea
Merge pull request #923 from recrof/tlora_1.6_cleanup
TLora V2.1 1.6 cleanup
8 months ago
ripplebiz
798725d450
Merge pull request #922 from recrof/station_g2_cleanup
station g2 cleanup
8 months ago
ripplebiz
a222578041
Merge pull request #921 from recrof/heltec_v2_cleanup
heltec v2 cleanup
8 months ago
ripplebiz
ebf4599c92
Merge pull request #920 from recrof/heltec_v3_cleanup
heltec v3 cleanup
8 months ago
Liam Cottle
79d0989702
Merge pull request #962 from haxwithaxe/dev
Added more polished build.sh usage
8 months ago
recrof
a5070077ba
equalize RAK with all other nrf52 variants and use newer platform with all important fixes
8 months ago
recrof
a421215e84
all nrf52 devices: force framework-arduinoadafruitnrf52 version to 1.10700.0
8 months ago
Florent
7d62a27836
uitask: bring back buzzer toggle on tracker l1
8 months ago
Florent
f085a9d6c5
tracker_l1_eink: set UI_HAS_JOYSTICK
8 months ago
Florent
3210475f35
CommonCli: Remove dependency on target.h
8 months ago
ripplebiz
666447eafc
Merge pull request #955 from liquidraver/dev
Add simple BME680 support to RAK (RAK1906)
8 months ago
haxwithaxe
006af52776
Added more polished build.sh usage
8 months ago
fdlamotte
ece40716da
Merge pull request #956 from recrof/uf2_pio_task
added custom pio task "Create UF2 file"
8 months ago
recrof
24ed5b377f
added custom pio task "Create UF2 file"
8 months ago
fdlamotte
15ecf186fa
Merge pull request #953 from Woodie-07/dev
LR1110 packet shift issue workaround
8 months ago
Woodie-07
02351abc2d
change println to debug macro in lr1110 patch
8 months ago
liquidraver
3c48f01601
BME680 library doesn't have altitude calculation, we can add it here to match other sensors'
8 months ago
liquidraver
0e7486552d
Add simple BME680 support to RAK with adafruit library
8 months ago
Scott Powell
cd920693ec
* UITask: new UI_HAS_JOYSTICK
* MomentaryButton: new constructor 'multiclick' param
* WIoTrackerL1: now just use joystick, joystick press for KEY_ENTER, no multi-click for snappier UI
8 months ago
Scott Powell
d3be6afccb
* fix for non-RAK targets
8 months ago
Scott Powell
fa8c31be88
* fix for RAK12500 GPS (I2C)
8 months ago
ripplebiz
34b9a1c9dc
Merge pull request #916 from Quency-D/dev-heltec_tracker_v2
add heltec tracker v2
8 months ago
ripplebiz
ca5dcf22dd
Merge pull request #911 from bplein/ikoka-nano-support
Ikoka Nano Variant
8 months ago
ripplebiz
86ecf97d33
Merge pull request #912 from recrof/patch-1
heltec wireless tracker: use `-D ARDUINO_USB_CDC_ON_BOOT=1` with all envs
8 months ago
Scott Powell
c6b4a58449
* repeater and room server: enable downgrading permissions on guest login
8 months ago
fdlamotte
633538d9c7
Merge pull request #918 from recrof/xiao_c3_refresh
xiao c3 cleanup
8 months ago
recrof
c6e5d5021e
fix: remove VL53L0X because it causes bootloops on esp32c3
8 months ago
Woodie-07
8426fddcb7
workaround for LR1110 shift issue
it seems that if the LR1110 radio hears a packet corrupted in a specific way, it'll report a packet of 0 length and with the header error IRQ set. every packet received afterwards will then be shifted to the right by 4 bytes on top of the radio's reported offset. this can occur multiple times with the shift increasing by 4 bytes each time. thus, this patch will read from an additional offset after hearing the trigger packet.
transmitting seems to reset the shift - unsure exactly what operation resets it but standby() is called after tx so patch assumes shift is 0 after standby(). more investigation may be needed here.
8 months ago
Scott Powell
93c0180740
* Refactor: advert_loc_policy now applied in new method CommonCLI::buildAdvertData()
8 months ago
Scott Powell
837e7dcbdb
* Advert type fix
* GPS pref defaults tidy
8 months ago
ripplebiz
487b7c6576
Merge pull request #890 from fdlamotte/CommonCLI--gps-management
CommonCLI: gps management commands
8 months ago
recrof
69cddbca4e
move LilyGoTLoraBoard.h to variants, use template in platformio.ini, cleanup
8 months ago
recrof
7cb2e0863a
move StationG2Board.h to variants, enable ESM, add companion wifi, cleanup
8 months ago
recrof
1979517381
heltec v2 cleanup
8 months ago
recrof
c4a2b13930
moved HeltecV3Board.h to variant folder
8 months ago
Florent
bf1da43d7d
gps_cli: gps advert to control advert location policy
8 months ago
recrof
4dc3dda2d8
xiao c3: migrated to esm, added missing roles, cleanup
8 months ago
Florent
f6064b41e9
gps_cli: set node location based on gps
8 months ago
Florent
76dcfbb23a
gpsCli: use parseTextParts
8 months ago
Quency-D
ad2894a039
delete PSRAM.
8 months ago
Quency-D
70ac820594
add heltec tracker v2 board.
8 months ago
Rastislav Vysoky
8a2e4721d1
heltec wireless tracker: use `-D ARDUINO_USB_CDC_ON_BOOT=1` with all envs
repeater and room server envs did not have arduino cdc flag enabled which resulted in broken serial.
8 months ago
ripplebiz
da52d08168
Merge pull request #898 from syssi/wsl3-wifi-build
Introduce Heltec_WSL3_companion_radio_wifi target
8 months ago
ripplebiz
b47ace5d10
Merge pull request #908 from ViezeVingertjes/feat/meshpocket-poweroff
Add hibernation support for MeshPocket
8 months ago
Bill Plein
b588e3f1e3
Ikoka Nano Variant
Created as a fork of the ikoka stick variant.
- Updated for Ikoka Nano legacy pinout
- Removed display support
- Removed user button support
- Retains I2C sensor support
Tested with the ebytes E22 30W module, companion-ble and repeater firmware versions, with an I2C INA3221 power sensor.
8 months ago