Thanks, there is some info on the ADC software there but nothing basic that tells me what "AUTO' is or what "-->" means or how the interupt system works in the T4.
Anyway, I am stripping out all...
Type: Posts; User: Deane
Thanks, there is some info on the ADC software there but nothing basic that tells me what "AUTO' is or what "-->" means or how the interupt system works in the T4.
Anyway, I am stripping out all...
I have been trying to understand what is going on in this conversionSpeed example but there are instructions in this code that are not in the Arduino code reference. Is there a link someone can...
I am also interested in operating the ADC as fast as possible and then transferring about 20 to 30 readings to RAM so I will be watching this thread. Right now someone has posted that they think the...
Hi Pedvide,
Thanks for pointing this example out. I have been running this example a few times now but it always fails to show a Time and Voltage near the end of the Continuous Mode. It also shows...
Kurt, Yes I did read a lot of that a couple of days ago. I did not understand some of it. For example "There are two ways to do periodic conversions: using an IntervalTimer or using the PDB."
What...
FYI -- It looks like the fastest the Teensy 4.0 can get is about 1.1 microseconds for reading the A/D. This is using the 600 MHz clock speed, Averaging set to 1, Resolution to 10 bits, Conversion set...
Kurt, thanks! Easy and now everything works. A/D is reading accurately and reporting. Sorry for bothering you with basic beginner stuff. I have not played with the IDE much.
Thanks to all. Now I can...
Still nothing printed on the screen. What do you mean by opening a serial monitor. How do I do that?
Thanks Kurt E. I deleted the 4 Ring Buffer files in the ADC folder and now it compiles and seems to run the simple readAnalog example as modified by me to remove all the ADC1 stuff that I don't...
I attempted to find a way to delete the old TeensyDuino program first but it is not listed as a program in the Windows control panel. When I installed the new version it never asked me if I wanted to...
In an effort to read any analog signal I tried the Arduino example for simple analogRead. (Examples>Basics>AnalogReadSerial) It compiled and loaded but nothing happened.
It was supposed to print...
So no one proofed this example?
OK, now loaded TD 1.50 but frustratingly, I am getting the same problem. I tried compiling ADC_TEST from Examples.
The verbose error output is attached.18973
Thanks. I seem to have 1.48. Will download the 1.50 version tomorrow.
I don't see how to determine that.The menu items in the small Teensyduino box are grayed out.
I just downloaded it on December 30 and the install file is 65,080K bytes.
I am starting to work with the ADC so I went to Files > Examples > Teensy 4.0 examples > ADC > (pick any example file)
None of these will compile. I only tried 3 but they all give an error that...
Hello Marty Brown. I am in need of doing AD conversions of around 100 ns and then store the number in RAM within ~50 ns after that. Your code does not look much like Arduino code to my untrained eye...
Paul, that is what I see also: A 22ns overhead using this same code. I am shooting for 100 ns pulse width and I had to set the delay to 78 ns to achieve that. This is a bit annoying but if it remains...
NEVER MIND. Found out the cable I grabbed is a charge-only! Too many USB cables kicking around.
I thought of what Paul wrote late last night.
Sadly, I am back to the same problem I started out with again. This time rebooting the computer is not bringing back the red LED. It never comes on and pressing the button only stops the blink...
Frank, why is it not more accurate?
Thanks to both of you for the reply. And yes, Paul, that was a great explanation of the red LED. Perfect for a beginner like me.
Defragster, I don't understand this line. Can you link to details of...
Sorry for not replying sooner. MCS responded on Jan 20th. The software will not work on the 4.0.
Here is their reply:
Hi Deane
No, i am sorry. This teensy board has a complete different CPU...
OK, I got it working. Thanks for the code review and other ideas. I tried loading the original Blink program but that gave me the same "No Teensy found..." message.
So I figured something had to be...
My first efforts: I modified the Blink program that comes with it to shorten the on time to 100ms.
That worked OK so I added a few lines of code to send out a 1 microsecond pulse on another pin...
I have put this question to the MCS customer service department and will post their reply here.
That should have been MCS (not MSC). Sorry.
The 4.0 is new so it is not mentioned on the MSC website. I saw this software link in the Getting Started menu and it looks easy to use.
Has anyone tried it with the 4.0 yet?
DW
Thanks Paul. Looks like this should work well if it can cycle at 150 MHz (6 nanoseconds). 100 nanoseconds should be easy.
Why did you say "this context possibly not"?
I think I will buy one and...
I am considering a project in which the processor controls a laser to turn it on for 100 nanoseconds. With the fast speed of this new Teensy 4 I am thinking this could work. Has anyone tried...