当前位置:网站首页>Four digit nixie tube display multi digit timing
Four digit nixie tube display multi digit timing
2022-07-08 01:13:00 【xanadw】
Catalog
One 、 A total of four anode digital tubes
Preface
A total of four anode digital tube display 0-9 For a single number, you only need to control the corresponding pin level , But if you need to display multiple numbers , It is not only necessary to control the corresponding level , We also need to use the afterglow effect of human eyes , Achieve by high refresh rate .
One 、 A total of four anode digital tubes


The pin of this four digit nixie tube 12、9、8、6 The corresponding ones are 1、2、3、4 Bit digital strobe signal , Pin 11、7、4、2、1、10、5、3 They correspond to digital tubes a、b、c、d、e、f、g、dp The signal of , The common anode is lit at low level .
Two 、 Show numbers
- The main controller uses arduino nano plate , Connection table of corresponding pins .
Position selection 1
Position selection 2
Position selection 3
Position selection 4
a
b
c
d
e
f
g
dp
12
9
8
6
11
7
4
2
1
10
5
3
P13
P10
P9
P7
P12
P8
P5
P3
P2
P11
P6
P4
1. Display a single number
- Clear all bits :
void clear() { digitalWrite(13,LOW); digitalWrite(10,LOW); digitalWrite(9,LOW); digitalWrite(7,LOW); digitalWrite(12,LOW); digitalWrite(8,LOW); digitalWrite(5,LOW); digitalWrite(3,LOW); digitalWrite(2,LOW); digitalWrite(11,LOW); digitalWrite(6,LOW); digitalWrite(4,HIGH); }- Show numbers 0:
void num0() { digitalWrite(12,LOW); digitalWrite(8,LOW); digitalWrite(5,LOW); digitalWrite(3,LOW); digitalWrite(2,LOW); digitalWrite(11,LOW); digitalWrite(6,HIGH); digitalWrite(4,HIGH); }Show numbers 1:
void num1() { digitalWrite(12,HIGH); digitalWrite(8,LOW); digitalWrite(5,LOW); digitalWrite(3,HIGH); digitalWrite(2,HIGH); digitalWrite(11,HIGH); digitalWrite(6,HIGH); digitalWrite(4,HIGH); }2. Display multiple digits
Show numbers 10:
void num10() { digitalWrite(9,HIGH); num1(); delay(1); clear(); delay(1); digitalWrite(7,HIGH); num0(); delay(1); clear(); delay(1); }You must add one delay Time delay , Otherwise, only numbers will be displayed 0. The delay time can be adjusted according to your own needs .summary
Only two digits are shown here , The principle of displaying three digits and four digits is the same , Display the corresponding number by controlling the strobe bit , The delay should be as small as possible , It's OK to reach the resolution that the eye can't find the refresh .
边栏推荐
- Codeforces Round #804 (Div. 2)
- Binder core API
- 10.CNN应用于手写数字识别
- USB type-C mobile phone projection scheme | USB type-C docking station scheme | TV / projector type-C converter scheme | ag9300ag9310ag9320
- Micro rabbit gets a field of API interface JSON
- 完整的模型训练套路
- Markdown learning (entry level)
- 2022-07-07: the original array is a monotonic array with numbers greater than 0 and less than or equal to K. there may be equal numbers in it, and the overall trend is increasing. However, the number
- 手机上炒股安全么?
- 12. RNN is applied to handwritten digit recognition
猜你喜欢

4.交叉熵

Analysis of 8 classic C language pointer written test questions

Get started quickly using the local testing tool postman

新库上线 | CnOpenData中国星级酒店数据

图像数据预处理

Use "recombined netlist" to automatically activate eco "APR netlist"

1. Linear regression

Two methods for full screen adaptation of background pictures, background size: cover; Or (background size: 100% 100%;)

How does starfish OS enable the value of SFO in the fourth phase of SFO destruction?

13. Enregistrement et chargement des modèles
随机推荐
What does interface testing test?
手机上炒股安全么?
英雄联盟胜负预测--简易肯德基上校
Introduction to ML regression analysis of AI zhetianchuan
网络模型的保存与读取
y59.第三章 Kubernetes从入门到精通 -- 持续集成与部署(三二)
Taiwan Xinchuang sss1700 latest Chinese specification | sss1700 latest Chinese specification | sss1700datasheet Chinese explanation
Fundamentals - integrating third-party technology
Binder core API
Basic implementation of pie chart
New library online | cnopendata China Star Hotel data
Codeforces Round #804 (Div. 2)
【深度学习】AI一键换天
Vs code configuration latex environment nanny level configuration tutorial (dual system)
STL -- common function replication of string class
Overall introduction of the project
Su embedded training - Day6
Serial port receives a packet of data
Definition and classification of energy
Share a latex online editor | with latex common templates