TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DAN64, an AVR based 8-bit microcomputer

84 pointsby bjokoover 6 years ago

5 comments

jcofflandover 6 years ago
This is a really cool project. I do a ton of AVR programming. They are fantastic chips.<p>A lot of people think because AVRs are 8-bit, they are just toys. And since ARM cortex processors are about the same price, that AVRs are not a good choice.<p>AVRs, like ARM Cortex, are SOCs (System On a Chip) but have really excellent peripheral devices compared to the ARM Cortex I&#x27;ve used. The AVR&#x27;s internals are better documented, more consistent, more powerful and easier to use. The AtXmegas in particular, with their hardware event system and DMA controller.<p>ARMs have all the same peripherals but they are not as well thought out. However, if you need to do a lot of 32-bit math, ARM is a better option.<p>Edit: Note that a 32MHz atxmega AVR can do about 128k 32-bit floating-point multiplys per second.
评论 #18838565 未加载
评论 #18837549 未加载
评论 #18838423 未加载
评论 #18852597 未加载
评论 #18837316 未加载
评论 #18839766 未加载
reidracover 6 years ago
Author here. Nice to see this on HN again. Since the first time, the design has been validated by another hobbyist (and ported to NTSC, original composite video is PAL).<p>If anyone is interested, I have a NTSC patch that I&#x27;ve meaning to merge for a while.
AnIdiotOnTheNetover 6 years ago
I&#x27;ve wanted to do a project like this for a while, but always seem to have too many higher priority things going on. There&#x27;s something undeniably romantic about building your own personal computer in this fashion.
pdimitarover 6 years ago
Some questions:<p>- How can I buy this one already assembled?<p>- Can it be put in a very silent case but still with a fan so as to not overheat?<p>- Can I use another display? (With the same technical characteristics but possibly less training on the yes; having a hardware brightness&#x2F;contrast controls would be a HUGE boon as well).<p>- Can we use an US keyboard layout?
评论 #18836839 未加载
评论 #18839049 未加载
评论 #18838573 未加载
posterboyover 6 years ago
&gt; ... the 23LCV512 has the interesting property of being able to operate at 5 volts, so that’s the main reason the microcomputer is called DAN64<p>I don&#x27;t understand ...
评论 #18840750 未加载