31 lines
485 B
Markdown
31 lines
485 B
Markdown
# braille_xr
|
|
refreshable braille display for rendering and input
|
|
|
|
## Setup
|
|
|
|
!!! edit _wifi_config.h to setup your wifi credentials first
|
|
```shell
|
|
# + on linux make sure you can r/w
|
|
sudo chmod 666 /dev/ttyUSB0
|
|
```
|
|
|
|
### Hardware Required
|
|
|
|
- 6x 9g servos
|
|
- arduino board / with breakout board for powering the servos
|
|
- ...
|
|
|
|
### Software Dependencies
|
|
|
|
- OpenXR
|
|
- StereoKit
|
|
|
|
## Run
|
|
|
|
```shell
|
|
# ...
|
|
```
|
|
|
|
## Shout-Outs
|
|
|
|
Bryan Chris Brown, StereoNick, Peter Sassaman, Lucas De Bonet (LucidVR)
|