- Install Ubuntu - Log into ubuntu and install [https://atom.io/]Atom - On Atom install the platformio packages (please refer @lakithaomal when doing this) - Using platformio, create a new project to embed code on an **arduino Nano with the new bootloader** - read on what an I2C sensor is and how you connect such a sensor on arduino devices. - Write a simple program read data from the TSL2591 - Write a simple program read data from the grove light sensor - Using python write up a code to save the data coming from the Sensors as a CSV - Study the codes found below -- [Front End, Arduino](https://github.com/mi3nts/centralHub/blob/master/firmware/xu4/nanoReader.py) -- [Back End, Python](https://github.com/mi3nts/centralHub/blob/master/firmware/xu4/nanoReader.py) - Print the necessary parts using the 3D printer : Please refer with @lakithaomal - Finish up on the light module - Do an instructable on building the light module
-- Front End, Arduino
-- Back End, Python