You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the next version of Clima, I propose the following features:
A fan relay.
We're using a temp sensor of the board, and having that in the enclosure that could be in the sun could yield data that isn't great. Adding a small 30mm case fan could help.
Screw terminals for an external thermistor
For the reason above, the option of an external wired thermistor would be good
A battery-backed RTC
When the device boots it may or may not have a network connection. If it starts logging data before an NTP time comes in, we need to do math to back-correct those data points, which is not fun.
Remove the GPS
It's used for locating the device, but typically there are fixed-mount so it seems like a lot of BOM cost for a one-time data point that could be achieved in another way
4-pin header for an SSD1306 I2C display
The ability to optionally plug in a small I2C display is extremely helpful for development and testing.
The text was updated successfully, but these errors were encountered:
Also maybe add the ability to use some free pins to connect some custom hardware. Like the Qwiic I2C connector on the v3 already can be used for (I presume).
Solar charger should feature MPPT to get optimum power from the solar panel.
Battery management should be integrated solution taking power from solar, usb or battery and delivering regulated power to CCM to optimise run time and safe transitions between the power sources, charging battery when surplus energy is available.
Probably need two batteries to store enough charge and to make the battery management circuit easier.
CPU supervisor to manage RESET in place of simplistic RC
Through holes or provision on PCB to mount reset and boot buttons mounted on the case and externally accessible without removing the cover.
Option to fit a power switch in-line with battery. Maybe two through-holes joined with a track on the PCB to make default always ON. To fit the power switch, cut the track and solder wire or connector into the holes. This is needed as there are times reset is not enough and power must be removed from the Meadow to properly reset (maybe 4 fixes this issue in longer term?).
For the next version of Clima, I propose the following features:
We're using a temp sensor of the board, and having that in the enclosure that could be in the sun could yield data that isn't great. Adding a small 30mm case fan could help.
For the reason above, the option of an external wired thermistor would be good
Being able to determine if we're in daylight/direct sun may also assist with meadow.core not found in local repository (also Meadow.Foundation not found when present) #1 above
When the device boots it may or may not have a network connection. If it starts logging data before an NTP time comes in, we need to do math to back-correct those data points, which is not fun.
It's used for locating the device, but typically there are fixed-mount so it seems like a lot of BOM cost for a one-time data point that could be achieved in another way
The ability to optionally plug in a small I2C display is extremely helpful for development and testing.
The text was updated successfully, but these errors were encountered: