Which Teensy is used in this project / can it be substituted by an Arduino?

Hi everybody,
I'm working on an CD Change emulation for a youngtimer's car stereo. Among other projects, I've found "UbarCDC" created 8 years ago by Tim Otto.
The documentation is a little spare, at least for me, not beeing a IT pro. I wasn't able to get the information from Tim's readme or the Fritzing file of the project on what Teensy model the code is written for. Can anybody give advice?
As I don't own a Teensy, but have quite a few Arduinos an Esp32 laying around, I would also be interested whether it's possible to substitute a Teensy by an Arduino or Esp32 (and, if so, how ;)).
Thanks in advance & best regards
Martin

You can probably use an esp32 in place of a teensy. As far as arduinos go, a 32-bit board will do, while an 8-bit board probably won't. Have you tried to get in touch with the original developer, by the way?

Thanks, that sounds promising. Which would be the general approach - trying to identify the pins used in the project and look for equivalents on an Esp32? And would I need to make available dedicated Teensy libraries for compilation on an Esp32?

In the meantime, a guy from the Teensy forum pointed me to a commit of the author that indiciates that the code originally was written for a Teensy 3.0.

I did, posting an issue on his github page, but no reply so far (nor to some older issues).

Just today I've received the IC that is part of the project; however, I'm not sure whether I have sufficient information to build it; for example I can't see in the fritzing files how the connection between the project's circuits and the radio is done (is there an M-Bus emulation? The circuit at least seems to "read" the comminication on the bus, otherwise it wouldn't be able to detect a CD with 15 five minutes songs). Also, the bluetooth modules he used are no longer available; I still have a BK8000L lying around, but again I'm not sure whether (takin into account my very limited knowledge on all this...) it would be possible to use it as a substitute with a Esp32 or a Teensy 3.2.
When I open the old fritzing file, everything seem scrambled; I'll try to re-arrange things in order to get an overview on how to proceed.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.