Alternate arm boards that use teensy processor

Status
Not open for further replies.

Gadget999

Well-known member
Is there a different type of board that uses the teensy processor ?

I like Teensy because it is fast, small and i can program it with the arduino ide

Ideally i want a board with relays, analogue channels and several 12bit pwm channels
I would also like to add high speed counters.

There are boards like this available from places like olimex, but i doubt any of them are compatible with the arduino ide ?
 
Is there a different type of board that uses the teensy processor ?

I like Teensy because it is fast, small and i can program it with the arduino ide

Ideally i want a board with relays, analogue channels and several 12bit pwm channels
I would also like to add high speed counters.

There are boards like this available from places like olimex, but i doubt any of them are compatible with the arduino ide ?

Have you investigated whether the Teensy already has what you want? Perhaps there isn't an Arduino method to do what you want, but you do have access to the raw machine.

In terms of relays, you can either kit up the Teensy to attach to the relays directly, or you can solder in the Adafruit Teensy -> Feather adapter, and use the Adafruit feather wing relays:

According to my notes on the different Teensies:
  • Teensy 3.2: 12 PWM pins, 8 hardware timers;
  • Teensy 3.5: 20 PWM pins, 14 hardware timers;
  • Teensy 3.6: 22 PWM pins, 14 hardware timers;
  • Teensy LC: 10 PWM pins, 7 hardware timers.

The datasheets for the various processors are in:
 
Status
Not open for further replies.
Back
Top