完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我有这个超声波传感器(HY-SRF05蓝色):cf附件。 我必须同时管理3个传感器。怎么样?我有主板SPC560P-DISP。在数据表中,有人使用I2C接口或UART或SPI。但我不知道怎么做。有文件吗? 谢谢。 最好的祝福, 赞布罗塔。 以上来自于谷歌翻译 以下为原文 Hello, I have this ultrasonic sensor(HY-SRF05 blue): cf in attachment. I have to manage 3 of this sensors simultaneously. How? I have the board SPC560P-DISP. In datasheet there's written of to use the I2C interface or UART or SPI. But I don't know how do. There's a documentation? Thanks. Best regards, Gianluca. |
|
相关推荐
8个回答
|
|
你好Gianluca,
SPC560P-DISP上没有I2C硬件。 我们有一个项目来创建一些I2C驱动程序(SW) SPC560P-DISP上存在UART和SPI 对于SPI,我没有在你的capter的参考手册中看到MISO和MOSI和CLK 我会在你的主板上使用一些线程和一些外部中断。 ECHO PIN上的外部IRQ INPUT需要10us TTL脉冲。 与ARDUINO: 使用SPC560P-DISP(SPC5Studio): 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Gianluca , There is no I2C HW on SPC560P-DISP. we have a project to create some I2C drivers (SW) UART and SPI are existing on SPC560P-DISP For SPI , i do not see MISO and MOSI and CLK on the reference manual of your capter i would use some Threads and some External Interrupts with your board. an External IRQ on the ECHO PIN you need 10us TTL impulse for INPUT. with ARDUINO :
with SPC560P-DISP (SPC5Studio) :
Best regards Erwan |
|
|
|
你好,Erwan,
我正在使用此代码处理我的句柄中断: 但我不明白该功能应该放什么。我知道什么是中断,我知道在C中创建了线程。但是我不明白你为什么要使用中断。使用矢量43是正确的吗?那么,TRIG_PIN是否设置为输入模式?和ECHO_PIN?谢谢。 最好的祝福, 赞布罗塔。 以上来自于谷歌翻译 以下为原文 Hello Erwan, I'm using this code for my handle interruption:
But I don't understand what to put in this function. I know what a interrupt and I know created threads in C. But I don't understand why you should use a interrupt. It's correct to use the vector 43? Then, the TRIG_PIN is set in Input mode? And ECHO_PIN? Thanks. Best regards, Gianluca. |
|
|
|
你好Gianluca,
vector43&lt; =&gt; EIRQx应该是ECHO_PIN。 配置上升沿&amp;用于中断的下降沿和根据您的传感器测量(通过刻度系统)。 你测量回声的时间。 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Gianluca , vector43 <=> EIRQx should be the ECHO_PIN. Configure Rising Edge & Falling Edge for Interruption and measure (by the tick system) according to your sensor. you measure the time of echo.
Best regards Erwan |
|
|
|
您好Erwan,这个微控制器有可用的i2c软件驱动程序吗?
先谢谢你! 以上来自于谷歌翻译 以下为原文 Hello Erwan,is there an i2c software driver available for this microcontroller? Thank you in advance! |
|
|
|
你好Auhagen,
是的,有SPC560P-DISP I2C SW代码。 我们计划创建一个I2C组件。 (HW&amp; SW) 我将向您发送一些测试源代码asap用于符合LCD组件的学生项目。 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Auhagen , Yes , there is SPC560P-DISP I2C SW code. we have planned to create a I2C component. (HW & SW) i will send you some beta source code asap used for students projects compliant for LCD components. Best regards Erwan |
|
|
|
那太好了。谢谢。
最好的祝福 托本 以上来自于谷歌翻译 以下为原文 That would be great. Thank you. Best regards Torben |
|
|
|
你好Auhagen,
请参见I2C仿真软件组件的示例 用于匹配LCD Arduino。 您可以采取一些功能来重新集成项目中的代码 无论如何,我将推出github代码(I2C SW组件)。 你将能够贡献。 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Auhagen , See you an example of the components for I2C Emulation Software using to match with LCD Arduino. you can take some functions to reintegrate the code in your project Anyway, i will push on github the code (I2C SW Components). You will be able to contribute. Best regards Erwan |
|
|
|
你好,Erwan,
很抱歉花了这么长时间才回复。不幸的是,当我尝试在论坛上写一个回复时,有很多错误。 您可以提供给我的每一段代码都会有所帮助。无论如何,我必须首先完成固件的其他组件。所以这并不紧急。 最好的祝福, 托本 以上来自于谷歌翻译 以下为原文 Hello Erwan, sorry for taking so long to reply. Unfortunately there are lots of errors when i try write a reply in the forum with the pc at work. Every bit of code that you can provide me would be helpful. Anyways, i must finish other components of the firmware first. So it isn't that urgent. Best Regards, Torben |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2635 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3610 浏览 6 评论
5988 浏览 21 评论
939浏览 4评论
1316浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
584浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1303浏览 3评论
1359浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-23 16:58 , Processed in 1.016608 second(s), Total 60, Slave 53 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号