Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 4.16 KB

README.md

File metadata and controls

95 lines (68 loc) · 4.16 KB

NanoPlayBoard Android App

Simple Android app to experiment and play with the Arduino Nano Play Board. The Arduino Nano Play Board is a board designed by Antonio Morales and it was designed for an introductory workshop about soldering organized by HackLab Almería. You can see the gallery of images here.

The Arduino Nano Play Board is an excellent educational resource for those students who want to learn basic electronic and programming.

The aim of this Android app is to expand the possibilities of the use of the Arduino Nano Play Board, by allowing you to interact with the sensors and actuators available on the board or even interact with other elements connected to Internet.

For more information about the board please visit us at:

For more information about the project please visit us at:

upperside underside

What do I need to use it?

USB OTG version

USB OTG

  • Arduino Nano Play Board.
  • Arduino Nano + USB cable.
  • USB OTG cable.
  • Android device (version >= 4.1.x)

Bluetooth version

Bluetooth

  • Arduino Nano Play Board.
  • Arduino Nano.
  • Arduino compatible Bluetooth module (HC-05 or HC-06).
  • Android device (version >= 4.1.x)

Demo video

Coming soon...

Screenshots

Potentiometer LDR RGB LED Buzzer Led Matrix Led Matrix Pattern Led Matrix Voice

Libraries used in this project

License

Copyright 2016 José Juan Sánchez

Licensed under the GNU General Public License, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.