-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- enable intelligent charge controller signals - enable Accelerometer - enable internal I2C bus - provide Power to Accelerometer
- Loading branch information
Showing
9 changed files
with
48 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ class ScanI2C | |
QMC5883L, | ||
HMC5883L, | ||
PMSA0031, | ||
QMA6100P, | ||
MPU6050, | ||
LIS3DH, | ||
BMA423, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
; tracker-t1000-e v0.9.1 | ||
[env:tracker-t1000-e] | ||
extends = nrf52840_base | ||
board = tracker-t1000-e | ||
; board_level = extra | ||
; platform = https://github.com/maxgerhardt/platform-nordicnrf52#cac6fcf943a41accd2aeb4f3659ae297a73f422e | ||
build_flags = ${nrf52840_base.build_flags} -Ivariants/tracker-t1000-e -Isrc/platform/nrf52/softdevice -Isrc/platform/nrf52/softdevice/nrf52 -DTRACKER_T1000_E | ||
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard" | ||
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. | ||
-DGPS_POWER_TOGGLE | ||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld | ||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/tracker-t1000-e> | ||
lib_deps = | ||
${nrf52840_base.lib_deps} | ||
https://github.com/meshtastic/QMA6100P_Arduino_Library.git#1f73284383a852dc593535a232cfab5fdc2c87fe | ||
debug_tool = jlink | ||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm) | ||
upload_protocol = nrfutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters