<?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>nRF8001 DevKit usage with FPGA and Embedded Linux</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19553/nrf8001-devkit-usage-with-fpga-and-embedded-linux</link><description>I would like to develop an application with Nordic&amp;#39;s nRF8001 DevKit. The master emulator of this kit is an USB Dongle and it is originally meant for PC connection. My final goal for the project is to run it on an FPGA (possibly through Embedded Linux</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Apr 2025 08:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19553/nrf8001-devkit-usage-with-fpga-and-embedded-linux" /><item><title>RE: nRF8001 DevKit usage with FPGA and Embedded Linux</title><link>https://devzone.nordicsemi.com/thread/532113?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2025 08:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f1851fb-d212-459c-b194-b2d5f5341389</guid><dc:creator>WonderNomad</dc:creator><description>&lt;p&gt;The &lt;a href="https://fr.ichome.com/search/nRF8001"&gt;nRF8001&lt;/a&gt; USB dongle (Master Emulator) is not officially supported on Linux, and there are no official drivers from Nordic for Linux systems. Some community efforts with libusb exist, but they are limited and not well-suited for Embedded Linux without significant custom work.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re targeting an FPGA + Embedded Linux, it&amp;#39;s better to use the nRF8001 chip directly via SPI. The chip uses ACI protocol over SPI, which you can implement on FPGA or a microcontroller.&lt;/p&gt;
&lt;p&gt;Nordic provides example ACI code (e.g. for Arduino) that can be a good reference. Writing a Linux USB driver from scratch is possible but quite complex, especially without driver experience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 DevKit usage with FPGA and Embedded Linux</title><link>https://devzone.nordicsemi.com/thread/76031?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 15:54:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:771d06ef-6756-4392-a099-92994be61aac</guid><dc:creator>Matthias Ringwald</dc:creator><description>&lt;p&gt;Following up on the reference to BlueKitchen: to use the nRF5x chipsets with an HCI firmware and our Bluetooth stack, we&amp;#39;ve extended the Zephyr HCI firmware to expose the random static address stored in the nRF FICR storage and provide a quick flash script.  Info: See the section on Nordic Semi at &lt;a href="https://github.com/bluekitchen/btstack/tree/master/chipset"&gt;github.com/.../chipset&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 DevKit usage with FPGA and Embedded Linux</title><link>https://devzone.nordicsemi.com/thread/76030?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 08:43:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32a9506c-4983-4ebc-bede-80246ea8dfdb</guid><dc:creator>David Edwin</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Is the master emulator (USB Dongle) compatible with Linux? Are there any open-source drivers or from Nordic?
--The Master Emulator dongle is an nRF2739 then the answer is NO
--If the Master Emulator dongle is PCA10000, then the answer is Maybe.
The best way however would be to use the HCI software either from the BlueKitchen project or from the Zephyr project, which would work on the nRF51.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;1a) If there is a driver for Linux, can I use it with Embedded Linux or do I have to make some modifications to it?
--There is no driver available from Nordic see answers for 1.&lt;/p&gt;
&lt;p&gt;1b) If there isn&amp;#39;t a driver for Linux, can I write my own Embedded Linux driver (no prior experience on drivers)? Are there any similar/reference drivers?
--There is no driver available from Nordic see answer for 1.&lt;/p&gt;
&lt;ol start="2"&gt;
&lt;li&gt;Is it possible to use the nRF8001 chip, not the USB Dongle, with FPGA as a master, possibly through serial interface (SPI/UART)?
--nRF8001 is a slave only device with a GATT Server and GATT client. It cannot work as a master.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>