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
- Host: GitHub
- URL: https://github.com/duranda/reflow946
- Owner: DurandA
- License: cc-by-4.0
- Created: 2021-01-31T23:00:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T22:06:27.000Z (about 2 years ago)
- Last Synced: 2024-05-06T20:46:02.123Z (about 2 years ago)
- Topics: controller-board, temperature-control, web-bluetooth
- Language: Python
- Homepage:
- Size: 6 MB
- Stars: 95
- Watchers: 10
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. đź«•

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

### Back

## 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