Skip to content

vasanza/TSC-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd26843 · Oct 30, 2022

History

96 Commits
Jul 27, 2021
Jul 13, 2021
Nov 12, 2021
Oct 30, 2022
Dec 5, 2021
Jun 22, 2022
Dec 5, 2021
Dec 5, 2021
Dec 5, 2021
Dec 6, 2021
Dec 6, 2021
Dec 6, 2021
Dec 6, 2021
Dec 5, 2021
Dec 6, 2021
Nov 12, 2021
Nov 12, 2021
Nov 12, 2021
Nov 12, 2021
Nov 28, 2021
Nov 12, 2021
Nov 12, 2021
Dec 5, 2021
Nov 28, 2021
Nov 28, 2021
Dec 5, 2021
Dec 5, 2021
Dec 5, 2021
Jul 13, 2021
Jul 13, 2021
Jul 13, 2021
Jul 13, 2021
Oct 28, 2022
Jul 27, 2021
Apr 24, 2022

Repository files navigation

⭐⭐⭐⭐⭐ TEMPERATURE AND SPEED CONTROL LAB (TSC-LAB)

  • ➡️ #TSCLab #TSC_Lab #TSCLAB #TSC

Open Source Licenses

oshw_facts

Open hardware Certification

About TSC-Lab

TSC-Lab 2

  • The Temperature and Speed Control Lab (TSC-Lab) is an application of feedback control with an ESP32, an LED, two heaters, two temperature sensors, one direct current motor and an optical encoder as a revolution per minute (rpm) meter. The heater power output is adjusted to maintain the desired temperature setpoint. Thermal energy from the heater is transferred by conduction, convection, and radiation to the temperature sensor. Heat is also transferred away from the device to the surroundings. On the other hand, the motor speed is adjusted using a motor driver and with PWM signals, allowing the reference speed to be reached using the rpm meter.

PCB (Top Layer)

PCB1

PCB (Bottom Layer)

PCB2

3D printed parts

TSC-Lab1

Web page

Blog

DataSet

Repository technical specifications

  • IDE: Arduino 1..8.13
  • DEVICE: TSC-LAB
  • Hardware Core: ESP32 - WROOM32

Keynote

Clone

Switched to Branch

  • git branch -a
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git pull origin NameBranch
  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach