Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frederikp/robobrain
Let an Android device control your Arduino via bluetooth
https://github.com/frederikp/robobrain
Last synced: about 19 hours ago
JSON representation
Let an Android device control your Arduino via bluetooth
- Host: GitHub
- URL: https://github.com/frederikp/robobrain
- Owner: FrederikP
- Created: 2015-08-04T11:26:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T11:53:03.000Z (over 9 years ago)
- Last Synced: 2023-12-16T20:41:05.652Z (11 months ago)
- Language: Java
- Homepage:
- Size: 5.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roboBrain
Let an Android device control your Arduino via bluetoothroboBrain is an Android library that makes communication between Arduino and Android devices more comfortable
by adding new abstraction layers. It was created for a project at my university during my bachelor studies.
It may need some more work if you want to use it, but it provides a nice boilerplate for these kinds of projects.
roboBrain depends on the Amarino framework which handles the raw bluetooth communication.
Please see http://www.amarino-toolkit.net/ for reference.roboBrain also allows you to use OpenCV functionality on the android device.
# Project Structure
RoboBrainLib - The core library containing all the reusable stuff.
RoboBrain - Example app using the library
YARP - Example Arduino Code for my robot
# Testing
The robobrain example app and library are tested thoroughly as can be seen in the Jenkins Job: https://upseil.com/jenkins/job/RoboBrainTest/# Builds
Build information for the example app is available here: https://upseil.com/jenkins/job/RoboBrain/