Back to Basic – Mini CNC Plotter

There are many projects and tutorials related to recycle old CD/DVD players into a mini CNC Plotter based on Arduino.

I have become too concerned with complicated details or new things, and now I should concentrate on basic, simple and important ideas. Getting back to basics, to start learning CNC, today I’d like to share how to easily build your own low-cost Arduino Mini CNC Plotter. With my version, I used the spring part of stapler as a main component for pen lift. During the process of doing this, I have referenced from many sources, studied & tried to clarify some point hard to grasp.

Read more…

DIY Smart Lock with Arduino and RFID

You walk up to an invisible lock that only you have the key for, and open it without even touching it. Sounds cool? Today we are going to build a simple RFID-based smart lock using an Arduino as the backbone and a few cheap components.

The technology behind this project is already used in many industries. Anyone who has worked in a modern office or used public transport will probably have used it every day. RFID (radio-frequency identification) identifies data stored on a chip in a card or dongle, and compares them to a list of tags that have already been scanned.

Read more…

Arduino Network Tester

How many times you wanted to know if an Ethernet plug or port has internet connectivity and you had to bring your laptop or a cable from the next room to check? And how many times the only tools available were the simple Network Cable tester and your provider’s Modem or Router? For me that was a common issue and of course there was no easy, “plug and play” solution (at a reasonable price!!). Taking these into consideration I decided to give a solution by making a simple optimization to the most common Network tool. Arduino Network Tester, extends the functionality of the well-known Network Cable tester by adding DHCP, DNS and Internet connectivity tests using an Arduino Pro Mini and a W5500 Ethernet Shield with an overall cost of less than €15!

Read more…