With the supercheap sub $5 ESP32/STM32 boards (both have Arduino core support) and their equally cheap add onboards for camera, ethernet or USB OTG - who exactly are using the Teensy line today and why? I'm genuinely curious.
Teensy 4.1 Development Board
21–30 of 211 posts
Re: Teensy 4.1 Development Board
#22Earlier quoted context omitted.
Ah - we asked the same question: https://news.ycombinator.com/item?id=23144432 I can see why the Raspberry might not be a good replacement for Teensy - power hungry (ESP32/STM32 have fantastic ULP/Deep sleep) and/or form factor. > pin count? maybe but there are ultra cheap analog and digital multiplexers available.
Not only that, also a full bloated OS wasting CPU cycles.
Re: Teensy 4.1 Development Board
#23Earlier quoted context omitted.
Ah - we asked the same question: https://news.ycombinator.com/item?id=23144432 I can see why the Raspberry might not be a good replacement for Teensy - power hungry (ESP32/STM32 have fantastic ULP/Deep sleep) and/or form factor. > pin count? maybe but there are ultra cheap analog and digital multiplexers available.
Not only that, also a full bloated OS wasting CPU cycles.
Re: Teensy 4.1 Development Board
#24With the supercheap sub $5 ESP32/STM32 boards (both have Arduino core support) and their equally cheap add onboards for camera, ethernet or USB OTG - who exactly are using the Teensy line today and why? I'm genuinely curious.
You would switch to the bare chip for production. [1]
Of course, for low production runs, you could stick the Teensy board in your product.
Re: Teensy 4.1 Development Board
#25Genuinely curious, what kinds of projects are better suited to a Teensy than an Arduino, ESP32 or some form of Raspberry Pi? Is the main advantage the pin count?
Ah - we asked the same question: https://news.ycombinator.com/item?id=23144432 I can see why the Raspberry might not be a good replacement for Teensy - power hungry (ESP32/STM32 have fantastic ULP/Deep sleep) and/or form factor. > pin count? maybe but there are ultra cheap analog and digital multiplexers available.
Re: Teensy 4.1 Development Board
#26Genuinely curious, what kinds of projects are better suited to a Teensy than an Arduino, ESP32 or some form of Raspberry Pi? Is the main advantage the pin count?
I've used the Teensy 3.1 and it's more or less an Arduino (including uses the Arduino IDE) but lower cost and more powerful processor. There is also a way to build C/C++ code and run it on the Teensy. ESP is similar but has WiFi built in and Raspberry Pi is closer to a full blown general-purpose computer than an embedded platform. Software on the Teensy runs on bare metal, software on the Raspberry Pi usually runs on…
Re: Teensy 4.1 Development Board
#27Genuinely curious, what kinds of projects are better suited to a Teensy than an Arduino, ESP32 or some form of Raspberry Pi? Is the main advantage the pin count?
Re: Teensy 4.1 Development Board
#28Genuinely curious, what kinds of projects are better suited to a Teensy than an Arduino, ESP32 or some form of Raspberry Pi? Is the main advantage the pin count?
Re: Teensy 4.1 Development Board
#29Re: Teensy 4.1 Development Board
#30Genuinely curious, what kinds of projects are better suited to a Teensy than an Arduino, ESP32 or some form of Raspberry Pi? Is the main advantage the pin count?