Skip to content

Commit

Permalink
Build for wio terminal a/log_display is working. Others compile OK bu…
Browse files Browse the repository at this point in the history
…t historical
  • Loading branch information
neilh20 authored and neilh20 committed Sep 29, 2023
1 parent c07f220 commit 3cdaf67
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion a/log_display/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ cmn_lib_deps =
;https://github.com/neilh10/Arduino-SerialCommand
https://github.com/neilh10/InsituModbus
https://github.com/neilh10/KellerModbus
martinl1/BMP388_DEV@^1.0.11 ; dissapeared from github.com/MartinL1/BMP388_DEV.git

; Ignore these folders or PlatformIO will double count all the dependencies
; Development: ModularSensors Release1: src ?
Expand Down Expand Up @@ -199,7 +200,7 @@ cmn_build_flags =
platform = atmelsam
board = seeed_wio_terminal
framework = arduino
upload_port = COM13
;upload_port = COM13
lib_ldf_mode = deep+
board_build.f_cpu = ${common.cmn_f_cpu}

Expand Down
7 changes: 4 additions & 3 deletions a/logging_to_MMW/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

[platformio]
description = neilh10/ModularSensors/a/logging_to_MMW
default_envs = mayfly
;default_envs =seeed_wio_terminal
;default_envs = mayfly
default_envs =seeed_wio_terminal

[common]
;cmn_f_cpu=120000000L ;Default
Expand Down Expand Up @@ -68,6 +68,7 @@ cmn_lib_deps =
;https://github.com/neilh10/Arduino-SerialCommand
https://github.com/neilh10/InsituModbus
https://github.com/neilh10/KellerModbus
martinl1/BMP388_DEV@^1.0.11 ; dissapeared from github.com/MartinL1/BMP388_DEV.git

; Ignore these folders or PlatformIO will double count all the dependencies
; Development: ModularSensors Release1: src ?
Expand Down Expand Up @@ -205,7 +206,7 @@ cmn_build_flags =
platform = atmelsam
board = seeed_wio_terminal
framework = arduino
upload_port = COM13
;upload_port = COM13
lib_ldf_mode = deep+
board_build.f_cpu = ${common.cmn_f_cpu}

Expand Down
6 changes: 4 additions & 2 deletions a/logging_to_MMW/src/logging_to_MMW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Future
* * Noise Level internal micrcophone
*
*
* 230928 - 0.34.1-acb builds, has SIM7080G intergrated in my fork.
* 2023 Feb 21 WioT Power Measured USB Stick on USB-C
* USB active with WiFi 54mA, startup is 100mA
* with lowpower WiFi/RTL87280 is unreliable
Expand Down Expand Up @@ -55,9 +55,11 @@
#define USE_CELL_SIMCON_SIM7080 2
#define USE_WIFI_DIGI_S6B 3
#define USE_WIFI_ENVIRODIY_ESP32 4
//USE WIO_TERMINAL

//#define USE_MODEM USE_WIFI_DIGI_S6B
#define USE_MODEM USE_CELL_SIMCON_SIM7080
//#define USE_MODEM USE_CELL_SIMCON_SIM7080
//#define default USE WIO_TERMINAL
//https://monitormywatershed.org/sites/intg_test01/
#include "ms_cfg.h" //must be before ms_common.h & Arduino.h

Expand Down
4 changes: 3 additions & 1 deletion a/wio01/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ lib_deps_cmn =
https://github.com/adafruit/Adafruit_AM2315
https://github.com/adafruit/Adafruit_AM2320
https://github.com/adafruit/Adafruit_BME280_Library
https://github.com/MartinL1/BMP388_DEV
;https://github.com/MartinL1/BMP388_DEV
martinl1/BMP388_DEV@^1.0.11 ; dissapeared from github.com/MartinL1/BMP388_DEV.git
https://github.com/adafruit/Adafruit_MPL115A2
https://github.com/adafruit/DHT-sensor-library
https://github.com/adafruit/Adafruit_Sensor
Expand All @@ -47,6 +48,7 @@ lib_deps_cmn =
https://github.com/knolleary/pubsubclient.git
;https://github.com/EnviroDIY/TinyGSM.git
https://github.com/EnviroDIY/YosemitechModbus

;
;Historical reference
;https://github.com/greiman/SdFat.git ;- need adafruit/SdFat for multiple SDx
Expand Down
1 change: 1 addition & 0 deletions a/wio01/src/wioTerm_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ UM0401_RTL872xD_Datasheet_v3.4_watermark.pdf
https://files.seeedstudio.com/products/102110419/Basic%20documents/UM0401_RTL872xD_Datasheet_v3.4_watermark.pdf
Date:
2023-09-29 0.34.1-aca builds OK. Has SIM7080G intergration with my fork.
2023-02-20 Reliable ntp and POST/MMW (though MMW seems touchy)
2023-02-19 Failing when turning off RTL. RTL stops responding when turned on
2023-02-18 POST but not reliably or powering off RTL
Expand Down
2 changes: 1 addition & 1 deletion examples/tu_xx01/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cmn_lib_deps=
https://github.com/neilh10/Arduino-SerialCommand
https://github.com/neilh10/InsituModbus
;https://github.com/neilh10/KellerModbus
https://github.com/EnviroDIY/YosemitechModbus#develop ;(v4.0 not released on master as of 221227)
https://github.com/EnviroDIY/YosemitechModbus
martinl1/BMP388_DEV@^1.0.11 ; dissapeared from github.com/MartinL1/BMP388_DEV.git

; Ignore these folders or PlatformIO will double count all the dependencies
Expand Down

0 comments on commit 3cdaf67

Please sign in to comment.