Skip to content

asim-makes/sensor-simulation-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sensor Simulation in C

πŸ“„ Overview

This project simulates a basic sensor data processing system written in C. The main goal is to practice core C programming concepts:

  • arrays
  • pointers
  • structs
  • file I/O without using actual microcontroller hardware yet.

πŸ’‘ Features

  • Read and process simulated sensor data from a CSV file.
  • Calculate statistics (average, minimum, maximum).
  • Detects thresholds and generate simple alerts.
  • Designed to mimic embedded handling logic.

πŸ“₯ Dataset

Source: https://www.kaggle.com/datasets/marcpaulo/sensor-data?resource=download

πŸ› οΈ Skills Practiced

  • File I/O in C (reading CSV data)
  • Structs and pointers
  • Basic data analysis (min, max, average)
  • Simulated control logic (alerts)
  • Version control with Git & GitHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages