<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Forum - Recent Threads</title><link>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Fri, 08 Jan 2021 06:19:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum" /><item><title>L2CAP with BLE and STM32</title><link>https://community.element14.com/thread/39859?ContentTypeID=0</link><pubDate>Tue, 05 Jan 2021 19:01:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cedc3bd6-01ad-462b-bdec-c9afa992aa8f</guid><dc:creator>yosoufe</dc:creator><slash:comments>4</slash:comments><comments>https://community.element14.com/thread/39859?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39859/l2cap-with-ble-and-stm32/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hi&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;It has been few weeks that I am trying to learn about Bluetooth low energy (BLE). This is the first time I code for bluetooth and I spent a lot on learning the basics. I managed to get my python script to communicate with the Nucleo board via the BLE expansion board. It seems the BLE is not designed for relatively large data. Every packet is like around 20 bytes of data. I read about L2CAP which seems it can increase the throughput. But I do not find an example or any code to use the BLE and L2CAP. L2CAP is marked as supported in the BLE exansion board but I do not know how to activate it and how it works.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;My purpose is to be able to send the ADC measurements over BLE to the PC and do the rest of calculation on PC. It has been impossible to have a good speed of data transfer for this purpose. For example when I send 250 bytes from nucleo board to PC without L2CAP, it takes more than 1 seconds. The alternative is to do calculations on the nucleo board and use the BLE just as a notification.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you know about the L2CAP and BLE please help me. I do not find anyway to send data using L2CAP with the bluenrg library as a server. bluenrg library has few functions to receive L2CAP stuff or sending as a client, but I could not find anything to initiate the communication over the L2CAP as server.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks&lt;/p&gt;&lt;p style="margin:0;"&gt;Yousof&lt;/p&gt;</description></item><item><title>RE: L2CAP with BLE and STM32</title><link>https://community.element14.com/thread/150110?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2021 06:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:92db43de-8d6c-4eb3-b2e4-e66ef6ca5b8d</guid><dc:creator>yosoufe</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/150110?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39859/l2cap-with-ble-and-stm32/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;As I understood, the BLE sends in packets of 20 bytes, So the 250 bytes will be sent in 13 packets.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Do you think I have something wrong or inefficient that takes so much ling? I will double check that then, Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: L2CAP with BLE and STM32</title><link>https://community.element14.com/thread/150109?ContentTypeID=1</link><pubDate>Fri, 08 Jan 2021 06:16:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:43ae3e05-b2cc-4dac-b2e5-95a3ae8729ef</guid><dc:creator>yosoufe</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/150109?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39859/l2cap-with-ble-and-stm32/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hi @shabaz, Thanks&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Correrct. The &lt;span style="color:#333333;font-family:Arial, &amp;#39;Lucida Grande&amp;#39;, sans-serif;"&gt;bluenrg library that is provided by ST does not seem to have L2CAP-suppported high level APIs (or I could not find). &lt;/span&gt; Maybe because cortex M7 is not powerful enough? Or it is not provided yet? I am not sure. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I was not also thinking that I could write them myself &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/286/contentimage_5F00_2516.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/contentimage_2516.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=0m%2BvLP7OGYVf1MIdJN26zO8dySwt79cy2AxfnRs2QyE%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=heES4XYcBt0dSn/cCMo/FA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: L2CAP with BLE and STM32</title><link>https://community.element14.com/thread/150079?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 13:56:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4833aee6-de60-49ae-804e-627a443885cc</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/150079?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39859/l2cap-with-ble-and-stm32/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;By the way, here is a very simplistic diagram.&lt;/p&gt;&lt;p style="margin:0;"&gt;If you&amp;#39;re experiencing 1-second delays to send information, it could be that the higher-level API calls you&amp;#39;re using, are causing advertisements and characteristics discovery procedures each time (which all filter down the stack from the location where they are initiated in each state machine in the stack), prior to sending your desired application data. All of those procedures take the times specified in the BLE spec.&lt;/p&gt;&lt;p style="margin:0;"&gt;You may need to change what API calls you are using, or pass particular handles for subsequent requests to send your application data, or some other parameter. But you&amp;#39;ll still have to work at the high level API, it&amp;#39;s normally not possible to take a short-cut and try to send function calls mid-way in the stack directly to the L2CAP layer, that will break things.&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/780x600/__key/communityserver-discussions-components-files/286/contentimage_5F00_193537.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/contentimage_193537.png-780x600.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=8Yu6yVcCuyvLtDpY0jKumoEk9QIyZonIZKhbXraWhaw%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=go94aCkrGqVrE6s2736a0g==" style="max-height: 600px;max-width: 780px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: L2CAP with BLE and STM32</title><link>https://community.element14.com/thread/150078?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 13:41:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:743226e6-cce8-4e8f-a0c4-16b092419667</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/150078?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39859/l2cap-with-ble-and-stm32/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hi Yousof,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I have not used the particular hardware or software that you mention, however generally it is not expected to be necessary to code at the L2CAP level. The software stack for BLE for your processor/environment, or firmware inside the RF function inside the chip, will do all that. You normally only have access at a higher level API, which will interact at GAP and GATT level, if not an even higher level friendlier abstraction.&lt;/p&gt;&lt;p style="margin:0;"&gt;When you make the API calls that will cause interaction at these higher levels, and the BLE software stack will automatically convert the high level instructions into the low level L2CAP layer.&lt;/p&gt;&lt;p style="margin:0;"&gt;It is easiest to imagine it like I2C communication where you normally send bytes to your i2c_write function call, and do not need to toggle the SDA/SCL lines individually.&lt;/p&gt;&lt;p style="margin:0;"&gt;The high level API will translate down internally in the stack to the low layer, and will then be handled accordingly over the air.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you&amp;#39;re actually not interested in using the supplied BLE stack and just want to transmit raw bytes and handle your own error detection, retransmits, your own channel selection etc., then the chip may have a &amp;#39;raw&amp;#39; mode, but then that is not BLE, the stack is too complex to code, and such a raw mode will not work with a PC expecting BLE communications.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/39844?ContentTypeID=0</link><pubDate>Fri, 25 Dec 2020 20:58:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6cc6475f-2670-4089-bfff-5bf4e118e71e</guid><dc:creator>yosoufe</dc:creator><slash:comments>5</slash:comments><comments>https://community.element14.com/thread/39844?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hi,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Is there any way to un-publish a blog? I am writing a blog and save it as a draft. And sometimes I click on &amp;quot;publish&amp;quot; instead of &amp;quot;save as draft&amp;quot; by mistake. Is there anyway to undo it?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;It is not possible to easily delete the blog and recreate it, because I need to upload the images and videos again. Otherwise clicking on the copied image, results in &amp;quot;image not found&amp;quot; error message.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Even a pop question, asking for confirmation like &amp;quot;You are going to publish the blog. Are you sure? Continue?&amp;quot; or something like that would be useful to avoid publishing by mistake.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks&lt;/p&gt;</description></item><item><title>RE: Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/149946?ContentTypeID=1</link><pubDate>Sat, 26 Dec 2020 22:35:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4c25205a-d091-4c7f-846e-43776e89fb1e</guid><dc:creator>yosoufe</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149946?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Thanks. I did not know that. That is useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/149934?ContentTypeID=1</link><pubDate>Sat, 26 Dec 2020 20:07:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:78e53035-3b8c-40a4-983f-485c36049a8b</guid><dc:creator>Andrew J</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/149934?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Tthere isn’t a way to unpublish and this does catch people out - Jan’s suggestion is the best for when you do it.&amp;nbsp; The workaround we’ve settled on is to set a publish date as soon as you create the blog post, before typing anything.&amp;nbsp; Click on advanced at the bottom, then set the publish date a long way into the future.&amp;nbsp; That way, even if you do press Publish instead of Save as Draft, nothing will appear until the date.&amp;nbsp; When you are ready to actually publish it, then just remove the date and publish.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/149945?ContentTypeID=1</link><pubDate>Sat, 26 Dec 2020 07:26:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cf1e2a77-ce25-4530-aa64-7923d061c0ce</guid><dc:creator>yosoufe</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149945?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Thanks,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I tried delete. But delete, means uploading all the images again and also there is a chace to click the publish again by mistake.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I am going with the &amp;quot;DRAFT&amp;quot; option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/149943?ContentTypeID=1</link><pubDate>Sat, 26 Dec 2020 01:16:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1cc7c8ea-b25c-4a67-915b-b9aa4f9aedbf</guid><dc:creator>kmikemoo</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/149943?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/members/yosoufe"&gt;yosoufe&lt;/a&gt;&lt;/span&gt;&amp;nbsp; I haven&amp;#39;t used it myself, but have you tried the Delete button on the right side of the screen?&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x382/__key/communityserver-discussions-components-files/286/2843.contentimage_5F00_193380.jpg"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/2843.contentimage_193380.jpg-620x382.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=rQja3KlFzm7QV3Kv9q2CaUAqv%2FvsS1x64yojAA9g4oY%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=XmrqQavO3NCZU6E1Mh1whQ==" style="max-height: 382px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Anyway to un-publish the blog?</title><link>https://community.element14.com/thread/149942?ContentTypeID=1</link><pubDate>Fri, 25 Dec 2020 22:07:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ac8f353f-21e8-4b2a-9d0a-9b87a0dba0fb</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149942?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39844/anyway-to-un-publish-the-blog/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;You can&amp;#39;t unpublish. When it happens to me, I put a big DRAFT message on the first line in red font.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149555?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 19:32:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:534b5178-8ed7-470f-b4c8-3a30f1998921</guid><dc:creator>dwinhold</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149555?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;In the instruction paper that came with the sensor, it shows an alternative solution for connection.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x408/__key/communityserver-discussions-components-files/286/8468.contentimage_5F00_193127.jpg"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/8468.contentimage_193127.jpg-620x408.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=qG6UlZaJ7ey4%2FUk%2FhPjfFLQB%2FGJyh%2B7OnVQYjY5vj24%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=alpxq3+j5EG2f4jUkQc2IQ==" style="max-height: 408px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Dale Winhold&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149569?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 16:20:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9010bfe9-35e6-4065-8550-002d99dbd0b7</guid><dc:creator>ralphjy</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149569?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Thanks.&amp;nbsp; I&amp;#39;m afraid I&amp;#39;m guilty of a case of not RTFM sufficiently.&amp;nbsp; I had downloaded that document and used parts of it already.&amp;nbsp; Appreciate that you pointed out that it had the frequency curve included.&amp;nbsp; I also missed the part about the resonant frequency being &amp;gt;30kHz.&amp;nbsp; I think I need new glasses &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/286/contentimage_5F00_938.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/contentimage_938.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=iJXBadYMYxlQ3z04edogcMFJw8IBqrIQXkCVLLiF%2FtM%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=/gMpxEBFOrSQf8R73bMqwQ==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Ralph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149564?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 15:08:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:839ced65-932e-408f-a28a-8bc929b4fb58</guid><dc:creator>michaelkellett</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/149564?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I&amp;#39;m one of the judges so I have to be careful what I say but I think it&amp;#39;s OK to point out that you can find a spec with frequency response here:&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="https://www.kemet.com/en/us/sensors.html?t=931" rel="nofollow ugc noopener" target="_blank" title="https://www.kemet.com/en/us/sensors.html?t=931"&gt;https://www.kemet.com/en/us/sensors.html?t=931&lt;/a&gt; &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/185273?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:41:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5b098f55-125d-4320-986a-d99ae9704afe</guid><dc:creator>neuromodulator</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/185273?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;That&amp;#39;s good, I suspect the STM32 is one of the best alternatives, because of the number of bits and speed. I haven&amp;#39;t done much work with the STM32, but maybe I&amp;#39;ll give it a try to see if I can get it to do what I need without having to spend too much effort on it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How are you going to connect the sensor?</title><link>https://community.element14.com/thread/11320?ContentTypeID=0</link><pubDate>Thu, 26 Nov 2020 22:53:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c38faa20-80e4-4bdc-b719-bb033b8a9a11</guid><dc:creator>neuromodulator</dc:creator><slash:comments>10</slash:comments><comments>https://community.element14.com/thread/11320?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;The only requirement for the &amp;quot;experimental design challenge&amp;quot; is to use the vibration sensor. How are you going to use it? I suppose most (if not everyone) will sample the analog signal, but what are you going to use to sample it? Are you going to use the provided STM32 MCU, a different MCU. a DAQ, or something else?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;As of me I still haven&amp;#39;t decided yet. I got a NI DAQ, a DMM with sampling capabilities and of course a bunch of MCUs and FPGAs. the NI DAQ is probably the easiest to use, its 200 ksps @ 16 bits. Then my DMM could sample up to 1msps @ 16 bits, but not continuously, or at much higher resolution but also a much slower speed. Then the provided STM32 can sample at up to 3.6 Msps @ 16 bits, (and eventually at higher speed through interleaving) but requires much more effort as it needs to be programmed.&lt;/p&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149544?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:32:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cb60c074-7a0b-4cf0-905c-3e2563b327c4</guid><dc:creator>ralphjy</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/149544?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Hi Doug,&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;If you look on page 4 of the manual - the suggested connectors are SM03B-SRSS-TB or BM03B-SRSS-TB, these are surface mount PCB connectors.&amp;nbsp; I think even if you found the cable connectors they would be too hard to put together unless you had a crimp tool that could handle the small pins.&amp;nbsp; I wasn&amp;#39;t able to find any pre-built cable assemblies so I&amp;#39;m going to try the PCB connectors to see if I can build an adapter.&amp;nbsp; Probably simplest to just cut it off.&amp;nbsp; It almost looks like they expect you to do it as there are instructions in the manual on page 5.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Ralph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/185272?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:22:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:925e5338-f621-43ad-a83d-1795a361c6c5</guid><dc:creator>neuromodulator</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/185272?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I also noticed its way too tiny, so I&amp;#39;ll eventually cut it off and use something more convenient&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/185271?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:19:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c8c12041-617c-4005-aeff-1ef7f9811849</guid><dc:creator>neuromodulator</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/185271?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Yes, but through oversampling you can reduce noise, so its not a bad idea to go for high sampling speed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149543?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:15:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9253283c-fffe-4d7b-96a9-10dbb56f80ea</guid><dc:creator>zst123</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/149543?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I will say go for it and use the NI DAQ if that is what you are most familiar with. Personally I am going to use the STM32 ADC sampling with DMA as it is something I have experience with. After this competition it will be nice to learn from each other&amp;#39;s blogs on how a variety of tools can be used. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149542?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 01:13:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1a85dd48-2c29-489b-a0c2-0884ef7dcada</guid><dc:creator>dougw</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/149542?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;I will hook it up this weekend and see what I can do with it. The first issue for me will be connecting to the tiny connector - I don&amp;#39;t think I have a mating connector yet. It looks to be a 1mm pitch. I will probably blog as I go in case it helps anyone else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How are you going to connect the sensor?</title><link>https://community.element14.com/thread/149541?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 00:32:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dcda0b04-ac56-434b-8dc3-c6bb62c84ff5</guid><dc:creator>ralphjy</dc:creator><slash:comments>2</slash:comments><comments>https://community.element14.com/thread/149541?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/11320/how-are-you-going-to-connect-the-sensor/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;The sensor spec indicates the frequency range is 15KHz and the measuring range is about 1V, so your NI DAQ has more than enough capability.&amp;nbsp; I wish the spec had a frequency response curve but I guess that&amp;#39;s something to be determined.&amp;nbsp; There&amp;#39;s also no power supply sensitivity curve although the operating range is specified as 3-5.5V (I plan to use it at 3.3V).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How does the sensor communicate?</title><link>https://community.element14.com/thread/39664?ContentTypeID=0</link><pubDate>Tue, 06 Oct 2020 20:16:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b1dc442b-4841-497a-aab7-ea040b40ca53</guid><dc:creator>parasquid</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/39664?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39664/how-does-the-sensor-communicate/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt; Is it through voltage fluctuations?&lt;/p&gt;&lt;p style="margin:0;"&gt;I can see that there is only one wire as the signal. Is it modulated somehow, or is there a carrier wave?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I wasn&amp;#39;t able to find the information in the datasheet linked to the article, but maybe someone can point me in the right direction?&lt;/p&gt;</description></item><item><title>RE: How does the sensor communicate?</title><link>https://community.element14.com/thread/148936?ContentTypeID=1</link><pubDate>Wed, 07 Oct 2020 04:56:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ee33d9d8-c18a-4bc7-929e-fc0cd11e414d</guid><dc:creator>parasquid</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/148936?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39664/how-does-the-sensor-communicate/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;Thanks, that&amp;#39;s great to know! &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/286/contentimage_5F00_1.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/contentimage_1.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=gOqUbwEG%2BMdDT%2BuZfQpCjcbmYyfk8eM6Uhs%2Ftgpp34o%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=zGEM7pHL10Vt71gae75OdA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the sensor communicate?</title><link>https://community.element14.com/thread/148927?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 22:29:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e7ce78d0-f669-4ba1-9188-1eebb984c4cd</guid><dc:creator>genebren</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/148927?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/experimenting-with-vibration-sensors/f/forum/39664/how-does-the-sensor-communicate/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/620x414/__key/communityserver-discussions-components-files/286/7455.contentimage_5F00_192662.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/286/7455.contentimage_192662.png-620x414.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=8ruyhCo8mLNSmXa1al2CYJIl6%2Ba6zcSwPgwCCMUvMOA%3D&amp;amp;se=2026-05-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=v9uf9nwPDuayV2XVcvUtZg==" style="max-height: 414px;max-width: 620px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;This is from the KEMET catalog and shows the frequency and amplitude range (along side a range of example applications).&amp;nbsp; Ideally, you would sample the sensor at a high rate and perform a FFT to identify the amplitude at different frequencies.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I hope that this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>