Select Page

DIY Online Security Camera!

In this project I will show you how to combine an ESP32-CAM with an ordinary security camera housing in order to create an online security camera. That means I will show you how to use the ESP32-CAM board in order to take pictures and then I will show you how to...

Associate Matlab File

Download Save this code below as .m file       function associateFiles(action, userExtList, fileStr)   % associateFiles(action, extList, fileStr) % % Makes a registry files that can be used to set correct file associantions on % a windows platform....

How to Measure AC Voltage with Arduino

Arduino has the ability to measure voltage using analog input pin. For Arduino UNO, there are 6 analog input pins (A0-A5) where you can use one of the pins to measure AC voltage. Arduino NANO has 8 pins while Arduino MEGA has 16 input pins. The analog input pins will...