完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
嗨,伙计们,
我一直在玩我的2键FOB和接收器,我想把它连接到我的PSoC 1不会很棒。 与我的PSoC相连的是我制作的2个红外波束断路器,它们目前使用的是简单的代码。我想做一个简单的警报。应该是这样的。系统待机;等待武器(钥匙离岸按钮1)&武装;FOB的按钮应该解除是否报警被激活或禁用它,即使它不激活报警。 所以我需要声明一些类似的事情: 扣臂=0; 扣臂=0; 而buttonARM不压,不做任何事,如果它是ARM启动报警 { 做报警的东西,这样做来监视红外波束断路器 如果警报响起的任何理由和buttondisarm按下,禁用报警输出 } IM 100%确定如何实现KEKFOB 任何帮助总是非常感谢。 谢谢 以上来自于百度翻译 以下为原文 Hi guys, Ive been playing around with my 2 button key fob and receiver, and i thought wouldnt it be great to interface it to my Psoc 1. conected to my psoc are 2 ir beam breakers i made, they currently work with a simple bit of code. I was wanting to make a simple alarm. it shoud be like this. system on> wait till armed (button 1 of key fob) > armed> do alarm stuff (already done). button 2 of the fob should disarm the alarm whether the alarm was activated or just to disable it even if it wasnt activated. so do i need to declare something like: buttonarm==0; buttondisarm==0; while buttonarm is not pressed, dont do anything, if it is arm alarm activated { do alarm stuff, have this done to monitor ir beam breakers if the alarm goes off for any reason and buttondisarm is pressed, disable alarm output } im 100% sure on how to implement the keyfob any help is always greatly appreciated. thanks |
|
相关推荐
44个回答
|
|
HiYa LLION,我只获得CY32 10 EVA 1套件
以上来自于百度翻译 以下为原文 Hiya lleung, ive only got the cy3210 eval 1 kit |
|
|
|
您设置了PWD,但它不在您的软件中使用,它还需要对PSOC1的内部布线进行一些更改,使其工作。
现在用软件去抖怎么样? 最简单的方法是使用延迟环路去抖动。(这不是最好的方法,但容易理解。)一旦你掌握了这一点,我们就用更好的方法来解决这个问题。 以上来自于百度翻译 以下为原文 You set up the PWD but it was not used in your software and it also needs some change to the internal wiring of the PSoC1 to make it work. How about use a software debounce for now. The most simple way is to use a delay loop for debouncing. (This is not the best way but easy to understand. Once you master this we use better approach to this) |
|
|
|
吕梁
你的意思是使用这样的软件延迟吗?这是我以前使用的软件延迟。 无符号int x=0; 空延迟时间(int x)/延迟函数{int i,j;for(i=0;i&lt;x;i++){ for(j=0;j&lt;10;j++){} 那么用它调用它和数值一样,是由CLK计算的数值除以的延迟吗? 延迟时间(100); 以上来自于百度翻译 以下为原文 hi lleung, do you mean use a software delay like this? This is a software delay i used before unsigned int x=0; void delaytimes(int x) // DELAY FUNCTION { int i,j; for(i=0;i for(j=0;j<10;j++) { } then to use it call it like so with the numerical value, is the delay calculated by the numerical value divides by the clk? delaytimes(100); |
|
|
|
简单的延迟函数可以如下描述:
HTTP://www. PrimePoSo.COM/Copyt/CopeT/ToeLe/32-Delay-Fask.HTML 问候,Dana。 以上来自于百度翻译 以下为原文 Simple delay functions can be had as the following describes - http://www.planetpsoc.com/component/content/article/32-delay-functions.html Regards, Dana. |
|
|
|
嗨,Dana,
我记得看到延迟功能作为LCD模块的一部分,但不知道我可以使用它而不放置液晶模块,只是把文件添加到项目中,我将研究这一点。谢谢Dana 以上来自于百度翻译 以下为原文 Hi Dana, I remember seeing that delay function as part of the LCD module, but didnt know i could use it without placing an LCD module and just adding the files to the project, i shall look into that. thanks Dana |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2100 浏览 1 评论
1846 浏览 1 评论
3664 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1782 浏览 6 评论
1532 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
559浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
410浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
433浏览 2评论
379浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
905浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 17:03 , Processed in 0.862373 second(s), Total 56, Slave 49 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号