Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

wrussell1999/bluetooth-ev3-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluetooth Android Client for connecting to EV3 robots

Client app

Usage

The EV3 sends the app an SVG as a string. The app creates an SVG using the caverock SVG library, and displays it in an SVGImageView.

Make sure your device is not on WiFi or Mobile Data for best results.

Before you use the app, you will need a ServerSocket running on the EV3 waiting for the client to connect.

  1. On the EV3, search for your device in Search/Pair.
  2. Once found, select your device and select again with the default code (probably 0000). It will prompt a code on your device. Just press "Confirm".
  3. Once successfully connected, go to the EV3 on your Android phone and tick "Internet access".
  4. If you have a terminal on your phone, you can type "ping IP displayed on EV3 home screen" to see if you have connected properly.
  5. Use the app.

Find it on Google Play