News

OMC has launched a fibre optic transceiver shield for Arduino Uno, designed to work with PMMA (polymer) optical cables up to 25m long, plus demonstration software ...
The Arduino GIGA Display Shield is a 3.97-inch RGB touchscreen display designed for the Arduino GIGA R1 WiFi board introduced a few months ago with an STM32H7 dual-core Cortex-M7/M4 microcontroller ...
To connect an LCD to an Arduino without using an I2C module, you'll need to connect the LCD directly to the Arduino using its parallel interface. Below is a guide to help you achieve this: Hardware ...
The most popular display system widely used in Arduino projects is the liquid crystal display (LCD). LCD displays consists primarily of two sheets of polarized glass plates with a thin layer of liquid ...
After playing around with my Arduino I quickly realised every project I had made required an LCD display. I set about making a LCD Shield to go on top of a standard Arduino. The circuit uses a 16x2 ...
A few years ago, the most common method to put an Arduino project on the web was to add a small router loaded up with OpenWrt, wire up a serial connection, and use this router as a bridge to the In… ...
Arduino devices have had the option of a GSM linkup for awhile, but getting that cellular link to truly strut its stuff hasn't always been easy, even for those of us who'd be inclined to program ...