azaricstefan / Mips-BoardCode

Meteo station - Code for Clicker 2 STM32 from MikroElektronika.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mips-BoardCode

Meteo station - Code for Clicker 2 STM32 from MikroElektronika.

This was a project on a school subject: Microprocessor systems

There are 2 relevant repositories:

  1. Mips-WebApplication - which has web application code which basicly logs the sensor data and shows it in the application
  2. Mips-BoardCode(this one) - which has board code (Mikro C mostly)

Link to the repository of the code which has Web application code : MIPS

We built a mobile hydro meteorological station which had following components:

  • Board used (Clicker 2 STM32 from MikroElektronika)
  • GSM module for communication with the Apache Tomcat server
  • Temperature sensor (DS18B20)
  • Pressure sensor (BMP280)
  • Humidity sensor (DHT11)
  • Ultrasonic device (HCSR04)
  • Solar powered battery

Device logged all the sensor data and sent it over GSM network to the Raspberry Pi connected on my local network at home (with port forwarding) and stored all the data in MySQL database.

We also built simple web application which was deployed on Raspberry Pi 2.

  • SQL: MySQL server
  • Application server: Apache Tomcat
  • JSF application with simple dashboard and insight on all the details from the sensors

About

Meteo station - Code for Clicker 2 STM32 from MikroElektronika.

License:GNU General Public License v3.0


Languages

Language:Assembly 57.1%Language:C++ 19.0%Language:C 16.3%Language:Java 5.1%Language:HTML 2.5%