Search results

  1. A

    PlatformIO: Huge update for Teensy development platform 3.0.0

    II'll post something here once I get my debugger in house and let you know how it goes. Thus far, the fine pitch soldering to the debug pins on the Teensy 3.2 is proving quite difficult. Hopefully switching to wire wrap will make it somewhat easier. I've also ordered a Teensy 3.6 which should be...
  2. A

    PlatformIO: Huge update for Teensy development platform 3.0.0

    This sounds awesome! I just ordered a JLink debugger to test out the debug features.
  3. A

    Xbee Communication is causing Teensy to halt

    So my setup is as follows: Hardware Teensy 3.2 Xbee S2C Pin Mapping Using Serial1 on Teensy to connect to Xbee. (Pin 0 for TX and Pin 1 for RX) The Xbee also is connected to: Teensy Reset via DIO4 Teensy Program via DIO0 Teensy Pin 17 via A11 ( Example code: #include "Arduino.h" #include...
  4. A

    Xbee Communication is causing Teensy to halt

    Hello, I'm having a relatively curious issue with a custom PCB that I use. It has a Teensy 3.2 and an XBee S2C. I was experiencing an issue where anytime any of my code resulted in an xbee.send(), the program would come to a stop. Initially I thought this behavior was due to a buggy I2C bus...
  5. A

    Teensyduino 1.36 Beta #1 (ARM Toolchain Update)

    I definitely had some issues with the "Fastest" optimize option and a larger code base of ours. We mainly use the OctoWS2811 library but I had significant issues with some fades between LED colors. Once I switched back to the "Fast" or "Smallest Code" option everything performed as expected. I'm...
Back
Top