<?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>Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91511/using-arduino-nano-33-ble-on-zephyr</link><description>I&amp;#39;am tryiing to use arduinoo nan 33 ble board on Vs code but there is any output that I could see have you an idea about how to solve this?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Sep 2022 16:14:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91511/using-arduino-nano-33-ble-on-zephyr" /><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384653?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 16:14:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8477b345-e775-4a72-a522-d6ea6fcf62fc</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi, to configure the runner, you can follow these steps&lt;/p&gt;
&lt;p&gt;1. Setup the &lt;em&gt;bossac.exe&lt;/em&gt; binaries somewhere on your computer following the guide in&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/arduino_nano_33_ble/doc/index.html#programming-and-debugging"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/arduino_nano_33_ble/doc/index.html#programming-and-debugging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. Add this line to &amp;lt;Path to NCS&amp;gt;\zephyr\boards\arm\arduino_nano_33_ble\board.cmake&lt;br /&gt;&lt;em&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;set(BOSSAC&amp;nbsp;&amp;quot;&amp;lt;Path to your bossac.exe&amp;gt;&amp;quot;)&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;For example, mine is: &lt;br /&gt;&lt;em&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;set&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;em&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;(BOSSAC &amp;quot;C:/ncs/manual_extras/bossac/bossac.exe&amp;quot;)&lt;/span&gt;&lt;/em&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Make sure that line is &lt;strong&gt;before the &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;include&lt;/span&gt; line&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;However I have tried and found that setting up a task to flash using bossac in VS Code can be troublesome. You might want to just use the command line to flash it, following the instructions in the link above.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384349?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2022 13:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4eb7e47-ecd2-4b78-9f7a-518c887866c4</guid><dc:creator>gizgiz</dc:creator><description>&lt;p&gt;How can I configure this runner?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384345?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2022 12:48:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2b1df98-9367-4f21-8942-1f71a7c31d20</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi again, based on your first picture, I am assuming you have finished a successful build?&lt;/p&gt;
&lt;p&gt;If yes, to be able to flash, you need to follow the guide &lt;em&gt;&lt;strong&gt;on the error message&lt;/strong&gt;&lt;/em&gt; and &lt;em&gt;&lt;strong&gt;on the page below&lt;/strong&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To fix, configure this runner in C:\ncs\v2.0.2\zephyr\boards\arm\arduino_nano_33_ble\board.cmake and rebuild.&lt;/li&gt;
&lt;li&gt;How to setup bossac.exe for the runner (section &lt;strong&gt;&lt;em&gt;Programming and Debugging&lt;/em&gt;&lt;/strong&gt;):&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/arduino_nano_33_ble/doc/index.html#programming-and-debugging"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/arm/arduino_nano_33_ble/doc/index.html#programming-and-debugging&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Could you&amp;nbsp;investigate that direction&amp;nbsp;and come back if you still have problem?&lt;/p&gt;
&lt;p&gt;Again, please be informed that due to company business, I will only return Monday Sep 5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384331?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2022 12:10:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc84192b-da94-40c7-b05a-65bcd4a21ada</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Just want to let you know that&amp;nbsp;due to a company business,&amp;nbsp;I might&amp;nbsp;only be able to&amp;nbsp;reply Monday Sep 5.&lt;/p&gt;
&lt;p&gt;My apology for the inconvenience. I hope you could please understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384200?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 16:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba491b6a-22af-4807-8514-2a9a576d8cf3</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;Hi, I just want to inform you that your reply is not visible; in case that is not what you intended.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:line-through;"&gt;And just repeating, but in order to&amp;nbsp;for me to help, please provide more information.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;OK I see your pictures now.&amp;nbsp;I will&amp;nbsp;check on it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384193?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 15:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d051734c-c64d-47d2-8cc3-77dad9a74345</guid><dc:creator>gizgiz</dc:creator><description>&lt;p&gt;&lt;img style="max-height:259px;max-width:1337px;" alt=" " height="259" src="https://devzone.nordicsemi.com/resized-image/__size/2674x518/__key/communityserver-discussions-components-files/4/pastedimage1662023396477v1.png" width="1337" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="136" src="https://devzone.nordicsemi.com/resized-image/__size/1610x272/__key/communityserver-discussions-components-files/4/pastedimage1662025525414v1.png" width="805" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384181?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 14:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee1e7cb9-857f-4f92-84e8-8bb65ec4f6a6</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;I understand that: You are trying to setup a project based on nRF Connect SDK for the Arduino Nano 33 BLE. Is this right?&lt;br /&gt;Could you please&amp;nbsp;provide more information. What have you done? What is the VS Code terminal giving you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384171?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 13:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35a6d5e8-3995-4cb4-805a-52f8fb17d6ee</guid><dc:creator>gizgiz</dc:creator><description>&lt;p&gt;I want to use it in nRF connect &amp;quot;zephyr&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using arduino nano 33 ble on zephyr</title><link>https://devzone.nordicsemi.com/thread/384161?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 13:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a66a6a73-20df-4f7e-b2ad-f6e9cef9b800</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Based on your question tags, I am guessing you want to monitor the Arduino Nano 33 board on a VS Code terminal, while developing on a nrf52840?&lt;br /&gt;If that is your question, I have tried two methods and have decent result:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Setup&amp;nbsp;&lt;a href="https://github.com/fasteddy516/SimplySerial"&gt;GitHub - fasteddy516/SimplySerial&lt;/a&gt;&amp;nbsp;and call it from a regular terminal&lt;br /&gt;Downside: There seems to be no echo options so you can&amp;#39;t see what you are typing&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Setup VS Code extension Serial Monitor&lt;br /&gt;Downside:&amp;nbsp;It seems to support only one serial port at a time&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If that is not what you are asking about, could you please detail further what you are trying to achieve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>