Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm all USB modules #6

Open
4 of 5 tasks
Frijol opened this issue Jul 19, 2015 · 3 comments
Open
4 of 5 tasks

Confirm all USB modules #6

Frijol opened this issue Jul 19, 2015 · 3 comments
Assignees

Comments

@Frijol
Copy link
Member

Frijol commented Jul 19, 2015

Ensure we have recommended USB module (vendor), npm package, and any necessary documentation for every planned USB module.

  • Camera
  • Bluetooth low energy
  • Cellular modem
  • Audio
  • Storage
@tcr
Copy link
Member

tcr commented Jul 21, 2015

I'm going to write this out here, but we can migrate the content later.

Camera + Audio: both of these will be served by the "audiovideo" module which serves to do both video/audio recording/playback. ("Video playback" is a non-issue for Tessel, but may be useful outside of Tessel)

BLE: we will be using "noble". Noble has poor Windows support, because Windows has poor BLE support.

Cellular: this is actually just a small extension to tessel's ap/sta functionality. It requires some additional support. Track on tessel/cli

Storage: track on tessel/cli what we do about auto-booting. We also probably want a library or examples about detecting and iterating through storage endpoints, since in general we won't be writing to the OpenWRT fs.

@Frijol
Copy link
Member Author

Frijol commented Jul 21, 2015

Ok. There is a space for each of these within the modules.json, so a PR would be helpful for ones that are finished. And then technical-io needs to show packages for USB modules, which I can work on

@johnnyman727
Copy link
Contributor

Here is a write up on using BLE over USB from a while back:
https://docs.google.com/document/d/1AJ-OxPyHUa4dKYxGvBJWtfWV9y5biSNelj8UFVPsLs0/edit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants