I’m looking at buying one of the DIY Outdoor Monitors, I currently have a raspberry pi pico based outdoor weather station (Pimoroni Enviro Weather) that takes a bunch of sensor readings (temperature, humidity, wind speed, wind direction, etc.) every 5 minutes and every 30 minutes it connects to wifi and sends the data as json to a local php endpoint (that saves the data to a local MariaDB) and then the board goes back to sleep.
My question is it possible to do the same thing with your outdoor monitor? take reading every 5 minutes, upload the data every 30 min to a local php endpoint and sleep the rest of the time