vive-diy-position-sensor icon indicating copy to clipboard operation
vive-diy-position-sensor copied to clipboard

How to use tycmd in windows ?

Open luoxz-ai opened this issue 3 years ago • 9 comments

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?

luoxz-ai avatar Feb 17 '22 01:02 luoxz-ai

upload releases tag v1.0-alpha2 vive-diy-position-sensor.hex , how to output the position to the screen?

luoxz-ai avatar Feb 17 '22 03:02 luoxz-ai

How to use tycmd in windows ?

I don't know, I don't use windows.

How can I configure the module as you stated in https://github.com/ashtuchkin/vive-diy-position-sensor/blob/docs/docs/manual.md ?

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.

Can the arduino serial port be able to view the debug output information?

No, only serial over usb at this point.

upload releases tag v1.0-alpha2 vive-diy-position-sensor.hex , how to output the position to the screen?

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.

ashtuchkin avatar Feb 17 '22 05:02 ashtuchkin

vive_sensor_breadboard.pdf

#68

Is this breadboard schematic correct?

luoxz-ai avatar Feb 17 '22 06:02 luoxz-ai

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?

luoxz-ai avatar Feb 17 '22 06:02 luoxz-ai

https://www.pjrc.com/teensy/tutorial3.html

arduino usb Serial?

luoxz-ai avatar Feb 17 '22 06:02 luoxz-ai

https://www.pjrc.com/teensy/usb_serial.html

serial_install.exe

USB: Virtual Serial Port?

https://www.pjrc.com/teensy/td_serial.html

Using teensydino USB Serial Communication?

luoxz-ai avatar Feb 17 '22 06:02 luoxz-ai

https://github.com/Koromix/tytools/releases

#53

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). than you can use the above linked commands in said config mode.

luoxz-ai avatar Feb 17 '22 07:02 luoxz-ai

For schematics, please use the one in the README.md (right below the words "Full schematics:"). This project does not support Arduino. Only Teensy or Particle.

Can you interact with the command to get the location debugging information and output it to the screen?

Yes. Specifically the following configuration line does it (note "usb_serial"):

stream0 position object0 > usb_serial

I'm not sure what you're asking in the other questions.

ashtuchkin avatar Feb 17 '22 07:02 ashtuchkin

image

image

Is there a schematic diagram of a simple panel?

luoxz-ai avatar Feb 21 '22 13:02 luoxz-ai