/Ardutooth-Piano-Keyboard

A basic keyboard Android app that controls, using bluetooth connection, an Arduino circuit to play sounds. The entire project is based on Ardutooth library, to manage bluetooth connection.

Primary LanguageJava

Basic Keyboard w/ Android and Arduino

A basic keyboard Android app that controls, using bluetooth connection, an Arduino circuit to play sounds. The entire project is based on Ardutooth library, to manage bluetooth connection. You can find Ardutooth library here: Ardutooth

The circuit

Components

  • 1 Arduino (UNO rev 3 in pic)
  • 1 Bluetooth module (HC-06)
  • 1 Piezo
  • Wires

The circuit

The Application

The application is a very light and has a simple interface. Source is in the "Android Project" folder.

The Application The Application