-
Notifications
You must be signed in to change notification settings - Fork 110
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
How to use tycmd in windows ? #82
Comments
upload releases tag v1.0-alpha2 vive-diy-position-sensor.hex , how to output the position to the screen? |
I don't know, I don't use windows.
When you establish serial connection, press enter, it should show you the prompt ("> "). After that, enter your hardware configuration as written in the manual. See also #65, #73.
No, only serial over usb at this point.
After you connect your teensy/particle to the the sensor and enter the hardware configuration via serial-over-usb, it will wait for the "fix" and start outputting position to whatever port you set in the hardware configuration. |
Is this breadboard schematic correct? |
The arduino is also connected through the usb serial port. Can you interact with the command to get the location debugging information and output it to the screen? |
https://www.pjrc.com/teensy/tutorial3.html arduino usb Serial? |
https://www.pjrc.com/teensy/usb_serial.html USB: Virtual Serial Port? https://www.pjrc.com/teensy/td_serial.html Using teensydino USB Serial Communication? |
https://github.com/Koromix/tytools/releases Use tytools (if i remember correctly the command should be 'tycmd monitor') with this you acces the teensy, to exit debug mode (in case you start in it) type '!' (this should put you in config mode). |
For schematics, please use the one in the README.md (right below the words "Full schematics:").
Yes. Specifically the following configuration line does it (note "usb_serial"):
I'm not sure what you're asking in the other questions. |
How to use tycmd in windows ?
How can I configure the module as you stated in https://github.com/ashtuchkin/vive-diy-position-sensor/blob/docs/docs/manual.md ?
Can the arduino serial port be able to view the debug output information?
The text was updated successfully, but these errors were encountered: