News

OMC's H19 fiber-optic shield has been adapted as a stackable add-on for the Arduino Uno. It’s designed to simplify the integration of fiber-optic data links into microprocessor-based platforms.
This one is an unusual smart home project, potentially - how to monitor a fish tank’s health with an AI-enabled ultrasonic sensor system. The detailed project is highlighted on Hackser.io and features ...
With the Smart Noise Detection System, this vision becomes a reality. Powered by a combination of ESP32 and Arduino Nano BLE Sense, linked via serial communication.
Devices dedicated to this purpose can be pricey in and of themselves, but enterprising Arduino users have created a brilliant answer. Here's how modders created a home energy monitor from an ...
If you want to make your Arduino project more compact, an Arduino Shield is the answer. The Arduino Shield is a neat piece of hardware that sits on top of your Arduino board. It is typically designed ...
We previously used OLED in many applications; follow the link to learn more. Receiver Side- Interfacing LoRa with Arduino UNO On the Receiver side, we are using the Arduino Lora Shield that we earlier ...
Data is only sent over the serial port by Serial Monitor when the user sends it via the input field. I have only been able to reproduce this on my Arduino Mega, Arduino Uno, and Arduino Due (via ...
[Andrew] wonders why the SerialUSB() function on the Cortex M3-based Arduino Due is so much faster than Serial() on the Uno or Nano, and shares his observations in this short video. He sets up an e… ...