Search results

  1. M

    Teensy recommendation

    I'd like to learn more about firmware and wanted to know which Teensy board would work for this. CLIENT_CODE <---- USB communication ----> SOME_HID_DEVICE where: CLIENT_CODE: i plan to write in either rust, c/c++, or python SOME_HID_DEVICE: i would like a recommendation on what boards can...
  2. M

    teensy 2.0 with HID

    Thank you for the detailed explanation Burly!! I will try this tonight and i'm guessing it'll be "on to the next hurdle" :)
  3. M

    teensy 2.0 with HID

    aloha everyone! i got a teensy 2.0 and am trying to port my project from a adafruit trinket (attiny85) to a atmega32u4. the attiny85 does not have USB support so i was using VUSB to do it in software. since the atmega32u4 does support USB, i was planning to try and use/learn about that. i...
  4. M

    teensy bootloader

    yes, i have both (teensy and trinket) and started to dive into projects (aka learning experiences) for both.
  5. M

    teensy bootloader

    i know teensy has it's own bootloader, but is there a bootloader out there that is compatible with avrdude? wanted to learn more about bootloaders and it seems avrdude is opensource, but the one on the teensy is closed.
  6. M

    VUSB and Teensy

    Has anyone tried to use vusb (http://www.obdev.at/products/vusb/index.html) with teensy 2.0 or 3.0? wondering if this works with these boards? If so, does anyone have a working example?
  7. M

    Emulating a USB HID Device

    I'd like to try an emulate a USB HID device (a pedometer). I know the vendor ID and product ID of what I want to emulate. My questions are: 1. Is it possible to program the Teensy with a specific vendor and product ID? I'm guessing yes, since it can emulate a keyboard and mouse. 2. Can I write...
  8. M

    Tool chain for teensy 3.0

    Since this board does not use an AVR processor, what tool chains are available for Mac, Linux, and Windows to create code (.HEX) to be loaded on the ARM Cortex-M4?
  9. M

    Teensy 3.0 Newb: Can't see half kay boot loader

    Hi Alan, I just ordered my Teensy 3.0 and I was reading some forums. I d/l the arduino software from kickstarter. However, I don't see the "loader" feature in there. Can you point me to it? I'm using a Mac w/ Mountain Lion, but I doubt that should matter... I assume the loader lets me upload a...
Back
Top