We have been building art cars (mutant vehicles) for Burning Man for many years. Our current one is based on a solar electrified Worksman side-by-side tricycle. For night driving it is illuminated...
Type: Posts; User: lorencc
We have been building art cars (mutant vehicles) for Burning Man for many years. Our current one is based on a solar electrified Worksman side-by-side tricycle. For night driving it is illuminated...
Spoke too soon. Macbook doesn't see them on any port.
"No Teensy boards were found on any USB ports of your computer."
Program button gets the bootloader LED to flash and flicker for a bit.
Curious how I might have clobbered the USB state.
At least now I can do more than 5 experiments. :-)
----------------------------------------
Sketch only, no pins, just a timing test.
Worked perfectly. Recoverd both of them.
Thanks much.
Not sure where to post this.
This sketch bricked two brand new T4s.
#define MIN_LAG 1
#define MAX_LAG 21
#define N_LAGS (MAX_LAG-MIN_LAG+1)
Thank you. That's exactly what I wanted.
I do a lot of bit banging and I'd like to see the PORTx / pin map for the 3.5/3.6 devices.
The map for the 3.1/3.2 devices has been real handy.
Wahoo!
Thanks a bunch.
Just verified it.
p.s. Teensy 3.1 @ 96 MHz.
Loren
Zeroing the buffers when I release them and still I get -1.
Checked all the solder connections.
The ground lines are all tied, so that's not it.
Is there some API setting I'm missing.
Thanks for the info.
Both use SDA & SCL. Is there a proper way to use both?
Feeding a 1V pp 1 KHz square wave into LineIn. All I get is -1. Any ideas?
-----------------------------------------------------------------------------------------
#include <Audio.h>...
[QUOTE=PaulStoffregen;93845]I just measured the current for Teensy 3.1 with two audio shields running the PassThroughQuad example. 67 mA. No SD card was present.
Even though both boards have SD...
Hi,
I've used Teensy 2's & 3's with a number of LED projects, but now I'm investigating using one for a 4-channel 44.1 kHz data logger.
It seems the capability of 4 channel input is now...