sarabsethi / rpi-eco-monitoring

Software for long-term autonomous ecosystem monitoring on a Raspberry Pi
https://sarabsethi.github.io/autonomous_ecosystem_monitoring/
GNU General Public License v3.0
42 stars 10 forks source link

I tried to deploy from a stock Raspbian image on Raspberry Pi 4B #3

Open yunshanbai opened 1 year ago

yunshanbai commented 1 year ago
          Excellent project, I tried to deploy from a stock Raspbian image on Raspberry Pi 4B, After deployment, I configured the offline mode, Restart the device will automatically run, Show the following error,:

image

Are some dependent packages not installed correctly? regards, Bai

Originally posted by @yunshanbai in https://github.com/sarabsethi/rpi-eco-monitoring/issues/2#issuecomment-1558338147

sarabsethi commented 1 year ago

Hi - sorry this code hasn't been significantly updated since it was developed in 2018, so it is likely things won't work on the latest Pi OS images. Similar code that is more recent and is written to run on a Pi Compute Module 4 can be found at https://github.com/bugg-resources/bugg-cm4-firmware. This may need a little adjustment to work on a Pi 4B with a USB mic, but should give you a good starting point.

yunshanbai commented 1 year ago

Thank you very much for your reply .