Where should a beginner start with?

Status
Not open for further replies.
I am a beginner and want to start with the Teensy, share the tools and tutorials which I should start from absolute zero? let me introduce you, I am an Electronics hobbyists who loves to play with new gadgets.
 
Assuming you have a Teensy and the Arduino IDE installed....

Go to the File menu and look for examples, see 01.Basics and find Blink, it should be your first. Try other ones unit you can write your own program to measure a small voltage, then learn how to write to an LCD, SD card. Go from there.

I find it easiest to start if I have a project in mine.
 
If starting from absolute zero a good starting point is the adafruit and sparkfun tutorial pages, since they apply to Teensy as well other than Teensy being 3.3V versus 5V which requires some tweaking. If already familier with classic Arduino and moving to 32bit Teensy the places to look are the Audio library
https://www.pjrc.com/teensy/td_libs_Audio.html
OctoWS/fastLED for blinky
https://www.pjrc.com/teensy/td_libs_OctoWS2811.html
And the prop shield and it's IMU
https://www.pjrc.com/store/prop_shield.html
There is also the pre built libraries list for things that a Teensy can do
https://www.pjrc.com/teensy/td_libs.html
 
Status
Not open for further replies.
Back
Top