Code Monkey home page Code Monkey logo

lipsync-classic's Introduction

LipSync Classic

As of 2024-Feb-08, this version of the LipSync is now obsolete and has been replaced by the LipSync 4.

The LipSync Classic is an assistive technology device that allows quadriplegics and other people with limited hand function to use touchscreen mobile devices, tablets, and computers by manipulation of a mouth-operated joystick with integrated sip and puff controls. This is an Open-Source Hardware project, so the Lipsync can be made at the community level for less than $300.

Compatibility

Operating Systems Version Release Additional Information
iOS 13.1 September 19,2019 Compatible with iPhone 7 and newer versions (Requires USB to Lightning or USB to USB-C Adapter)
Windows XP,7,10 2001 Compatible with Windows XP and newer versions
Android 4-9 Released 2013 Compatible with Android 4 and newer versions (Requires USB On-The-Go)
MacOS 10 Released 2000 Compatible with Mac OS X 10.0 and newer versions

Download

Resource Version Format Link
LipSync All 3.0 ZIP LipSync.zip
LipSync Assembly Guide 1.6 PDF LipSync_Assembly_Guide.pdf
LipSync Startup Guide 1.8 PDF LipSync_Startup_Guide.pdf
LipSync User Guide 1.3 PDF LipSync_User_Guide.pdf
LipSync Mounting Guide 1.0 PDF LipSync_Mounting_Guide.pdf
LipSync BOM (XLSX) September 1, 2021 XLSX LipSync_BOM.xlsx
LipSync BOM (CSV) September 1, 2021 CSV LipSync_BOM.csv
LipSync Firmware 3.0 INO LipSync_Firmware.ino
LipSync Interface Board Layout 2.71 BRD LipSync_Interface_Board.brd
LipSync Interface Board Schematic 2.71 SCH LipSync_Interface_Board.sch
JLCPCB LipSync Interface Board Gerber 2.71 ZIP JLCPCB_LipSync_Interface_Board.zip
OSHPark LipSync Interface Board Gerber 2.71 ZIP OSHPark_LipSync_Interface_Board.zip
PCBWay LipSync Interface Board Gerber 2.71 ZIP PCBWay_LipSync_Interface_Board.zip
Seeed Fusion LipSync Interface Board Gerber 2.71 ZIP Seeed_Fusion_LipSync_Interface_Board.zip
Housing_design 3.0 STL LipSync_Button.STL
LipSync_Front_Housing.STL
LipSync_Joystick_Base.STL
LipSync_Joystick_Front.STL
LipSync_Joystick_Rocker.STL
LipSync_Joystick_Jig.STL
LipSync_Rear_Housing.STL
3D_Print_Settings.txt

Resources

Resource Link
LipSync Firmware and Calibration Video Video
LipSync Joystick Calibration Video Video
LipSync Build Video Video

License

Copyright (c) 2016-2024 Neil Squire / Makers Making Change.

This repository describes Open Hardware:

You may redistribute and modify this documentation and make products using it under the terms of the CERN-OHL-W v2. This documentation is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-W v2 for applicable conditions.

Source Location: https://github.com/makersmakingchange/LipSync-Wireless

Attribution

The LipSync was designed by Neil Squire Society / Makers Making Change. The initial development of a 3D printable LipSync was supported by the Google Impact Challenge: Disabilities grant from Google.org. Further development was supported through the Government of Canada's Innovation Science and Economic Development Assistive Technology Program. These and other funders have also enabled Neil Squire / Makers Making Change to deploy numerous LipSyncs to users at reduced cost.

The LipSync firmware utilizes the Arduino development platform, an open-source electronics platform based on easy-to-use hardware and software. Arduino is developed and maintained by the Arduino community, and the project wouldn't be possible without their contributions. Arduino is a registered trademark of Arduino AG. For more information about Arduino and to contribute to the community, visit the official Arduino website at www.arduino.cc.

Contributors

  • Milad Hajihassan, Neil Squire Society / Makers Making Change.
  • Jake McIvor, Neil Squire Society / Makers Making Change.
  • Kristina Mok, Neil Squire Society / Makers Making Change.

About Makers Making Change

Makers Making Change Logo

Makers Making Change is a program of Neil Squire, a Canadian non-profit that uses technology, knowledge, and passion to empower people with disabilities.

Makers Making Change leverages the capacity of community based Makers, Disability Professionals and Volunteers to develop and deliver affordable Open Source Assistive Technologies.

Contact Us

For technical questions, to get involved, or to share your experience we encourage you to visit our website or contact us.

lipsync-classic's People

Contributors

chadleaman avatar currenz avatar igourlay avatar jakemcivor avatar kant avatar markingle avatar milador avatar mmc-km avatar mmc-sm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lipsync-classic's Issues

Headers not reaching in step 46 of assembly

Hi,

I'm at the tail end of assembling a lipsync, and have hit a small roadblock. Step 46 in the manual shows joining the joystick input onto the main PCB. When I try to do this, the headers just barely reach, and I doubt they will stay joined through prolonged use. Not unexpected, since the right angle headers are just from a drawer in my office.

My first guess to address this is to just solder the headers together, if the system needs to be serviced later they'll have to be removed and possibly replaced. But in Step 47 there's.. something else there. I can't tell from the picture, but it looks like the headers have been boosted another mm by something. Is there any documentation you can give me about that, or am I looking at the image wrong?

Thanks!

LED 4 and 5 are not assigned to the correct constant

#define LED_1 4 // LipSync LED Color1 : GREEN - digital output pin 5
#define LED_2 5 // LipSync LED Color2 : RED - digital outputpin 4

Should be .....

#define LED_1 5 // LipSync LED Color1 : GREEN - digital output pin 5
#define LED_2 4 // LipSync LED Color2 : RED - digital outputpin 4

Sources for PDFs are not available in this repo?

There are a few places where I could help out in the documentation of the LipSync device. However, the LipSync repo only contains PDFs and not any editable sources (I don't own a license for any Adobe products, perhaps that is the prerequisite to updating the docs).

It would be great to have easily editable documentation in a format such as Markdown or similar, and then a process by which that input format can be transformed into other formats such as PDF.

Proposal for this might look like:

  • Create a /doc/ folder in the repo.
  • Re-create the PDF content in a Markdown file each and save them in the /doc/ folder.
  • Add a script that allows people to use tools such as Pandoc to convert them to PDF.
  • Consider a 'release' process that would create a zip file containing the PDF documentation.

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.