触摸感度设置
我这边用到了合泰的BS83A04A触摸,但是无论怎么设置,要么感度很差 如果把threshold调低,那么放在那边过段时间会误触发。另一个朋友做的板子差不多的,都是BS83A04A,但是他的工作就很好。奇怪了
有谁可以帮帮忙,给我一下提示 除了设置threshold 和HighSensitive,还能干吗
#define DebounceTimes 0
;-numeric operate ; range 0 ~ 15; function: Time period to calibrate
#define AutoCalibrationPeriod 7 ;auto calibration period select 0=80ms .....15=1280ms
;-bit operate ; function: Sensitive double up
#define HighSensitive 1 ;0=Normal ; 1=High Sensitive
;-numeric operate ; range 0 ~ 15; function: key holding time ,if time out will reset key status to non-press
#define MaximumKeyHoldTime 6 ;0=disable ; 1=4 secend ...... 15=60secend
;-bit operate ; range 0/1 ; function: Fasting internal singal filter speed led key response faster
#define FastResponse 1 ;0=Normal ; 1=Fast Response
;-bit operate ; range 0/1 ; function: enalbe hardware hopping function
#define AutoFrequencyHopping 1 ;0=disable ; 1=enable
;-bit operate ; range 0/1 ; function: only one or all key active at the same time
#define OneKeyActive 0 ;0=all key active ; 1=one key active
;-bit operate ; range 0/1 ; function: Low power consumption
#define PowerSave 0 ;0=disable ; 1=power save mode
;-bit operate ; range 0/1 ; function: Noise interfere protect to prevent false trigger
#define NoiseProtect 0 ;0=disable ; 1=enable
;-bit operate ; range 0/1 ; function: moving calibration signal whatever key press or not
#define MovingCalibration 1 ;0=calibrate when key non press; 1=enable calibration whatever key press or not
;-Key threshold define
#define Key1Threshold 3 ;suggestion range 10 ~ 64
#define Key2Threshold 3 ;
#define Key3Threshold 3 ;
#define Key4Threshold 3
bourne 发表于 2018-12-11 08:09
有谁可以帮帮忙,给我一下提示 除了设置threshold 和HighSensitive,还能干吗
#define DebounceTimes ...
设置threshold 和HighSensitive,,,除此之外,还和你pcb走线有关系,参考人家的 admin 发表于 2018-12-11 08:45
设置threshold 和HighSensitive,,,除此之外,还和你pcb走线有关系,参考人家的
我怀疑是软件哪里没有写好,因为我抄的人家的板子 人家的工作没问题,然后我下载了我自己写的生成的文件。也是无论怎么设置threshold和high_sentive都不行 这个问题很麻烦 来学习一下:o 我也遇到一样的问题,不知道楼主有没有解决 楼主有没有解决 也遇到这问题,不知道楼主有没有解决 我是来学习的!
页:
[1]
2