N
N
Nikolai2015-10-11 17:08:03
PHP
Nikolai, 2015-10-11 17:08:03

What is the best way to make a database on Raspberry PI?

Please help the newbie to make the right choice. There is a system where temperature data is received from the microcontroller via USART to USB Raspberry PI, then via WebIOPI and displayed on the website. There is a need to enter them into the database and display them as a graph on the WEB page. The question is how best to do it? I have not dealt with databases. I looked on the Internet, there are options to install Apache + PHP or Python + SQLite. In addition, I have no idea how to organize communication with the microcontroller via USB - USART in these cases?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-10-11
@OnYourLips

The question is how best to do it?
Learn one of the many technologies for web development.
In addition, I have no idea how to organize communication with the microcontroller via USB - USART in these cases?
Write a script that will periodically receive data from the device and put it into the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question