Can you build a robot with Arduino?

Today I will show you how to make a simple robot with Arduino microcontroller that can autonomously avoid obstacles in its path. While there are many ready-made kits available for sale among the vast array of IoT (Internet of Things) components, which include motors, drivers, platforms, microcontrollers, etc., I have decided to assemble the robot … Read more

Implement a Powerful Portable Bluetooth Thermometer with Arduino and DS18B20

Projects using Arduino and DS18B20 are quite common in the realm of the internet. However, today I we’ll build a Bluetooth thermometer by using an Arduino Nano in conjunction with the DS18B20 thermometer, as well as the HC-06 Bluetooth module, to transmit temperature readings to an Android application. The Idea I want to connect the … Read more