Raspbian distro upgrade

Share

My Raspberry pi boards are running on “buster” and now since “bullseye” is out, I thought to update them. While doing this, I thought to capture steps to help others. Here are the steps. First update repositories Now run full upgrade command Update raspberry pi firmware Next edit source.list at /etc/apt/sources.list to change distro from […]

Grafana behind apache proxy

Share

It is always a good idea to expose Grafana like web apps on network via a standard web proxy. In this write up, I will mention required configuration updates in grafana and apache to achieve this. Grafana installation by default listens of all network interface IPs on port 3000/tcp. First let us restrict it on […]

GPS data out of NEO M8N using python

Share

I was thinking of building own low stratum NTP server for home. Stratum 0 NTP services are available out of atomic clocks, satellites or via some radio links. Any GPS module can easily get datetime (UTC) from satellite transmissions along with latitude, longitude (for geo positioning), speed, altitude etc. To build the project, I bought […]