Giter Site home page Giter Site logo

marc1uk / boogiesync-tablet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jbedo/boogiesync-tablet

0.0 0.0 0.0 15 KB

A userspace linux driver for using the Boogie Board Sync 9.1 as a tablet input device

License: ISC License

Python 74.27% Shell 25.73%

boogiesync-tablet's Introduction

Introduction

This is an implementation of a userspace driver for using the Boogie Board Sync as a tablet under linux. There are two apps, one for usb input and one for bluetooth. It uses pyusb/pybluez to interface with the device and the UInput system (via evdev for python) to generate input signals. It's still early days, so it may be unstable.

Requirements

  • python
  • pyusb (for usb)
  • pybluez (for bluetooth)
  • evdev

Usage

For the USB app, plug in the device and run the app. If you get timeout errors see the bugs below.

For bluetooth, it should scan for your device so simply running it should work. If not, run blue.py with a specific address (e.g., ./blue.py 00:00:00:00:00:00) which you can discover using "hcitool scan".

Installation

Not sure what of this was required, but:

sudo apt-get install \
  libevdev-dev
  libusb1.0-0-dev 
  libbluetooth-dev
  xserver-xorg-input-evdev
  libinput
  libinput-tools
  xinput
  evtest
sudo pip3 install --user \
  pybluez
  pyusb
  evdev

then create /etc/X11/xorg.conf.d/50-tablet.rules with content:

Section "InputClass"
        Identifier "Boogie Sync BT stylus"
        MatchProduct "boogie-board-sync-pen"
        Driver "evdev"
EndSection

and reboot

boogiesync-tablet's People

Contributors

fphillips avatar jbedo avatar jirkamarsik 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.