Coder Social home page Coder Social logo

roomba_client's Introduction

roomba_client

Build Status Coverage Status

Prerequisite

Make sure your Roomba has RooWiFi module(http://www.roowifi.com/) so that it can be operated by using socket TCP/IP communication.

Installation

Simply clone this repository first.

$ git clone https://github.com/hiroki-sawano/roomba_client.git
$ cd roomba_client

Then, you need to modify properties in application.yml(at least roomba.ip).

src/main/resources/application.yml

# roomba_client's specific settings
roomba:
  # your Roomba's ip address 
  ip: 192.168.0.19
  # your Roomba's port number
  port: 9001
  # serial sequences in the select box, 'Selectable Sequence'
  sequences:
    start_and_safe: 128 131
    start_and_full: 128 132
    clean: 135
    max: 136
    spot: 134
    seek_dock: 143
    song: 140 0 7 76 16 76 32 79 16 79 16 77 16 74 16 72 32
    play: 141 0
    end: 128
    daily_schedule: 167 62 0 0 12 0 12 0 12 0 12 0 12 0 0 0

Lastly, type the following command to start the app.

$ ./gradlew bootRun

How it works

Step1 : Fill in a command's name and either choose a serial sequence in the select box or input arbitrary numbers.
(For information on The Roomba Open Interface(OI), please refer to http://www.irobot.lv/uploaded_files/File/iRobot_Roomba_500_Open_Interface_Spec.pdf.)

Step2 : You can add the command to the data table on the bottom of the page by clicking on 'ADD COMMAND' or send it to your Roomba immediately(w/o saving it) by clicking on 'EXECUTE COMMAND'.

Multiple commands execution

Execute all the command you added

Immediate command execution

Execute a command immediately

roomba_client's People

Contributors

savvan0h avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.