I am on the Raspberry Pi 3 and I wrote code to read out I2C sensors using the F52.
This works fine when I flash the firmware onto the farmduino using my laptop. However I would like the Pi to upload this new firmware everytime it starts. Therefore I would like to now how to replace the current firmware with my newer version. What is the best way to do just that ?
On top of that I would like to be able to tell the farmduino to read out an I2C Sensor from the WebApp and also to get the data delivered back to the WebApp. Where can I add this functionality ?
This requirement will need many source modifications (including db schema).
Start by reading the farmbot_os code for handling reading a Sensor (a named_pin type)
Ask FarmBot Inc whether the value(s) should be stored in the sensor_readings database and which sources in the Web App will need modification.
In the long run I might want to contribute the modified software but for the moment I want to make sure it really works as intended.
The OS I was using is a Linux distro (Pop_os, running on Ubuntu 22.04).
I am able to view the files but I do not have the the necessary rights to write to the card.