refreshable braille display for rendering and input with handtracking
Find a file
2024-02-27 14:54:53 -05:00
firmware/braille_xr brailleMap <key char, value brailleChar> 2024-02-27 14:54:53 -05:00
sk_demo index to char 2024-02-27 14:53:42 -05:00
.gitignore migrate 2024-01-31 01:25:11 -05:00
hack.jpg migrate 2024-01-31 01:25:11 -05:00
LICENSE Initial commit 2024-01-24 01:14:22 -05:00
README.md *required 2024-01-31 11:38:04 -05:00

braille_xr

refreshable braille display for rendering and input with handtracking

[ disclaimer ]
this early repo may require special help/information depending on your setup and prior knowledge - so do not hesitate to reach out to @spatialfree with any questions!

init

required

optional (*if you know what you are doing)

setup

  • enter your wifi credentials in hardware/braille_xr/_wifi_config.h --removing the leading underscore in the filename so it get's included in sketch (and gitignored)
# *on linux make sure you can r/w
sudo chmod 666 /dev/ttyUSB0
  • open the serial monitor and upload the sketch to your board
  • if successful after a series of connection codes it will print out the ip of your device and await input from the sk_demo
  • before running the demo with dotnet run please replace the ip value in sk_demo/src/MonoNet.cs with your boards ip address

currently the demo simply changes the displayed character as the tracked r_hand is moved along the x axis

hardware

  • 6x 9g servos
  • esp32 board / with breakout pins+power for the servos
  • ...

<3

Bryan Chris Brown
StereoNick
Peter Sassaman
Lucas De Bonet (LucidVR)