Forum Rule: Always post complete source code & details to reproduce any issue!
-
[posted] Predator costume with active 3D head tracking by the plasma cannon
Hi,
I chose Teensy 3.5 because of the incredible power of the mc (120MHz!) and a math coprocessor.
Active head tracking requires a lot of float match to be performed repeatedly and very very quickly to keep the quaternions updated.
Teensy does the job beatifully and is the central brain of the costume animatronics.
About the project:
This is a full-body costume of a Predator with a lot of animatronics, two sound systems, laser sights, etc.
The full project description is available here.
The full source code is here.
A few pictures:
Last edited by arkhipenko; 06-15-2019 at 04:02 PM.
-
I forgot to mention that in the process of developing this, I modified two libraries to make them Teensy-friendly:
https://github.com/arkhipenko/PWM-Se...ver-Library_t3
https://github.com/arkhipenko/MPU9250
Enjoy!
-
Here is a picture of teensy 3.5 located in the backpack part of the costume.
-
Thanks for the modded PCA9685 lib! Going to try it later this week with a Teensy 3.2. Did you have to use the resistors on the RX line between the PCA and the Teensy?
-

Originally Posted by
lerxstrulz
Did you have to use the resistors on the RX line between the PCA and the Teensy?
Yes, I used 2x4.7k pullups for SDA/SCL lines as recommended for the Teensy 3.5 (it is said to have "weak" ones internally).
https://www.pjrc.com/teensy/td_libs_Wire.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules