Difference between revisions of "Teensy"

From TheAnalogThing
m (+cat)
(Fixing some typos)
Line 1: Line 1:
 
The '''Teensy Microcontroller''' is a very powerful 32 bit microcontroller (ARM Cortex) with a large number of input outputs. The website of the product is for instance https://www.pjrc.com/store/teensy41.html
 
The '''Teensy Microcontroller''' is a very powerful 32 bit microcontroller (ARM Cortex) with a large number of input outputs. The website of the product is for instance https://www.pjrc.com/store/teensy41.html
  
== Teensy for data aquisition ==
+
== Teensy for data acquisition ==
 
[[File:Teensy Datalogger Prototype 2.jpg|thumb|Photo of the prototype board]]
 
[[File:Teensy Datalogger Prototype 2.jpg|thumb|Photo of the prototype board]]
  
 
[[User:ulmann|Bernd Ulmann]] created a Teensy data logger ([[Software oscilloscope]]) which is released as open source at
 
[[User:ulmann|Bernd Ulmann]] created a Teensy data logger ([[Software oscilloscope]]) which is released as open source at
https://github.com/anabrid/TeensyLogger. It is suitable for data aquisition of  
+
https://github.com/anabrid/TeensyLogger. It is suitable for data acquisition of  
 
[[The Analog Thing]].
 
[[The Analog Thing]].
  
The usage is basically that the Teensy does the analog to digital data aquisition and then sends (more or less) raw data to a connected PC over USB. It is up to the PC to display and render the data, and no software exists yet (but it is easy to come with).
+
The usage is basically that the Teensy does the analog to digital data acquisition and then sends (more or less) raw data to a connected PC over USB. It is up to the PC to display and render the data, and no software exists yet (but it is easy to come with).
  
 
Limitations: The ADC has only about 10 bits.
 
Limitations: The ADC has only about 10 bits.

Revision as of 20:05, 31 May 2022

The Teensy Microcontroller is a very powerful 32 bit microcontroller (ARM Cortex) with a large number of input outputs. The website of the product is for instance https://www.pjrc.com/store/teensy41.html

Teensy for data acquisition

Photo of the prototype board

Bernd Ulmann created a Teensy data logger (Software oscilloscope) which is released as open source at https://github.com/anabrid/TeensyLogger. It is suitable for data acquisition of The Analog Thing.

The usage is basically that the Teensy does the analog to digital data acquisition and then sends (more or less) raw data to a connected PC over USB. It is up to the PC to display and render the data, and no software exists yet (but it is easy to come with).

Limitations: The ADC has only about 10 bits.

Rebuild the THAT-CMOS level shift

If you want to rebuild the level shifting circuit of Bernd with some cheaper OPAMPs, for instance the LM32x series, you should use TTL 5V to power the opamp, since it's not rail2rails: