完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好专家,
最近我买了STEVAL-WESU1板,能够使用android应用程序读取传感器数据。 我的要求是将这个可穿戴平台连接到其他arm板(raspberry pi板),raspberry pi应该能够通过BLE从可穿戴平台读取数据。 可能吗 ?你能为我们提供一些代码吗? 谢谢您的帮助。 如果需要任何信息,请告诉我。 #wearable #bluestsdk 以上来自于谷歌翻译 以下为原文 Hello Experts, Recently I bought the STEVAL-WESU1 board and able to read the sensor data using android application. My requirement is to connect this wearable platform to other ARM board (raspberry pi board), raspberry pi should be able to read the data from wearable platform via BLE. Is it possible ? can you please provide us some code to do that ? Thanks for the help. Please let me know if need any information. #wearable #bluestsdk |
|
相关推荐
15个回答
|
|
|
|
|
|
是的,这是可能的,但您必须为目标ARM板编写自己的代码。
以上来自于谷歌翻译 以下为原文 Yes, it is possible, but you will have to write your own code for the target ARM board. |
|
|
|
你好Miroslav,
谢谢回复。 顺便说一句,我试图通过UUID读取数据,这应该可以在任何支持BLE的可穿戴设备中使用。 我试图通过UUID读取传感器数据,但是将数据设置为零,使用raspberrypi论坛检查,他们怀疑我们可能需要编写或启用某些访问来读取数据。 你能取悦我吗?是否可以将此技术问题发送给ST可穿戴设备 STEVAL-WESU1板技术团队? 这是我在raspberrypi论坛上的问题,他们让我和ST团队核实一下。 https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=212483&p=1310671♯p1310671 以上来自于谷歌翻译 以下为原文 Hi Miroslav, Thanks for the reply. BTW, I have tried to read the data via UUID which should be possible in any BLE supported wearable device. And I have tried to read the sensor data via UUID, but getting datas as zero, checked with raspberrypi forum, they suspect that we may need to write or enable some access to read the data. Can you please me with that ? Is it possible to route this technical question to ST wearable STEVAL-WESU1 board technical team ? Here is my question in raspberrypi forum, they asked me to check with ST team. https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=212483&p=1310671 ♯ p1310671 |
|
|
|
请检查以下存储库
https://github.com/STMicroelectronics-CentralLabs 以上来自于谷歌翻译 以下为原文 Please check following repository https://github.com/STMicroelectronics-CentralLabs |
|
|
|
谢谢Miroslav。
你能帮我从这个板上获取调试UART日志(STEVAL-WESU1)吗? 我可以在给定的演示示例中看到很多PRINTF(),你能帮我解决一下吗? 调试这些示例会很有帮助。 以上来自于谷歌翻译 以下为原文 Thanks Miroslav. Can you please help me to get the debug UART logs from this board (STEVAL-WESU1) ? I can see lot of PRINTF() in the given demo example, can you please help me on this ? It would be helpful to debug the examples. |
|
|
|
|
|
|
|
你好
titusece ,请找到新发布的 https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_Python 在Linux网关上使用。我修复了与STEVAL-WESU1板连接相关的问题。 请在README.md文件中注明c 实际上只实现了BlueST功能的一个子集;此外,目前还没有实现调试功能。将尽快添加所有缺少的功能。敬请关注。 谢谢你,问候, 达维德 ♯ “ 注意:原始帖子包含大量线程对话,只能迁移到第9级 以上来自于谷歌翻译 以下为原文 Hello titusece ,please find the new release of the https://github.com/STMicroelectronics-CentralLabs/BlueSTSDK_Python to be used on a Linux gateway.I fixed the issue related to the connection to the STEVAL-WESU1 board. Please note in the README.md file that c urrently only a subset of the BlueST features is implemented; moreover, neither the debug capability is implemented at the moment. All the missing features will be added asap. Stay tuned. Thank you and regards, Davide ♯ ‌ Note: the original post contained a large number of threaded conversations and was only able to be migrated to the 9th level |
|
|
|
泰特斯你好
UART连接显示在UM2041的第19页。 以上来自于谷歌翻译 以下为原文 Hello Titus the UART connection are indicated on pag.19 of UM2041. |
|
|
|
嗨大卫,
谢谢你的精彩回答。 一旦我拿到新板,我会试试。 以上来自于谷歌翻译 以下为原文 Hi Davide, Thanks for your wonderful answer. Will try once I got my new board. |
|
|
|
嗨阿德里亚诺,
感谢您的回答。 是的,我提到了相同的内容,但在运行代码时我在UART线上看不到任何信号。 以上来自于谷歌翻译 以下为原文 Hi Adriano, Thanks for your answer. Yes, I referred the same,but I could not see any signal on UART lines while running the code. |
|
|
|
谢谢戴维德。
现在它的工作,感谢您的支持。 以上来自于谷歌翻译 以下为原文 Thanks Davide. Now its working, thanks for your support. |
|
|
|
嗨阿德里亚诺,
根据用户指南UM2041,我缩短了第2和第3引脚位置f J1& J2。 我仍然没有收到任何UART打印件。 任何帮助。 以上来自于谷歌翻译 以下为原文 Hi Adriano, As per the userguide UM2041, I have shorted the 2nd and 3rd pins position f J1 & J2. Still I am not receiving any UART prints. Any help. |
|
|
|
嗨提图斯,
欢迎您,我很高兴解决方案适合您。 继续享受STM32平台! ;-) 问候, 达维德 以上来自于谷歌翻译 以下为原文 Hi Titus, You are welcome, and I am very happy the solution worked fine for you. Keep on enjoying STM32 platform! ;-) Regards, Davide |
|
|
|
亲爱的提图斯
可能是一个回顾可以帮助你: 1.将J1移至2-3针,并将J2移至小适配器板上的2-3针。 2.现在在中央条带上你有RX和TX线,特别是它的引脚6和7。请参考下图 3.捕获您需要RS232转USB适配器的串行信息(商用中有很多)或者您可以重新使用Nucleo Board,在这种情况下,您必须连接CN3上的RX和TX(在ST-Link端) )。 请注意:这些是ST-Link上STM32的RX和TX,因为您必须将TX连接到RX,将RX连接到TX。 4.为避免核心上的STM32与WeSU上的STM32发生冲突,您必须将其隔离:删除JP5和JP6,连接JP1。 希望这有帮助 阿德里亚诺 注意:原始帖子包含大量线程对话,只能迁移到第9级 以上来自于谷歌翻译 以下为原文 Dear Titus may be a recap could help you: 1. move J1 to pin 2-3, and move J2 to pin 2-3 on the small adapter board. 2. now on central strip you have RX and TX lines, and specifically on pin 6 and 7 of it. please refer to below image 3. to capture the serial information you need a RS232 to USB adapter (there are many in commerce) or you can re-use a Nucleo Board, in this case you have to connect above RX and TX on CN3 (on ST-Link side). Please note: these are RX and TX for STM32 on ST-Link, since you have to connect TX to RX and RX to TX. 4. To avoid the STM32 on the nucleo conflict with STM32 on WeSU you have to isolate it: remove JP5 and JP6, connect JP1. Hoping this help Adriano Note: the original post contained a large number of threaded conversations and was only able to be migrated to the 9th level |
|
|
|
感谢Adriano的大力帮助,它确实解决了这个问题。
以上来自于谷歌翻译 以下为原文 Thanks Adriano for your great help, it solves the issue indeed. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2747 浏览 1 评论
3244 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1813 浏览 1 评论
3655 浏览 6 评论
6045 浏览 21 评论
1342浏览 4评论
204浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
359浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
451浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
277浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-29 18:43 , Processed in 1.849388 second(s), Total 104, Slave 88 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号