Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 compatibility #26

Open
Zibri opened this issue May 20, 2020 · 5 comments
Open

ESP32 compatibility #26

Zibri opened this issue May 20, 2020 · 5 comments

Comments

@Zibri
Copy link

Zibri commented May 20, 2020

Do you think this will work on an ESP32?
It would be great to have it and using wifi too :D or an sdcard connected to the ESP32

@Larswad
Copy link
Owner

Larswad commented May 20, 2020

It is more than enough capable from performance point of view. It would however need voltage converters for the IEC pins because the esp32 is 3.3V and the open collector bus on the c64 is 5V.
Due it its higher performance I would be surprised if some timings must be changed.

But yeah, with some efforts it would work. But since it actually features an SD card it would make more sense it port the sd2iec project. I did that with the mega2560 board. So I guess it could be done with this one too.

@Zibri
Copy link
Author

Zibri commented May 28, 2020

what I was thinking is:

real C64 >> tape and iec port to esp32 >>wifi >>pc and
real C64 >> tape and iec port to esp32 >>sdcard

in order to use TAP and D64/G64 hosted on pc or sdcard

@Zibri
Copy link
Author

Zibri commented Jan 19, 2021

any news?

@Larswad
Copy link
Owner

Larswad commented Jan 19, 2021 via email

@Zibri
Copy link
Author

Zibri commented May 20, 2023

It is more than enough capable from performance point of view. It would however need voltage converters for the IEC pins because the esp32 is 3.3V and the open collector bus on the c64 is 5V. Due it its higher performance I would be surprised if some timings must be changed.

But yeah, with some efforts it would work. But since it actually features an SD card it would make more sense it port the sd2iec project. I did that with the mega2560 board. So I guess it could be done with this one too.

No level converters are needed. ESP32 is 5v tolerant.
Check here: https://github.com/idolpx/meatloaf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants