An open API service indexing awesome lists of open source software.

https://github.com/duranda/reflow946

Bluetooth LE temperature controller for the 946C electronic hot plate
https://github.com/duranda/reflow946

controller-board temperature-control web-bluetooth

Last synced: 11 months ago
JSON representation

Bluetooth LE temperature controller for the 946C electronic hot plate

Awesome Lists containing this project

README

          

# Reflow946

The Reflow946 is a Bluetooth LE temperature controller for the 946C electronic hot plate. Using this controller, a reflow profile can be programmed from your web browser using the [Web Bluetooth](https://webbluetoothcg.github.io/web-bluetooth/) API. You can use preset profiles (e.g. for lead-free or leaded soldering) or create a custom profile for a perfect cheese fondue. đź«•

![UYUE-946C](https://github.com/DurandA/reflow946/wiki/images/UYUE-946C.png)

The controller board is intended to replace the original controller board. It is **only compatible with the 3 buttons variant** pictured above (see this [teardown](https://youtu.be/Gv2sRJ9y_Ok)). Please send a PR if you adapted the design to a new variant.

## Hardware

The controller is based on a ESP32 module with an IPEX antenna. Since the metal case acts as a Faraday cage, the BLE signal can be improved by taping an antenna outside of the case.

### Front

![PCB front](https://github.com/DurandA/reflow946/wiki/images/front.png)

### Back

![PCB back](https://github.com/DurandA/reflow946/wiki/images/back.png)

## Status

- [x] Temperature control
- [x] Temperature control using the front panel
- [x] [BLE GATT service](https://github.com/DurandA/reflow946-firmware/wiki/GATT-Services) for temperature control
- [x] Reflow profile programming
- [x] [BLE GATT service](https://github.com/DurandA/reflow946-firmware/wiki/GATT-Services) for reflow profiles
- [x] [Web Bluetooth application](https://duranda.github.io/reflow946/)

## Credits

* Arnaud Durand - Orignal design
* ElĂ­as RodrĂ­guez MartĂ­n - Revision 1.1, conversion to KiCad