Code Monkey home page Code Monkey logo

artiyadav04 / embedded-sys Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ashwing21/embedded-sys

0.0 0.0 0.0 26.14 MB

This repository contains all submissions of the mini project assigned to me by L&T Technology services. Theory of the project is - Whenever a driver/person occupies a seat inside the car, it will activate button sensor and he in turn will activate heater switch. Once after button sensor and heater switch is activated the user gets access to actuate the temperature sensor according to his value setting. The output or the set temperature is displayed on a serial monitor

C 66.35% Makefile 31.65% C++ 2.01%

embedded-sys's Introduction

Embedded C Programming Examples with Continuous Integration and Code Quality

embedded_systems_project

Heat Control System

CI and Code Quality

Build Cppcheck Codacy
Compile-Linux Cppcheck Codacy Badge

Theory

The heat control system is basically used to control the temperature inside a car. Whenever the user or driver gets seated inside the car, the button sensor gets activated. After that, the user gets access to turn on the heater. The temperature sensor monitors the temperature and sends the analog value to the microcontroller. The microcontroller processes the analog input of the temperature sensor and outputs a temperature value through serial communication. All the activities of the control system are performed on the microcontroller, Atmega328.

Simulation

The operation of the heat control system is coded in embedded c and the working is demonstrated using a simuation software called SimulIDE. Below shown two images where in the 1st image shows the status of the simulation when the system is OFF and the second image shows the status of the system when it is ON.

ON

ON


OFF

OFF

Outputs

Circuit RAM Table
circuit Ram Table
CRO Serial Monitor
CRO Monitor

Function

  • When the two switches are closed, the first LED glows indicating the actuation of the system and the heater.
  • Next the analog input from the temperature sensor is received and digitized using ADC.
  • The digitized temperature input is visualized using Pulse Width Modulation.
  • The corresponding temperature values based on the digitized temperature input is transmitted by the UART protocol. Here the data is displayed on the serial monitor.

Activity_1

Act1


Activity_2

Act2


Activity_3

Act3


Activity_4

Act4

embedded-sys's People

Contributors

uttam-r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.