<?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>adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48779/adding-ble-to-gfx-project</link><description>i have a complete project based the gfx project and i want to add BLE using UART for communication. i want to communicate my module with the nRF52840 dongle. 
 is there simple way to do it? rather adding all the libraries that the BLE project has?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jun 2019 06:20:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48779/adding-ble-to-gfx-project" /><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/194496?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 06:20:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7b4af89-f44c-4d49-b444-33f1a2f3958d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not able to read the image. Can you upload a larger image, or just the text itself? The most typical reason for getting a HardFault is if you are dereferencing an invalid pointer, pointing to invalid memory, but that is just a guess without knowing more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/194492?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2019 05:51:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4054f7c-9c30-4e55-bd59-9c661e143326</guid><dc:creator>yuval</dc:creator><description>&lt;p&gt;i used another project based ble_app_uart. took evaluation board with nothing connected to the IOs. but once i add and enable the SPI the MCU stops at a disassembly line and after that it goes into HardFault. how can i test where the problem is from?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1561441911583v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/193821?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 08:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c76a370-d0ec-44ab-8625-784ac3d7307b</guid><dc:creator>awneil</dc:creator><description>[quote userid="7377" url="~/f/nordic-q-a/48779/adding-ble-to-gfx-project/193815"]start with the closest BLE project and import your GFX code into that[/quote]
&lt;p&gt;Seconded.&lt;/p&gt;
&lt;p&gt;And worth spending some time with the unmodified BLE Project to gain familiarity with it before adding stuff ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/193815?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 08:21:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0152872b-0a42-404d-ac59-00756e9c6e64</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I recommend you start with the closest BLE project and import your GFX code into that since the BLE project has much more dependencies. Going the other way around is more work and more error-prone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/193797?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 07:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52f59bea-7443-4a11-8663-47c8d27d3c88</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/merging-two-ble-examples-together"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/merging-two-ble-examples-together&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The same should apply to a BLE and non-BLE project&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/193782?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2019 06:05:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8744c34e-8093-4ed1-b750-1a4e44a960f5</guid><dc:creator>yuval</dc:creator><description>&lt;p&gt;in the nRF52 examples, one of the project is graphic ; ...nRF5_SDK_14.2.0_17b948a\examples\peripheral\gfx.&lt;/p&gt;
&lt;p&gt;since my project started from the touch LCD i based the code on those drivers. now i want to add the BLE communication.&lt;/p&gt;
&lt;p&gt;if i look at the app/ble examples , there are a lot of drivers , some of them (probably many) are not needed. i wanted to know if someone added BT capabilities to a non BT project.&lt;/p&gt;
&lt;p&gt;the github example is not relevant&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: adding BLE to gfx project</title><link>https://devzone.nordicsemi.com/thread/193709?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 14:09:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cad0333-44e7-455f-b6c1-8ac41b8eed6d</guid><dc:creator>awneil</dc:creator><description>[quote userid="67026" url="~/f/nordic-q-a/48779/adding-ble-to-gfx-project"]the gfx project[/quote]
&lt;p&gt;What &amp;quot;gfx&amp;quot; project ?&lt;/p&gt;
[quote userid="67026" url="~/f/nordic-q-a/48779/adding-ble-to-gfx-project"] i want to add BLE using UART for communication. i want to communicate my module with the nRF52840 dongle.&amp;nbsp;[/quote]
&lt;p&gt;Have you looked at the pc-ble-driver:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;https://github.com/NordicSemiconductor/pc-ble-driver&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>