Close

Making the Smart String Lights Accessible to non-tech users

A project log for Smart String Lights

A visual virtual assistant that delivers information through LEDs, and processes audio and data locally so that your privacy is ensured.

keerat-singhKeerat Singh 06/01/2021 at 05:030 Comments

One of the main things that made our end product harder to use for not tech users was that the main script had to be started using the command line through virtual access to the Pi. We solved this issue by making the main script run automatically as soon as the Raspberry Pi starts, eliminating the need to run the command manually. This was accomplished using crontab, and we have added the necessary instructions.

Discussions