Skip to content

tech-science-club/RadioScan

Repository files navigation

RadioScan

This app is designed on cross platform framework Python Kivy to display radiation activity on the screen
interacting with arduino board and built in Geiger conter. The project consists from 2 parts: software and hardware. Software part is written on Python kivy and includes usage such libraries as pyserial, pandas, kivy-garden, matplotlib and additional software for element's design. Hardware is combination of Arduino Modules. The system is builded thus, the main board is esp8266 which can get wi fi connection and access to cloud server database, pass data to there and colect it the tables. Additional modules are

  • dht11 temperature sensor
  • bluetooth HC-05
  • Arduino Geiger counter kit with J305 tube
  • ESP 8266 Node mcu

Software reads data via serial comunication through bluetooth or usb-connemction and displays retrieved information on the screen. Python App using pyserial library reads end encode data into string and and sequently gives as possibilities to treat data as we wish. Using cloud web services we can store our data into web server, database and web table. Python libraries give as great oportunities to extract, convert data in desired view.

There are available 3 windows:

  • real time measurement
  • real time activity in plot mode
  • reaching data from databese and build plot with information within desirable time scopes

screen1 screen2 screen3

Radioscan 1 0