Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
02e6f0b0
Commit
02e6f0b0
authored
Feb 17, 2022
by
Eric Duminil
Browse files
Updated README
parent
8b16d137
Pipeline
#5869
passed with stage
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
02e6f0b0
...
...
@@ -99,11 +99,12 @@ make upload board=esp32 && make monitor # For ESP32
In Arduino IDE
*Serial Monitor*
or PlatformIO
*Monitor*
, type
`help`
+
<kbd>
Enter
</kbd>
in order to list the available commands:
*
`ap!`
(Forces access point mode).
*
`auto_calibrate 0/1`
(Disables/enables autocalibration).
*
`calibrate`
(Starts calibration process).
*
`calibrate 600`
(Starts calibration process, to given ppm).
*
`calibrate`
(Starts calibration process).
*
`calibrate! 600`
(Calibrates right now, to given ppm).
*
`co2 1500`
(Sets CO
<sub>
2
</sub>
level, for debugging
purposes
).
*
`co2 1500`
(Sets CO
<sub>
2
</sub>
level, for debugging).
*
`color 0xFF0015`
(Shows color, specified as RGB, for debugging).
*
`csv 60`
(Sets CSV writing interval, in s).
*
`format_filesystem`
(Deletes the whole filesystem).
...
...
@@ -112,12 +113,17 @@ In Arduino IDE *Serial Monitor* or PlatformIO *Monitor*, type `help` + <kbd>Ente
*
`local_ip`
(Displays local IP and current SSID).
*
`lora 300`
(Sets LoRaWAN sending interval, in s).
*
`mqtt 60`
(Sets MQTT sending interval, in s).
*
`pwd abc`
(Sets WiFi password to 'abc').
*
`reset`
(Restarts the ESP).
*
`reset_config`
(Resets the complete IotWeb config).
*
`reset_scd`
(Resets SCD30).
*
`save_config`
(Saves the config to EEPROM).
*
`send_local_ip`
(Sends local IP and SSID via MQTT. Can be useful to find sensor).
*
`set_time 1618829570`
(Sets time to the given UNIX time).
*
`show_csv`
(Displays the complete CSV file on Serial).
*
`ssid name`
(Sets SSID to 'name').
*
`timer 30`
(Sets measurement interval, in s).
*
`wifi 0/1`
(Turns Wifi on/off).
*
`wifi_scan`
(Scans available WiFi networks).
The commands can be sent via the Serial interface, from the webpage or via MQTT.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment