Thanks! I forgot to mention that I have the 3.2. I'll add a voltage divider to rescale it.
Type: Posts; User: joecarb89
Thanks! I forgot to mention that I have the 3.2. I'll add a voltage divider to rescale it.
Hi all, I am trying to read a 0 to 5V analog signal and I'm a little confused about the max voltage of the analog pins. I read that the Teensy is 5V tolerant on the digital pins and pins 14 to 23 and...
Thanks! I just installed a separate copy of 1.6.9 (but not the Teensyduino beta yet). I get a lot of errors for my older attiny cores and a lot of warning about invalid libraries but it seems most of...
myservo.attach(700,2400); works and gives very close to 180 degrees of movement. I am running my micro servo off the 3v output from the teensy but there is no jitter, which is very important for my...
Woah, awesome support! I just did a quick test and it works! The servos bind at one extreme but I believe that will be an easy fix. I will test it with higher quality servos and see how it performs...
The teensy will be performing a lot of math, I am unsure of how CPU intensive pulse position is. I also I do not have any 164 shift registers on hand but I could give it a shot though. The 164's are...
Hi all,
I am currently working on a hexapod with 24 servos. It is a project I have been working on a little bit here and there for a few years. Originally I was going to use the Arduino...
I hate to revive an old thread but how come the 3.1 doesn't work with the servo mode? Is there anyway to fix it?
My project requires me to drive 24 servos and do a lot of floating point math. I...