The JevonAlarmClock was developed for the Keil/ARM "ARM Microcontroller Design Contest 2015". The goal of the project was to develop an alarm clock that can connect to the Internet to get the current time. Furthermore it should be able to control a Philips Hue lamp in order to gently wake you up in the morning.
Demo on YouTube : [https://youtu.be/gPyv0ebDUFQ]
- Project documentation: a project report in PDF format that describes the hardware and software
- Source code for the ARM Cortex M4 processor on the STM32 Discovery dev board. This was written in C.
- Source code for the application that runs on the Raspberry Pi. I use Linux(Raspbian) as OS on the Raspberry Pi. The code was written in C++.