|
HF-FDO2 Driver 0.1.0-dev
UART driver for PyroScience FDO2-G2 (data sheet v5 §4: #MOXY, #MRAW, #VERS)
|
examples/esp32)Initialize the tooling submodule:
Build (ESP-IDF release/v5.5, target esp32s3 from app_config.yml):
Flash and monitor:
Both apps use **UART_NUM_1** with default pins TX = GPIO47, RX = GPIO21 (see main/include/hf_fdo2_esp_uart.hpp and the using Uart = … alias in each .cpp). **fdo2_minimal_example** prints #VERS, #IDNR, and 1 Hz #MRAW. **fdo2_sensor_demo** runs 200 ms #MOXY plus 3 s #MRAW for bench O₂ testing.
See examples/esp32/README.md for matrix and override notes.
Next: Troubleshooting →