TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ESP32S3 ZXSpectrum

109 点作者 iamflimflam111 个月前
I&#x27;ve been playing around with ESP32 MCUs and displays for a while and finally got around to getting a ZX Spectrum emulator working. I then saw that you can now do full color silk screen printing on PCBs and got the thinking - the ESP32 has capacitive touch capabilities - I could make a full ZX Spectrum keyboard on a PCB along with all the electronics for running the emulator. And it actually works!<p>There&#x27;s a full video here: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;foP81O48WAI" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;foP81O48WAI</a><p>And you can sign up here for updates as I move towards getting it ready for a production run: <a href="https:&#x2F;&#x2F;esp32zx.substack.com&#x2F;p&#x2F;announcing-the-esp32-zx-spectrum" rel="nofollow">https:&#x2F;&#x2F;esp32zx.substack.com&#x2F;p&#x2F;announcing-the-esp32-zx-spect...</a><p>It&#x27;s looks amazing, takes me back to my childhood.

14 条评论

iamflimflam111 个月前
It will also be completely open source. The Z80 emulator I&#x27;m using is GPL, so all the firmware I write will be GPL.<p>And the Schematics, PCB and Gerbers will all be available as a KiCad project for people to play with and even get assembled themselves.
wdfx11 个月前
If you want to do a 128 model version and have it interface to a real AY sound chip, I&#x27;ve written ESP32 code for that: <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;doughammond&#x2F;fourays&#x2F;src&#x2F;master&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;doughammond&#x2F;fourays&#x2F;src&#x2F;master&#x2F;</a>
评论 #40728798 未加载
Boriel11 个月前
I created a ZX Spectrum BASIC compiler (compiles from BASIC to ZX Spectrum machine code).<p>You might want to give it a try and run the programs in your device: <a href="https:&#x2F;&#x2F;github.com&#x2F;boriel-basic&#x2F;zxbasic">https:&#x2F;&#x2F;github.com&#x2F;boriel-basic&#x2F;zxbasic</a>
评论 #40730846 未加载
bloopernova11 个月前
Oh lord, you just <i>had</i> to use a screenshot of Elite :)<p>It looks utterly wonderful, I wish you every success in your production run!<p>Makes me want to play Manic Miner.
janekm11 个月前
You might be interested in knowing that LCSC (same company as JLCPCB) are about to offer proper panel &#x2F; membrane keypad prototyping: <a href="https:&#x2F;&#x2F;www.lcsc.com&#x2F;panel-printing" rel="nofollow">https:&#x2F;&#x2F;www.lcsc.com&#x2F;panel-printing</a>
评论 #40732253 未加载
bitwize11 个月前
It&#x27;s really cool, but... somehow you managed to make the Speccy keyboard <i>even worse</i> :)
评论 #40728613 未加载
camtarn11 个月前
The colour silk screening is gorgeous! Such a cool looking bit of hardware.
评论 #40728463 未加载
akubera11 个月前
Looks good. One note about the video: you mention you recently watched a good video on 1-bit sound, and suggest it&#x27;s worth a watch, but it doesn&#x27;t appear to be linked-to in the description.
评论 #40728097 未加载
jacknews11 个月前
Fantastic project and that colour silk-screen seems to work perfectly for this.<p>It&#x27;s not clear what size screen would be ideal though, as a 3-4&quot; one will seema bit &#x27;stuck on&#x27;. Maybe an option for a larger screen to make a &#x27;spectrum clamshell laptop&#x27;, and&#x2F;or a video out to have no screen at all.
评论 #40727944 未加载
评论 #40728957 未加载
andrewstuart11 个月前
I can recommend you dig through all the videos on this guys channel there’s lots of interesting projects.<p>He is atomic14 on YouTube.
评论 #40728242 未加载
gbraad11 个月前
I am not a fan of the Spectrum, but this looks like an interesting project. I believe a lot of this can be applied to the NES emulator for the ESP32.
Cockbrand11 个月前
So nobody commented on the easter egg on the keyboard yet? Not sure whether I prefer it to the original, but I appreciate its existence :)
评论 #40730688 未加载
anonzzzies11 个月前
That is fantastic! Well done. Please continue; it is something I want to do for the MSX, but didn’t get to (yet).
评论 #40729974 未加载
thatgerhard11 个月前
this was my 1st computer and the 1st time I coded.. such nostalgia!