<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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>Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12030/can-we-do-fota-to-other-microcontroller-which-is-connected-with-nrf51822</link><description>I want to do firmware update over the air in a STM32F4xx microcontroller which is connected with nRF51822 chip via UART (TX, RX, CTS, DTR) and BOOT pins. ST microcontroller has a bootloader which can flash the firmware via UART peripheral when BOOT pin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 21 Feb 2016 23:31:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12030/can-we-do-fota-to-other-microcontroller-which-is-connected-with-nrf51822" /><item><title>RE: Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/thread/45528?ContentTypeID=1</link><pubDate>Sun, 21 Feb 2016 23:31:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1020241-b2f3-4c82-9296-6890c50466e4</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;&lt;code&gt;dfu_transport_ble.c&lt;/code&gt; seems to contain most of the BLE DFU code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/thread/45531?ContentTypeID=1</link><pubDate>Sun, 21 Feb 2016 02:30:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7845937d-7dc3-4d6a-939c-718d18de3ba7</guid><dc:creator>EthanHunt</dc:creator><description>&lt;p&gt;Hello RK,
I have done both examples independently sending and receiving messages over UART and FOTA for Nordic itself and both examples and it worked properly. But now when DFU is starting from bootloader and at which place I should add UART service, that thing I am not able to figure out. So my main question is, can you tell me where those data packets are coming in bootloader s110 example code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/thread/45530?ContentTypeID=1</link><pubDate>Sun, 21 Feb 2016 02:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1da6bb5e-10f2-4862-8270-7c65d0f3147a</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;You can pick and mix from the examples. There&amp;#39;s plenty of them which use the UART for sending debugging messages etc, so you can pull some of the code from there for your send, the UART driver is fairly simple, just stuff data at it and it sends it out. For getting the image over the air, the BLE UART code would be a good starting point, or start with the BLE DFU code which is similar, that has some structure to the whole thing, and just change it to collect the image in memory and send it out instead of performing a DFU on the nordic.&lt;/p&gt;
&lt;p&gt;Your only problem may be having enough space for the image you want to send to the STM, you may have to send it out as it comes in, or bring it in a few chunks at a time and write it out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/thread/45529?ContentTypeID=1</link><pubDate>Sun, 21 Feb 2016 02:12:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:420b8d0e-d36d-44c8-a463-c168ee148490</guid><dc:creator>EthanHunt</dc:creator><description>&lt;p&gt;Thanks for quick response. I don&amp;#39;t have any sample example code to do that. So can you please recommend any example code from which I can learn and implement my application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do FOTA to other microcontroller which is connected with nRF51822?</title><link>https://devzone.nordicsemi.com/thread/45527?ContentTypeID=1</link><pubDate>Sun, 21 Feb 2016 02:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26eafb80-22a3-4c37-9e44-7440489ad9cd</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;What difficulty are you having? Download the firmware update over BTLE in any way you please to the nordic chip, pull the boot pin on the STM low and feed the firmware to it over the UART.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>