elements



Google reduces recaptcha free tier

  • 469 Views
  • 1 min read

reCAPTCHA, a service by Google designed to protect websites from spam and abuse, has been predominantly free for most sites. While enjoying the free tier limits of 1 million assessments per month, leading to near-universal implementation on millions of websites, it appears that a change is imminent starting April 1st, 2024.

Merry Christmas and a Happy New Year!

  • avatar
  • 469 Views
  • 1 Like
  • 1 min read
Preview post image

Wishing you a festive Christmas filled with warmth, laughter, and the company of loved ones. May the spirit of the season bring peace and happiness to your heart. As the year concludes, welcome the promise of a fresh start and a new chapter in the coming year. May the New Year be adorned with success, good health, and countless moments of happiness. Merry Christmas and a Happy New Year to you and your loved ones!

Using Arduino Serial Plotter tool

  • avatar
  • 377 Views
  • 4 mins read
Preview post image

Arduino, a well-known name in the world of electronics enthusiasts, offers a user-friendly platform for experimenting with electronic projects. Within the Arduino toolkit, the Arduino Integrated Development Environment (IDE) is a crucial component, featuring a valuable tool known as the Serial Plotter. In this article, we'll explore the practical applications of the often-overlooked Serial Plotter and how it serves as a dynamic and insightful tool for visualizing real-time data in Arduino projects.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

Getting started with Arduino Zero

  • avatar
  • 337 Views
  • 6 mins read
Preview post image

Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language and the Arduino Software (IDE).

Keeping real-time clock with mini DS3231 on Arduino

  • avatar
  • 336 Views
  • 11 mins read
Preview post image

When it comes to accurate timekeeping in the world of electronics, the DS3231 real-time clock (RTC) module is a reliable and precise solution. This compact yet robust module not only keeps time with exceptional accuracy but also integrates smoothly with popular microcontrollers like the Arduino Nano. In this article, we'll explore the features, wiring, and potential applications of the DS3231.