ashtuchkin / vive-diy-position-sensor

Code & schematics for position tracking sensor using HTC Vive's Lighthouse system and a Teensy board.
MIT License
916 stars 110 forks source link

Receiving sensor position data #50

Closed HiruniNuwanthika closed 4 years ago

HiruniNuwanthika commented 6 years ago

Hi, I have cloned your project, compiled and created the hex file. How can I get the sensor position details in to the command line? Teensy_loader_Cli is not working on my PC. I'm working on windows 10 and I have used Teensy 3.2 same as you.

Thank you!!!

ashtuchkin commented 6 years ago

Hey Hiruni, does the official uploader app work for you? https://www.pjrc.com/teensy/loader.html

Try to load some other program first, see if it works.

-- Alexander Shtuchkin

On Mon, Jun 11, 2018 at 7:08 AM, HiruniNuwanthika notifications@github.com wrote:

Hi, I have cloned your project, compiled and created the hex file. How can I get the sensor position details in to the command line? Teensy_loader_Cli is not working on my PC. I'm working on windows 10 and I have used Teensy 3.2 same as you.

Thank you!!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ashtuchkin/vive-diy-position-sensor/issues/50, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmVHayAzujCXa6nrFZoCRlZ1L3EnWVpks5t7nnegaJpZM4UixAZ .

HiruniNuwanthika commented 6 years ago

Hi Alexander, Thank you for answering..

I have tried few programs with Teensy loader as well as the Teensyduino. Blink _fast and Blink_slow programs with Teensy loader Simple program with a photo diode circuit using Teensyuino.

What should I do to run a program in teensy_loader_cli? Can you please help me?

Thank you!!!

HiruniNuwanthika commented 6 years ago

I could solve the problem by reinstalling mingw in windows and running the teensy_loader_cli_windows. Now I can run .hex files from command prompt.

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

Thank you!!!

jayaramanrp commented 5 years ago

how did you create .hex file?

HiruniNuwanthika commented 5 years ago

yes... It worked for me

On Mon, May 27, 2019 at 3:26 PM Jayaraman r p notifications@github.com wrote:

how did you create .hex file?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ashtuchkin/vive-diy-position-sensor/issues/50?email_source=notifications&email_token=AEYGYTTA5YVBCYCI7HQNUKDPXOV6DA5CNFSM4FELCAM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWJLZFQ#issuecomment-496155798, or mute the thread https://github.com/notifications/unsubscribe-auth/AEYGYTVX7ST2OA32TRJGCT3PXOV6DANCNFSM4FELCAMQ .

luoxz-ai commented 2 years ago

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 ?

luoxz-ai commented 2 years ago

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