BFree: Difference between revisions
Jump to navigation
Jump to search
(Created page with "https://github.com/TUDSSL/BFree An open source hardware/software project focused on intermittent computing. The system uses a capacitor that is gradually charged from env...") |
m (Add link) |
||
Line 6: | Line 6: | ||
This project is work in the same area as [[Slow Solar]], but is more likely to fill the role of environmental sensors in an OSE context. | This project is work in the same area as [[Slow Solar]], but is more likely to fill the role of environmental sensors in an OSE context. | ||
==See Also== | |||
* [[Slow Solar]] |
Latest revision as of 22:44, 27 October 2023
https://github.com/TUDSSL/BFree
An open source hardware/software project focused on intermittent computing. The system uses a capacitor that is gradually charged from environmental sources (likely solar panels in most cases). When the capacitor is charged enough the microcontroller is powered on for a few seconds and the user's python script resumes from the last line run in the program. When the capacitor runs out the device saves the state of the python script and powers off.
The lack of batteries in the system allows for lifetime design of small electronic devices.
This project is work in the same area as Slow Solar, but is more likely to fill the role of environmental sensors in an OSE context.