Tag: Raspberry Pi
-
Create a NTP server using Raspberry-pi and GPS receiver
In this project, a Raspberry Pi 4B is connected to a Neo7 GPS receiver via a USB cable to obtain GPS data, particularly the time information. The Raspberry Pi will then be configured as an NTP server for other IP-based devices. Real ApplicationIn a secure CCTV system, all components, including cameras, network switches, and NVR… Read more
-
Web-Based console for Raspberry Pi: procedure to show the console
-
Web-Based console for Raspberry Pi: webpage content update
The web-based console of Raspberry Pi utilizes three HTML files: login.html, index.html, and config.html. To illustrate the interaction between an HTML file and the server.py file (which utilizes the Tornado framework) for updating webpage content without needing to reload the entire web page, let’s take index.html as an example. The data flow for reading and… Read more