Tag Archives: Android


Portable Bluetooth-enabled scrolling LED matrix display- Part 2

In Part 1 of this project, we described the construction of Easy Matrix, which is a cascadable 8×8 LED matrix display with MAX7219 chip on board. We developed an Arduino sketch for scrolling text display, whereby the Arduino receives text messages from its serial port and displays the message on a 8×40 LED matrix constructed by daisy-chaining five Easy Matrix modules. The Arduino firmware is also capable of receiving user commands for controlling the scrolling speed and brightness level of the display. In this part, we will discuss about extending the project to cascade 8 Easy Matrix modules and control the display over a Bluetooth connection.

My 3 year old son uses this often to learn alphabets and numbers

My 3 year old son loves to watch scrolling alphabets and numbers on the display

Read more

Two way Bluetooth between Arduino and Android

This instructable describes an Android application named Andruino that can be used to control an Arduino board from an Android phone. It’s both an Android app and an Arduino program, and provides a simple user interface to control Arduino’s digital and PWM, send text commands to Arduino, and receive data from  Arduino over Bluetooth serial using the popular and inexpensive HC-05 Bluetooth serial module.

Two way communication between Android and Arduino