ashtuchkin / vive-diy-position-sensor

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

Arduino #39

Closed bridger35 closed 6 years ago

bridger35 commented 6 years ago

Is there a way to change this to Arduino?

ashtuchkin commented 6 years ago

Probably yes, for ARM-based Arduinos like Duo. But you'll have to create a new "platform" directory with all the wiring specific to that controller.

-- Alexander Shtuchkin

On Wed, Jan 17, 2018 at 2:39 PM, bridger35 notifications@github.com wrote:

Is there a way to change this to Arduino?

— 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/39, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmVHXM4GWeioS3y9DtkrvHAvJg_D7pHks5tLnaOgaJpZM4RiGaI .

bridger35 commented 6 years ago

Thanks, I will look into that

Aaryan90 commented 6 years ago

What advantage do ARM-based microcontrollers have over others (say ESP 8266, Arduino) for this specific implementation? I am looking to port this functionality into nrf52832 BLE chip.

ashtuchkin commented 6 years ago

Nice! I'm accepting pull requests if you're willing to share the code.

Wrt advantages - none really, except maybe that arm is generally faster than arduinos and I worried that arduinos won't be fast enough. I also had more experience with arm, so chose it as the target.

On Fri, Jun 1, 2018, 12:56 Aryan Saini notifications@github.com wrote:

What advantage do ARM-based microcontrollers have over others (say ESP 8266, Arduino) for this specific implementation? I am looking to port this functionality into nrf52832 BLE chip.

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

jayaramanrp commented 5 years ago

where we have to modify the code inorder to add IMU in this project?