In order to modularize the system, I've decided to format everything in a customizable way. The software will be sectioned into modules that are essentially actions users can take using the PELS device. Primarily, modules will be interfaces for collecting data using the different on board sensors.
The directory format will probably look like the following:
-> PELS Project
->Primary App (primary execution point for the system)
->Interface Handler (can be usd by modules to pull from multiple data locations)
->Modules
->module 1, module 2, etc...
->Interfaces
->i2c interface, usb interface, UART interface
->Database (a sqlite database to locally hold data)
->Images (directory for collected images using cameras)
This allows users to create their own modules for sensors as well as to create interfaces for existing sensors without too much overhead work.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.