I develop on Linux (ubuntu) and I've been using Teensy 3.1 for a number of project and have come to rely on using the USB port for debugging as ttyACM*. Maybe it's good that I've been buying my more...
Type: Posts; User: timbo
I develop on Linux (ubuntu) and I've been using Teensy 3.1 for a number of project and have come to rely on using the USB port for debugging as ttyACM*. Maybe it's good that I've been buying my more...
This was extremely helpful. thanks TimJ.
I followed the install instructions and it all went very smoothly. I don't see anywhere on the platformio.org site to ask questions specific to...
Please be much clearer about this instruction. Are you saying we can change "teensy_template" to another name, and where this old name
appears in .project and .cproject? Why would I want to...
Hi Paul,
We chosen the Odroid U3 Arm platform with Xubuntu for our system and would like to offload some IO work to a teensy. So the desire is to get the toolchain on the U3 Arm for...
tlb,
Thank you for taking the time to help and try and over all that I asked.
Since posting my questions I have experimented with some unqualified hints from a post and they seem to work,...
Hello,
I have GPIO interrupt questions (I'm using Teensy 3.1, Ubuntu 12.04, and switching between teensyduino (based on Arduino 1.05) and Eclipse Arduino IDE [EAI] (based on Juno and Arduino...
Hi,
Where can I find a reference for ALL interrupt related functions that are available. The teensyduino interrupt.h file is empty, PJRC website has a page on using interrupts but it's not...
RichardFerraro,
How are you resolving cli() and sei()? When I put these in my sketch to do not resolve. Thanks
Hi
I've been crawling around this site and doing Google searches to ramp up on Teensy 3.1. I've benefited from the community support and PJRC through web posts.
I've frequently comeback to...
Pedvide,
Your library appears to have a rich set of functions for ADC. Thanks for your effort. I'm gearing up to use ADC on Teensy 3.1 and I was cramming on the subject when I came across...
Thanks for the responses. I hope it's becoming evident from this and other posts that there's interest in having a more full-featured IDE/tool chain and hardware debug options. The Eclipse Arduino...
Hi,
I replaced my boards.txt file created during the installation process with the one you provided, but the project would not compile.
In an effort to provide you with as much information as I...
Hi,
kudos to Jantje for Eclipse Arduino IDE and thanks to headroom for instructions pages. I've finally gotten all of the steps done and I appear to be able to build the blink example. I'm...
Hi,
It's been suggested that I try Teensy on project to build an adapter to connect a high bandwidth USB device, i.e. Laser,
to wifi wireless, so I can eliminate cables. I've purchased...