So I am going ahead with the process of getting current time detailed in the last log. At this point I'm working on a few new features to do with time.
- Adding current time to each printing.
- Displaying current time on the LCD
- Automatically print out the current weather and word of the day at the time time in the morning every day.
To add these features, I will need to change a bit about how the device operates. Before this the PIC, wifi module, and printer would all be sent to sleep. The button press would wake the micro, which would in turn wake the other devices. If I want to keep checking the time, I will need to use timers and interrupts, and therefore not send the micro to sleep. I will however still put the printer and wifi module to sleep during inactivity.
Automation
I've submitted this project the Hackaday Challenge - Automation, so it's time to automate more things. When I wake up in the morning, I don't want to have to press a button to get my weather info, it should automatically be printed out for me! The ideal next step would be to gather the weather forecast of the day and include that in the print-out.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.