News

Arduino Alarm Clock Code Alarm clock built from scratch and prototyped with Arduino. Shows time of day, alarms at a set time, and has a USB port to allow for charging external devices.
This will allow you to use Arduino code in your custom embedded project without having to use an actual Arduino board. To get this chip working with Arduino IDE, you will need an external 16MHz ...
All the code is available on GitHub in case you also have a DSC 1550 alarm system. It’s a pretty slick hack, so don’t forget to check out the video after the break.
This Arduino based visitor alarm alerts you to the entry of a visitor by producing a beep sound every time the door is opened & automatically switches off after a few seconds. It is built around an ...
This Arduino based Real time clock is a digital clock to display real time using a RTC IC DS1307 which works on I2C protocol. Real time clock means it runs even after power failure. When power is ...
Here is a simple general-purpose security alarm circuit built on the Arduino platform. It brings up an obtrusive alert signal when an intrusion/theft attempt is observed by its front-end sensor. In ...
Do you have a hard time waking up like I do? TK takes us though a simple Arduino setup that creates a sunrise alarm to help you wake up to a simulated sunrise.
Full instructions on how to create your very own Arduino music player and alarm clock have been kindly published by Dejan Nedelkovski with all the code you require.
CodeBender is a browser-based IDE that supports uploading to nearly any Arduino board. You can use the program to copy sample code, browse code uploaded by other users, and even store private ...