Posts: 3
Threads: 2
Joined: Mar 2019
Reputation:
0
0
11-06-2019, 02:49 AM
(This post was last modified: 11-06-2019, 07:22 AM by Rigs.)
Hi All - just interested in what's at the heart of NDLR - what processor is inside?
Caught one of the early videos which mentions Cortex M0 - but also mentions a possible upgrade for future expansion - what was the final choice?
Thanks
Posts: 695
Threads: 43
Joined: Aug 2018
Reputation:
69
1
The new Teensy 4, and the other new Teensys coming in the next year or so are incredibly fast. The Teensy 4 even costs less than the Teensy 3.6.
Its quite a great time to be developing smart widgets. With Teensy, you also have the option to develop on more advanced IDEs, like VSCode or Platform.io. PJRC and their team of contributors have created a fairly robust software library. It saves a lot of time, so we don't mind paying the "tax" for the PJRC boot loader MCU. However, there are times that the code must be enhanced for performance or suitability to the task. We'll give back to PJRC when we make improvements.