A video to demo the project followed by some explanation and the source code. The LCD will prompt the user to input the Year followed
Author: AnthonyC
Playing a short music tune with PIC10F200 microcontroller
I will be using a piezo buzzer which I bought from Cytron Technologies. There are 2 types of buzzer, piezo and electromagnetic. Among the 2
Using Raspberry Pi camera (NOIR) and the power of Python and OpenCV TO BUILD A HOME SURVEILLANCE CAMERA – PART 3 OF 4 – USING OpenCV motion detection capability to trigger video recording, no need PIR sensor
Motion Detection script using the power of Python and OpenCV. Due to the problem of false triggering by the PIR motion sensor, I have decided
Using Raspberry Pi camera (NOIR) and Python to build a home surveillance camera – Part 2 of 4 – Using PIR motion sensor and using external usb Flash drive as storage for surveillance data
This post is about using Raspberry Pi and HC-SR505 PIR sensor to record surveillance images and videos.The 1st script uses the SD card as a
Using an array as a function parameter in C++
Passing an array as a parameter in C++ function (fn) will result the passed array to become a pointer to the index 0 element (
Array Rotation in Python
One of the method: Cut out the number of elements to be rotated, and combining with the remaining elements in the array by placing the
