I'm trying to reprogram a teensy remotely (ssh'd in) however i is not working. Though when I tried it on my machine it worked fine
Bus 005 Device 016: ID 16c0:0483 Van Ooijen Technische Informatica Teensyduino Serial...
The only dynamic memory is in the NeoPixel constructor, which allocates the RGB/RGBW storage for the strand. Then it's just setting pixels, and reading some analog pins
So a bit of a switcheroo happened to me. I thought I had this figured out, but they swapped the LC with 4.0 on the production boards, so we went from a little RAM to a LOT. I had computed the number of leds and the...
I have a a few Teensys that are in the field. (Indoor factory environment) that control things like lights. I open the serial device /dev/ttyACM0 and write out a struct to control these lights. Eventually the moduel...
Yes, we need to update the code on the Teensy via ansible. (https://www.ansible.com/)
Quick supplemental question:
The export sequence export two ex files,
project.ino.with_bootloader.yun.hex
project.ino.yun.hex...
We will have about ~150 teensies to manage. We will compile code, then distribute the code to the computers that host the teensy.
How can we load code on the teensy from the command line. The UI is not availble.
I...