Just a quick question,
I realized that using the teensy loader cli I have to press the restart button on the T41.
However, when I'm using the arduino to upload (via teensy.exe) it doesn't require a button press...
OK. I was thinking of leaving the safety checks in place with the LED blinking to indicate failure,
if failure then the rest of code (locking) would be ignored?
I'm too scared to even write this though lol.
I've used the teensy security menu in arduino to write the sketch in the order they appear, successfully.
I have those hex files (fuse sketch and lock sketch bin files) that i write to the teensy.
Is it possible to...
Please understand that the code was hurried trying a bunch of things to reproduce the problem. From the actual interrupt to testing the eeprom saving a file size about the same size as the data I use in the actual...
https://drive.google.com/file/d/1n-GAqZkL-hIhulry9dz1vwhNu2g_OcsB/view?usp=sharing
google drive, let me know if still have problems.
Also, can compile the code blocks I posted above.
I did that, it's by the mediafire link. I have adblocker and the link is no problem to get to. I had problems uploading the zip on your forum. If that's too much to do, then it's ok.
defragster already helped and I...
Obviously something is different if the same code works on T3 but doesn't on T4...
Why are you sounding so hostile? Thought you'd be happy someone found what could be a bug, but I'm just hoping it's poor implementation...
Only comms I'm using is the Serial class from arduino library.
Is UART the tech that involves the hardware serial? Using the pins to communicate with another device? If so, no I'm using the USB device serial only (usb...
Paul, defragster, thank you for responding. It's difficult to post code sometimes based on what exactly it is I'm working on and where the problem is. I understand it's easier to say "there, there is your problem" once...
thanks. Teensy 1.56
USB port on the teensy via usb cable to PC
using Serial.Print/Readuntil
I can reproduce it with simple sketch. Give me some time...
... and I found the problem while doing so.
In my...
Hello,
I've noticed something that I can't seem to find my way around.
On my teensy 3.5 and 3.2, I have code that is written for serial comm. between teensy and windows (bidrectional).
Those work fine, and I've...
Ok. That explains it. I got away with using opamp on the 4.1 Analog input (mono)
But the stereo I see won't work.
I guess that means the the external audio i2s Adc will be needed.
If i change this to the mono audio design scheme, it works, sound is passed to the USB
However, using this in stereo doesn't work on the 4.1
This same code works on the 3.5
#include <Audio.h>
#include <Wire.h>...
I basically ported the code from the old project where i used analog input instead of this i2s chip.
/**********************************SINGLE CHANNEL*******************************/
#include <Audio.h>
#include...
Not sure what Im doing wrong, here is my schematic.
and this is the audio routing/ design
// GUItool: begin automatically generated code
AudioInputI2S2 i2s2_1; //xy=430,369
AudioFilterBiquad ...
I ran the same code on the 3.5 and 3.2 and it works no problems. Porting to 4.0 and I've difficulty sending data to the teensy, more so than reading from it. Let's say it's too fast as is commonly believed.
how do...