79 lines
2.2 KiB
INI
79 lines
2.2 KiB
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32doit-devkit-v1_NFT]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
monitor_port = /dev/ttyUSB0
|
|
|
|
build_flags=
|
|
'-D CLIENT_ID="hydroponic-NFT"'
|
|
-D PIN_BUTTON=12
|
|
-D PIN_LED=13
|
|
-D EC_PIN_RELAY_PROBE=27
|
|
-D EC_PIN_FREQ=5
|
|
-D EC_CALIBRATION_POLYNOM={18.785904241636743,-0.04069178351449846,3.528797358514823e-05,-4.214254847500995e-09,2.543662736303669e-13}
|
|
-D EC_CALIBRATION_LINEARIZE_BELOW_ADC=2000
|
|
-D EC_CALIBRATION_LINEAR_LOWADC=728
|
|
-D EC_CALIBRATION_LINEAR_LOWEC=0
|
|
-D FLOW_PIN=16
|
|
-D ONE_WIRE_BUS_PIN=18
|
|
-D THERMOMETER_ADDR_RESERVOIR={0x28,0xFF,0x6F,0x19,0x72,0x16,0x05,0x44}
|
|
-D THERMOMETER_ADDR_CASE={0x10,0x7E,0x22,0x99,0x01,0x08,0x00,0xA4}
|
|
-D PIN_SDA=21
|
|
-D PIN_SCL=22
|
|
|
|
lib_deps =
|
|
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
|
https://github.com/emilv/ArduinoSort/
|
|
robtillaart/ADS1X15@^0.3.9
|
|
256dpi/MQTT@^2.5.1
|
|
pololu/VL53L0X@^1.3.1
|
|
|
|
|
|
|
|
[env:esp32-s3-devkitm-1_DB]
|
|
platform = platformio/espressif32@^6.7
|
|
board = esp32-s3-devkitm-1
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
build_flags=
|
|
'-D CLIENT_ID="hydroponic-DB"'
|
|
-D PIN_BUTTON
|
|
|
|
-D EC_PIN_RELAY_PROBE
|
|
-D EC_PIN_FREQ
|
|
|
|
-D EC_CALIBRATION_POLYNOM={8.718380956513695,-0.026463423062356713,3.425216464107108e-05,-4.069826379094172e-09,2.478900495960682e-13}
|
|
-D EC_CALIBRATION_LINEARIZE_BELOW_ADC=2000
|
|
-D EC_CALIBRATION_LINEAR_LOWADC=728
|
|
-D EC_CALIBRATION_LINEAR_LOWEC=0
|
|
|
|
-D FLOW_PIN
|
|
-D ONE_WIRE_BUS_PIN
|
|
-D THERMOMETER_ADDR_RESERVOIR={0x28,0xFF,0x30,0xBA,0x85,0x16,0x03,0xB5}
|
|
-D THERMOMETER_ADDR_CASE
|
|
|
|
-D PIN_SDA
|
|
-D PIN_SCL
|
|
|
|
lib_deps =
|
|
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
|
https://github.com/emilv/ArduinoSort/
|
|
robtillaart/ADS1X15@^0.3.9
|
|
256dpi/MQTT@^2.5.2
|
|
pololu/VL53L0X@^1.3.1 |