<?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/"><channel><title>Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><description>Prerequisites STM32F4 Discovery STM32F4 Discovery STM32F4 Discovery WiFi Board STM32F4 Discovery WiFi Board UART8000-U Cable UART8000-U Cable IntroductionWe are going to use the STM32F4 Discovery Board STM32F4 Discovery Board and the STM32F4 Discover</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Tue, 16 Feb 2016 10:48:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I hope you see this reply.&lt;/p&gt;&lt;p&gt;This is a very helpful tutorial.&lt;/p&gt;&lt;p&gt;I have a question related to USART1.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately, I already use PB6 and PB7 for another function&lt;/p&gt;&lt;p&gt;So I did change the all the related part of UART1 to UART3. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I use UART1, It works fine. However, after I changed it, it keeps hanging. &lt;/p&gt;&lt;p&gt;What I am trying to say is that I write &amp;#39;0&amp;#39; to call the getstatus, In hyper terminal getstatus is displayed and the others such as mac address is not displayed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you know what is the reason that happened? when I change UART1 to UART3?&lt;/p&gt;&lt;p&gt;I also well wired depend on what uart port I use.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking forward to replying your answer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you again&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sat, 09 Jan 2016 00:11:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>czyskows</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Shaun,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You are a king among men.&amp;nbsp; Thanks for the detailed tutorial. So much better than that provided in the user manual.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Mon, 19 Oct 2015 08:56:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>derekt</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello Shaun, I still am having issues using the functions in the WiFi demo code that comes with the Discovery Wifi. I am using a virtual com port instead of the usb -&amp;gt; uart converter. Can you help me with ideas just to achieve my 2 way communication between my board and my client. On the client side I am ok, just the board side.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/1362.contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Tue, 06 Oct 2015 12:22:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>derekt</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi. I am trying to combine the Wi-Fi library into the my project. I have done so successfully and I have been helped a lot by your detailed tutorials. Thanks. The only issue I am having is that the IRQ_Handler_Request is clashing with with the sn8200_hal, I am getting the multiply defined error. How do I proceed? Do I have to modify / remove one of the clashing libraries without having a impact on the code? &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Tue, 29 Sep 2015 22:21:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hey &lt;span&gt; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.element14.com/community/people/oneleggedredcow" style="text-decoration:underline;" target="_blank"&gt;shaun endres&lt;/a&gt;&lt;/p&gt;&lt;p&gt;That&amp;#39;s a great project. I just have an issue with the STM32F4DIS-WIFI. When I tried to do this:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;As you can see, the demo application has quite a bit of functionality in it! As a test to make sure that everything is working like we expect it to, type in a 0 to Get WiFi status. This should return a message like &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I couldn&amp;#39;t get any response from the wifi, not only with choice 0 but with the other choices also, while I can connect the WIFI to the network in the previous step with the sn800.com webpage. Any help please?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sun, 20 Sep 2015 04:00:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>hokelvin66</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;very interesting post.By the way, i have a problem to create the server and i need some guide. thx &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/3225.contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sun, 20 Sep 2015 01:36:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>derekt</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thanks for the detailed post. I am trying to combine the Dsicover WiFi project and the virtual COM Port. I am however getting this error and I don&amp;#39;t know how to fix it, I don&amp;#39;t even know what it means. Does anyone have a clue? &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/1641.contentimage_5F00_2.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x156/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/1145.contentimage_5F00_179886.png:620:156]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Tue, 15 Sep 2015 21:21:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>derekt</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I recently bought the discovery Wi-Fi module and after powering it up I could not access it from both my phone and my PC, It&amp;#39;s strange because the documentation states that the module starts in the AP mode. I have decided to seek help before I proceed. May you please assist if you can.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sun, 21 Jun 2015 20:28:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>balearicdynamics</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice post full detailed. Bookmarked &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sun, 21 Jun 2015 18:39:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cool WiFI SSID &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-23db61d9-0d12-4d06-914c-898d2fb41de5/contentimage_5F00_2516.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Accelerometer readings over WiFi with the STM32F4 Discovery Board</title><link>https://community.element14.com/products/devtools/single-board-computers/b/blog/posts/accelerometer-readings-over-wifi-with-the-stm32f4-discovery-board</link><pubDate>Sun, 21 Jun 2015 18:10:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:23db61d9-0d12-4d06-914c-898d2fb41de5</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice detailed post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21148&amp;AppID=82&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>