I found low-cost battery options: TP4056 charger, JST-PH LiPo connector, a buck-boost 3.3 V rail for the ESP32, and an optional 5 V boost stage for the fan if the fan must run from the battery.
Implemented the first-pass schematic for a low-cost rechargeable LiPo thermocouple fan controller with ESP32-C6 BLE/Wi‑Fi, MAX31855 K-type thermocouple input, TP4056 USB-C charging, 3.3 V buck-boost regulation, and PWM fan drive with optional 5 V boost. I also added project docs: spec, bring-up plan, firmware notes, and regulatory/safety notes. Initial ERC-style checks came back with no open warnings/errors in the checked categories.
Open items:
Confirm fan voltage/current and whether it must run fully from the internal battery.
Confirm desired runtime and battery capacity.
Decide whether phone-only UI is enough or if you want a small display.
The design uses an ESP32-C6 module with integrated radio. Keep the module antenna area clear in PCB layout and follow Espressif module integration guidance to preserve modular certification assumptions.
Battery Safety
Use a protected single-cell LiPo pack unless a protection IC is added to the PCB. Verify charge current against the selected battery capacity and thermal behavior of the TP4056.
Thermal / Grill Environment
Keep the electronics enclosure away from direct grill heat, smoke condensation, and rain. Use a proper thermocouple extension/connector rated for the expected temperature.
Fan Output
The first revision assumes a small fan up to about 1 A. Final MOSFET/boost thermal validation depends on the selected fan voltage/current.