Good morning, I currently have an html page with graphs, gauge and various read values created and published by an arduino in C ++. I would like to pass everything on a raspberry in python3. Is it possible to keep the html file and integrate it or use it as it is? Thanks!
Asked
Active
Viewed 47 times
1 Answers
0
I assume that you probably want to read sensor values with Raspberry Pi (or anything similar) and display that data through the web app. You have an existing HTML template that integrates with Arduino C++ logic and now you want to move it to Python. If that's the case, you can use the Python-based web framework like Flask and adapt it with slight changes. If you know Python, you can learn the basics of Flask in a few days and successfully use it with your project.

Dharman
- 30,962
- 25
- 85
- 135

Haris Basaric
- 1
- 1