<?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>THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55201/thingy-52-custom-firmware</link><description>Hi, everyone! 
 We try to use THINGY:52 board for debug our MEMS lib from external sensor. But before use external sensor (i2c bus) i can&amp;#39;t burn standard firmware that compiled by me. Thats what i do: 
 - use this for get all requrements 
 - get project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Dec 2019 09:15:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55201/thingy-52-custom-firmware" /><item><title>RE: THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/thread/225093?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 09:15:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:724f5053-c023-4848-8ce0-693761e56c98</guid><dc:creator>YaroslavRakhnenko</dc:creator><description>&lt;p&gt;Thanks a lot! It&amp;#39;s work (sometimes - not, but in 3/5 cases - yes and it is enough for me)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/thread/224610?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2019 08:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4dfa383-21f2-4d27-9574-f3578a1f531c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;Sorry about the delay.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can start by erasing the device (Erase all).&lt;/p&gt;
&lt;p&gt;Then you can add the application hex and the softdevice hex. &lt;br /&gt;The softdevice hex can be found in the Thingy SDK. &lt;br /&gt;Folder: thingy_sdk/sdk_components/softdevice/s132/hex/s132_nrf52_4.0.2_softdevice.hex&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/thread/223984?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 15:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71773a7e-7f47-465b-83fc-e15e4a960756</guid><dc:creator>YaroslavRakhnenko</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1575558040673v1.png" alt=" " /&gt;&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/55201/thingy-52-custom-firmware/223859"]I suggest using nRF Connect - Programmer instead.&amp;nbsp;[/quote]
&lt;p&gt;hm.. thank you. Is it problem (look at the mem layout)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/thread/223968?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 14:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b4f6aa5-c345-4784-8d00-cd4d91ab558e</guid><dc:creator>YaroslavRakhnenko</dc:creator><description>[quote userid="20690" url="~/f/nordic-q-a/55201/thingy-52-custom-firmware/223859"]You remembered to flash the correct version of the softdevice as well as the application?[/quote]
&lt;p&gt;I didn&amp;#39;t change/flashing softdevice app. Just flashing app_thingy_s132.hex&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/55201/thingy-52-custom-firmware/223859"]And you made no modifications to the code?[/quote]
&lt;p&gt;Yes, I didn&amp;#39;t change noting in the source.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: THINGY:52 custom firmware</title><link>https://devzone.nordicsemi.com/thread/223859?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 11:32:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:005dfa2e-631b-4d85-bbca-e5f01c14f6ad</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your approach seems to be correct, and it should work.&amp;nbsp;&lt;br /&gt;I tried the exact same approach as you, and it works just fine for me.&lt;/p&gt;
&lt;p&gt;You remembered to flash the correct version of the softdevice as well as the application? And you made no modifications to the code?&lt;/p&gt;
&lt;p&gt;I would also like to note that nRFgo Studio is deprecated and no longer maintained. I suggest using nRF Connect - Programmer instead.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>