News

Serial Port Communication tutorial using Java and Arduino (ATmega328P) In this tutorial we will learn how to program serial port of a windows PC using Java programming language. The PC will ...
Communication with the user is established via the serial monitor, and the entered values are continuously updated and displayed. This simple project is a good starting point for understanding Arduino ...
In this tutorial, we are going to learn about the RS485 communication protocol and how to implement it with the two Arduino Nano we have with us and how to use the MAX485 RS485 to UART conversion ...
If you've mastered the art of Arduino, but haven't yet been brave enough to toss in a bit of GSM communication, the how-to guides linked below definitely deserve your attention.
To make things easy for the common user, he wrote a library called EasyTransfer which abstracts packetized serial communications between two Arduino boards.
This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...