<?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>Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89594/send-mesh-network-data-to-clound-via-raspberry-pi-gateway</link><description>Hi Team, 
 I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src 
 Here I am trying on transmit a bool data from Light_switch - Client to Light_switch - Server which ran successfully</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jul 2022 16:26:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89594/send-mesh-network-data-to-clound-via-raspberry-pi-gateway" /><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/376066?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 16:26:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3862ab5d-c689-45e9-b0b3-dfa893e52cd8</guid><dc:creator>Venkat RAM</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;br /&gt;I have&amp;nbsp; well experience in python and raspberry pi&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;pi@raspberrypi:~/nrf5sdkformeshv500src/scripts/interactive_pyaci $ dmesg | grep tty&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=Composite-1:720x480@60i vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=954c2cb3-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles&lt;br /&gt;[ 0.000402] printk: console [tty1] enabled&lt;br /&gt;[ 2.914593] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2&lt;br /&gt;[ 2.917214] printk: console [ttyS0] disabled&lt;br /&gt;[ 2.917339] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550&lt;br /&gt;[ 2.917602] printk: console [ttyS0] enabled&lt;br /&gt;[ 5.356207] systemd[1]: Created slice system-getty.slice.&lt;br /&gt;[ 5.359099] systemd[1]: Created slice system-serial\x2dgetty.slice.&lt;br /&gt;[ 18.942839] cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device&lt;br /&gt;pi@raspberrypi:~/nrf5sdkformeshv500src/scripts/interactive_pyaci $ &lt;strong&gt;sudo python interactive_pyaci.py -d /dev/ttyACM0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To control your device, use d[x], where x is the device index.&lt;br /&gt; Devices are indexed based on the order of the COM ports specified by the -d option.&lt;br /&gt; The first device, d[0], can also be accessed using device.&lt;/p&gt;
&lt;p&gt;Type d[x]. and hit tab to see the available methods.&lt;/p&gt;
&lt;p&gt;Python 3.9.2 (default, Mar 12 2021, 04:06:34)&lt;br /&gt;Type &amp;#39;copyright&amp;#39;, &amp;#39;credits&amp;#39; or &amp;#39;license&amp;#39; for more information&lt;br /&gt;IPython 8.4.0 -- An enhanced Interactive Python. Type &amp;#39;?&amp;#39; for help.&lt;/p&gt;
&lt;p&gt;In [1]:&lt;br /&gt;&lt;br /&gt;I am stucking here only,&lt;/p&gt;
&lt;p&gt;as before I asked&amp;nbsp;&amp;nbsp;&amp;quot;h&lt;span&gt;ow to communicate between RPi and nRF52 via UART ?&lt;/span&gt;&amp;quot;&lt;br /&gt;I had opened the terminal&amp;nbsp;&lt;br /&gt;Here my question is&amp;nbsp; how to receive data from the nordic board&lt;br /&gt;NOTE:&lt;br /&gt;connection:&lt;br /&gt;I had connected the nordic board with raspberry via USB&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Venkatraaman J S&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/376033?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 13:38:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b08c096-4346-4342-b91a-176afbe2f1a4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I&amp;#39;m not very familiar with RPi development. So I can&amp;#39;t really help you here.&amp;nbsp;&lt;br /&gt;There are other threat that people have managed to make it work:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/40229/uart-connection-nrf52832-with-raspberry-pi"&gt;UART Connection NRF52832 with Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would suggest you to get familiar with the UART communication between NRF52 and a PC (Windows/Linux) before you move to RPi.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375984?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 11:03:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:482a751f-8e52-4782-ae45-5628ee66b592</guid><dc:creator>Venkat RAM</dc:creator><description>&lt;p&gt;Hai Hung Bui,&lt;br /&gt;&amp;quot;&lt;span&gt;&amp;nbsp;how to communicate between RPi and nRF52 via UART first&lt;/span&gt;&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;this only I am looking for that only I referred to the&lt;/p&gt;
&lt;p&gt;h&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_scripts_README.html&amp;amp;cp=8_2_2_4_9"&gt;ttps://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_scripts_README.html&amp;amp;cp=8_2_2_4_9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kindly tell me how to&amp;nbsp;&lt;br /&gt;&lt;span&gt;how to communicate between RPi and nRF52 via UART&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Venkatraaman J S&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375983?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 10:34:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8966cc72-9e20-4e81-9516-6bf72ee39683</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you familiar with Python ?&amp;nbsp;&lt;br /&gt;At which step do you have an issue ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are new to embedded programming, I would suggest to find an easier solution, for example simply send the data you collect via UART and write an application on RPi to collect data in UART.&amp;nbsp;&lt;br /&gt;You need to figure out how to communicate between RPi and nRF52 via UART first.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375915?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 05:39:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94b3dd8d-0e78-4632-ba69-f712a9757268</guid><dc:creator>Venkat RAM</dc:creator><description>&lt;p&gt;Hai Hung Bui,&lt;br /&gt;&lt;br /&gt;I am trying to install PYACI as per the blog&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_scripts_README.html&amp;amp;cp=8_2_2_4_9"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_scripts_README.html&amp;amp;cp=8_2_2_4_9&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;But the blog covers the direct information as a fresher I cant able to understand&lt;br /&gt;guide me on how to install&amp;nbsp;&lt;span&gt;PYACI&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kindly do needful&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Venkatraaman J S&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375611?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 15:15:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ca359f0-6b3d-4dd2-b2b3-31f15445a7cc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;I&amp;#39;m not sure I understand what you are trying to do. Which blog are you talking about ?&amp;nbsp;&lt;br /&gt;Please try testing PYACI&amp;nbsp;on a PC before you test with RPi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to think about the solution to make your own UART protocol between a client and RPi.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375566?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 12:48:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:371cc9bc-d4ca-466c-ab74-c54770fb4589</guid><dc:creator>Venkat RAM</dc:creator><description>&lt;p&gt;HI Hung Bui&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;As per the above blog&amp;nbsp;&lt;br /&gt;&lt;br /&gt;1. I used Raspberry pi 3 model B with a 16 GB SD card&amp;nbsp; and &lt;strong&gt;newly installed os&lt;/strong&gt;&lt;br /&gt;2. python version ==&amp;gt; 3.9.2&lt;br /&gt;then after that, I am stuck&lt;/p&gt;
&lt;p&gt;cant able go ahead to further procedure&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NOTE: I am newly installed Raspberry os, rest of python I didn&amp;#39;t install anything&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Is there any&amp;nbsp; Prerequisites&amp;nbsp; procedure or&amp;nbsp; software required for installing in raspberry pi&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Kindly help me I am new to raspberry pi regarding nrf mesh&lt;br /&gt;&lt;br /&gt;Thanks in Advance&lt;/p&gt;
&lt;div&gt;&lt;span&gt;Best Regards,&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Venkatraaman J S.&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375321?ContentTypeID=1</link><pubDate>Mon, 04 Jul 2022 12:49:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c25d101c-6e8a-4953-bb6d-bc8ef9502fac</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Venkataaman,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t haven an example that work out of the box to send data to the RPi.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You need to think about how you gather data from RPi. The easiest one is to connect one of the mesh client to RPi via UART/USB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can run a proprietary UART protocol between the two.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another option is to use our &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_examples_serial_README.html?cp=8_2_3_14"&gt;serial example&lt;/a&gt; on the mesh node and connect to RPi via UART and use the mesh node as connectivity device.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You can find this implemented in the PyACI interactive example. You can find the documentation &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_scripts_README.html?cp=8_2_2_4_9"&gt;here.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send mesh network data to clound via Raspberry pi Gateway</title><link>https://devzone.nordicsemi.com/thread/375185?ContentTypeID=1</link><pubDate>Sat, 02 Jul 2022 11:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:825c2d5c-4801-4b84-a888-de2e394f087b</guid><dc:creator>Venkat RAM</dc:creator><description>&lt;p&gt;Hi team,&lt;br /&gt;Sorry for inconvenience&amp;nbsp;&lt;br /&gt;On the subject of the ticket, they were a spelling mistake&amp;nbsp;&lt;br /&gt;instead of word &amp;quot;Cloud&amp;quot; mistakenly typed &amp;quot;Clound&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>