Skip to content

vasanza/TSC-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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