Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hectorta1989/reflow-soldering-oven-daq
https://github.com/hectorta1989/reflow-soldering-oven-daq
arduino daq dataacquisition mcu spi
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorta1989/reflow-soldering-oven-daq
- Owner: HectorTa1989
- License: mit
- Created: 2021-04-15T14:19:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T03:15:58.000Z (about 3 years ago)
- Last Synced: 2024-11-10T09:29:51.364Z (about 2 months ago)
- Topics: arduino, daq, dataacquisition, mcu, spi
- Language: C++
- Homepage:
- Size: 31.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reflow-soldering-oven-DAQ
Reflow soldering oven is used to solder PCB with a low rate of damaging circuits' components.Herein, I write Python code to acquire data from 32 thermocouples measuring temperature in a soldering oven. The sensor data is transmitted/received via SPI protocol and is read on a microcontroller (MCU).
Along with the length of the oven, we need to control the temperature increasing subsequently.
In the inlet of the oven, the temperature should be around 27 degree celcius.
In the middle of the oven, the temperature should be around 100 degree celcius.
In the end of the oven, the temperature should be around 270 degree celcius.
Based on the sensor data being read by MCU, we can monitor and build an AI model to train the system automatically adjust the temperature.