Skip to content

Implementation of display functions and using senzors to display info on the display.

Notifications You must be signed in to change notification settings

accident-detection/module_Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

module_Display

Implementation of display functions and using sensors to display info on the display. The explanations inside the code are made in Croatian, because the project is made for Alegbra, Croatian university.

The CSVFormat function makes a CSV format (obviously..) string which will be used later to send to the server. Separator we're using for now is ';', might change in the future. The CSV format string holds information about temperature, humidity and sensor status.

We have seperated all of our initial setups into seperate functions so when we connect all of our modules that we have easier time debugging.

Error codes: 400 - OK 401 - Collected data is wrong 402 - Unable to make communication with the sensors (time-out error) 403 - Data pin isn't connected correctly 404 - Data pin connected to GND or very low voltage 405 - Data pin connected to high voltage (+3.3V or greater) 410 - Unknown error

About

Implementation of display functions and using senzors to display info on the display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%