<?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>connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101899/connection-btw-modem-simcom7000-and-nrf52840-dk</link><description>HI! I&amp;#39;m basically new with zephyr and etc. I&amp;#39;m developing a project with a nrf52840-dk board and a simcom7000 modem (assembked in a arduino expansion board) and basically I don&amp;#39;t know how to configure the devicetree. The modem is very similar to simcom7080</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Jul 2023 08:43:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101899/connection-btw-modem-simcom7000-and-nrf52840-dk" /><item><title>RE: connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/thread/437169?ContentTypeID=1</link><pubDate>Wed, 19 Jul 2023 08:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f61020c2-fca3-4705-bdbf-1d50b55eaf95</guid><dc:creator>rdmeneze</dc:creator><description>&lt;p&gt;There is a very similar modem from SIMCOM: SIM7080. I&amp;#39;d like to start with it before write my own driver for SIM7000 modem.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/thread/437141?ContentTypeID=1</link><pubDate>Wed, 19 Jul 2023 07:30:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42c8d952-d05e-479e-a705-17b47a92c486</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;From what I can see, the SIM7000 supports both UART and I2C, so I&amp;#39;d recommend using either of those for communication between the nRF52 and SIM7000. You&amp;#39;ll need a driver file for the SIM7000 to set this up, which Zephyr/NCS doesn&amp;#39;t seem to have by default. If you&amp;#39;re not comfortable writing a driver like this on your own and the manufacturers of this device don&amp;#39;t have an official C driver for it, I recommend searching for an open source one in GitHub, and using for example the UART driver sample in the Zephyr project to communicate with the SIM7000:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/drivers/uart/echo_bot/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/drivers/uart/echo_bot/README.html&lt;/a&gt;. This sample just loops data back, to the nRF52 so you need to use some free pins to connect to SIM7000.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/thread/436821?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2023 15:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:695a9068-525f-4a63-9976-e941d9676b2c</guid><dc:creator>rdmeneze</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to use the Device tree editor and I don&amp;#39;t know where I can add the modem...&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1689607735399v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/thread/436802?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2023 14:35:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea0d37e3-82ef-4df4-af07-f06987f2991a</guid><dc:creator>rdmeneze</dc:creator><description>&lt;p&gt;I did these courses.&amp;nbsp;&lt;br /&gt;Well, the simcom board have a serial communication and a PWRKEY signal.&amp;nbsp;&lt;br /&gt;The serial communication is connectes to the D1 and D0 arduino signals and the PWRKEY is connected to the D12.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection btw modem simcom7000 and nrf52840-dk</title><link>https://devzone.nordicsemi.com/thread/436799?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2023 14:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6216c025-917b-4501-9214-245a20ccaafb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re new to the nRF Connect SDK and Zephyr&amp;nbsp;RTOS I&amp;#39;d strongly recommend checking out the DevAcademy, where we have multiple free courses explaining the fundamentals of the nRF Connect SDK and how to get started developing. How to set up the devicetree is also its own topic here.&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/"&gt;https://academy.nordicsemi.com/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What serial communication does the simcom board support? I&amp;#39;d recommend checking out SPI if that&amp;#39;s an option for you. As it is a simple and fast method of serial communication.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>