Hi all,
I am writing data from an arduino nano to my raspberry pi.
I have a remote server on linode and I typically communicate with the pi using mqtt. This communication usually consists of turning pumps on and getting sensor data.
Now I am wondering how I can get more data from the pi. I want to be able to get sqlite data from the pi to the server. What would be a good way to do this? Lets say every fix seconds get a row of sqlite data from the pi to the linode server. Would mqtt still be good for this or are there better ways to get sqlite data from the pi to the server?