News

The Arduino platform offers a variety of affordable toys used by DIY enthusiasts for simple electronics projects. It is known for being easy to learn and is built on a variant of the C++ programming ...
What do you do, when you need a random number in your programming? The chances are that you reach for your environment’s function to do the job, usually something like rand() or similar. This returns ...
Despite a wealth of tutorials for setting up and writing code for the ESP8266 WiFi module, there has not been much of anything on programming this cheap wireless module with the Arduino IDE. Finally, ...
IoT and wearable devices have become essential tools in our everyday lives. From health monitoring wearables to smart home sensors, they rely heavily on battery power to function. However, optimizing ...
We all like cheap items off eBay especially if they do cool and unusual things, sometimes we get so carried away by the price that we do not even realize that fact that we do not know anything about ...
If you've used Arduino technology, chances are that you've come across libraries written by Adafruit's Limor 'Ladyada' Fried for the many devices and sensors that the company has to offer. Writing ...