micropython on teensy-lc?

@KurtE Thanks for the reply.
I see the pinouts are very similar, at least for what I'm doing. I only use the analog inputs, a couple of digital inputs and one digital output, so pretty basic. (it's an encoder for a R/C transmitter, read some stick and switch positions, generate a ppm output stream.) But yeah, probably different enough to make it not worth the risk. Guess I'll have to stick with C. Or invest in a Teensy 4.0. :-(
 
If you have an old Teensy LC, yes plan on using C/C++, either Arduino IDE or other tools which use the Arduino libraries.

Teensy LC is discontinued. Stock ran out long ago. Even if were possible to run Python on it (extremely unlikely) nobody is going to put the work into making that happen for a product that's no longer manufactured or sold.
 
Yeah, fair enough.
I've had the LC in a transmitter for a number of years now, but haven't used it for a long time. Tried it a couple of days ago and it wouldn't work, so I thought, reflash the firmware, maybe that'll fix something. Of course I've long since lost the original source, so had to start almost from scratch (had an old backup that didn't have the final version), but I've since been using Python and forgotten almost everything I ever knew about C. I could plug in a Teensy 4.0, but it would be massive overkill for my project. I have a couple of other transmitters (vintage ones from the 70's and 80's that I've converted to 2.4GHz) that run fine on an Arduino Nano. I can't remember why I chose to use the LC in this tranny, but there it is, and it is still working perfectly (obviously that wasn't the problem) so I'm reluctant to throw it away.
So, back to Arduino ide and relearning C. Alzheimers hasn't quite set in yet, It just takes me longer to dig stuff out from the archives than it used to.
;-)
 
Back
Top