论坛风格切换切换到宽版
  • 6409阅读
  • 30回复

好可爱的电子钟(ZT) [复制链接]

上一主题 下一主题
离线BG2VO
发帖
5764
只看该作者 20楼 发表于: 2006-08-22
这是美国人做的,原出处:
http://www.cathodecorner.com/sc100.html





时间名人tvb也在他那里买的:
http://www.leapsecond.com/pages/atomic-nixie/
离线wycx
发帖
1497
只看该作者 21楼 发表于: 2006-08-22
用户被禁言,该主题自动屏蔽!
离线yuanquan1009
发帖
301
只看该作者 22楼 发表于: 2006-08-22
示波管上的字太漂亮了!
感觉做一个这样的钟太复杂了……
离线paging
发帖
1377
只看该作者 23楼 发表于: 2006-08-22
顶起!!!!!!!!!!!!!
离线剑心
发帖
397
只看该作者 24楼 发表于: 2006-08-22
第一个电子游戏好像就是示波器做的
离线代洪波
发帖
4809
只看该作者 25楼 发表于: 2006-08-22
怎么没有人说说要怎么样把时间数据变成显示的这个样子呢?
具体还有什么转换程序呢?
离线child@BY1QH
发帖
1303
只看该作者 26楼 发表于: 2006-08-22
我有两种思路:
1."点阵图形”像电视那样,不过就没有示波管的特色了,而且从图上看,它也不是那样做的。
2.“矢量图形”,就是用李沙育图形的办法,上面的7,9楼我已提到了。
实验的话可以找一台任意信号发生器就示波器来做,不过估计不太好找。
用声卡输出比较方便。
可是我的声卡频带太窄,图形复杂一点就会变形,而且有回扫线。不过简单的没问题。
对声卡编程不熟的话,7楼的连接可以参考,有一段程序。
抛砖引玉了!
离线child@BY1QH
发帖
1303
只看该作者 27楼 发表于: 2006-08-22
忽然发现一点,他的示波管没有加磁屏蔽!
我高中的时候,用5sj33自制示波器,那管子对磁场相当的灵敏,换个角度,光点都会动,能当指南针了。

看了下面这个介绍明白了(红字),想得真细啊!
离线child@BY1QH
发帖
1303
只看该作者 28楼 发表于: 2006-08-22
原理果然就是这样:
the pc board holds a switching power supply, a crystal-controlled microcontroller
for generating the timing and scanning the digits, and an analog circle generator
system to draw the digits. it makes circles directly from sine and cosine waves.
that's why the curves look so clean.

the drawing of the digits is done in segments, each segment being composed of an arc,
circle or line. angled lines are made by putting the same cosine wave onto both
the x and y deflection plates.

the display repetition rate is synchronized to the power line frequency by the
microprocessor to prevent image 'swimming' in the presence of strong ac fields.
this allows the crt to be free of magnetic shielding, which would add to the cost
and detract from the beauty of the clock.

this clock has a professionally made pc board to hold the electronics. the cabinet
is made by a local plastics fabrication company. all the parts are currently produced.
离线ba1ka
发帖
1044
只看该作者 29楼 发表于: 2006-08-22
需要一个mcu,一个存储器,两个d/a变换器,电源就可以了.
离线ba1ka
发帖
1044
只看该作者 30楼 发表于: 2006-08-22
如果只是实验,找一块两路的d/a卡插在pc上,其输出接在示波器的x,y 输入上即可.剩下的就看你的编程了.