mmcza / IoT_RaspberryPi

Scripts from my 7th semester's course Internet of Things Applications (Aplikacje Internetu Rzeczy). To run it you need Raspberry Pi with Sense HAT and a PC in the same network as Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT_RaspberryPi

Prepared with @dariak153.

Scripts from 7th semester's course Internet of Things Applications (Aplikacje Internetu Rzeczy).

Important

Requires Raspberry PI with Sense-Hat and Raspberry PI must be in the same network as your computer.

Note

To start the php server automatically you can add the following line to your crontab @reboot sleep 1m && /path_to_at_restart/at_restart/start_php_s (make sure to change '/path_to_at_restart/' to real path)

Final effect

Final effect is a website that is a supervisor of the system. It displays values from sensors such as:

  • temperature,
  • humidity,
  • pressure,
  • orientation.

In second tab user can set color of each LED on the LED Matrix of the Sense-HAT.

About

Scripts from my 7th semester's course Internet of Things Applications (Aplikacje Internetu Rzeczy). To run it you need Raspberry Pi with Sense HAT and a PC in the same network as Raspberry Pi

License:MIT License


Languages

Language:HTML 47.7%Language:PHP 34.1%Language:Python 17.8%Language:Shell 0.4%