arduino

Arduino-and-microPython

Great things come in tiny packages: Get started with Arduino and MicroPython today

In the past, DIY tech enthusiasts faced limitations when it came to creating small and intricate projects. However, the introduction of technologies like MicroPython and tiny microcontroller boards such as the Arduino Nano revolutionized the field. This enabled makers to build genuinely projects like wearables, miniature robotics, and ultra-thin gadgets, ushering in a new era of innovation. In this article, we’ll explore MicroPython, its utility, the capabilities of the Arduino Nano family, and showcase some shrunken-down project examples.
Read MoreGreat things come in tiny packages: Get started with Arduino and MicroPython today

Simple circuit of object counter using Arduino

This circuit can count number of persons entering a premise or number of objects passing in front of an IR sensor. The code works very nicely and fully tested in our lab. Note that a buzzer for short beeps is connected at pin-2 and the IR sensor is connected at pin-5. The delay in second "if" conditional statement is used to avoid accidental triggering of the sensor.
Read MoreSimple circuit of object counter using Arduino

Beautiful decorative effects of LEDs using Arduino

This is a very interesting project, which you will love to construct using 8 LEDs and Arduino UNO development board. Burn the following code into your Arduino UNO development board and construct the circuit on breadboard as show in following Fritzing drawing. Then connect power to the circuit to see beautiful decorative effects of LEDs.
Read MoreBeautiful decorative effects of LEDs using Arduino