<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GPy and OpenAirInterface]]></title><description><![CDATA[<p dir="auto">Hi Guys,</p>
<p dir="auto">I am working on the eNode B part for NB-IOT of OpenAirInterface, would anyone have any experience with having the GPy attach to a private network using OpenAirInterface?</p>
<pre><code>lte = LTE(carrier=&quot;standard&quot;)
lte.attach(band=7)
#lte.attach(apn=&quot;oai&quot;)

while not lte.isattached():
    time.sleep(0.5)
    print('Attaching...')

print('Attach Successful')

lte.connect()
while not lte.isconnected():
    time.sleep(0.5)
    print('Connecting...')
</code></pre>
<p dir="auto">Attaching seems to have no success at all.</p>
<p dir="auto">Appreciate any help. Thanks!</p>
]]></description><link>https://forum.pycom.io/topic/4199/gpy-and-openairinterface</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 00:57:11 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4199.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jan 2019 01:36:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GPy and OpenAirInterface on Wed, 09 Jan 2019 01:36:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi Guys,</p>
<p dir="auto">I am working on the eNode B part for NB-IOT of OpenAirInterface, would anyone have any experience with having the GPy attach to a private network using OpenAirInterface?</p>
<pre><code>lte = LTE(carrier=&quot;standard&quot;)
lte.attach(band=7)
#lte.attach(apn=&quot;oai&quot;)

while not lte.isattached():
    time.sleep(0.5)
    print('Attaching...')

print('Attach Successful')

lte.connect()
while not lte.isconnected():
    time.sleep(0.5)
    print('Connecting...')
</code></pre>
<p dir="auto">Attaching seems to have no success at all.</p>
<p dir="auto">Appreciate any help. Thanks!</p>
]]></description><link>https://forum.pycom.io/post/24766</link><guid isPermaLink="true">https://forum.pycom.io/post/24766</guid><dc:creator><![CDATA[cmrosero]]></dc:creator><pubDate>Wed, 09 Jan 2019 01:36:58 GMT</pubDate></item><item><title><![CDATA[Reply to GPy and OpenAirInterface on Wed, 09 Jan 2019 08:26:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I am currently working on development board with ESP32-WROVER and Quectel BC66 NB-IoT module. BC66 module contains MTK2625 modem. Not sure if this might help you somehow.</p>
<p dir="auto"><a href="https://forum.micropython.org/viewtopic.php?f=18&amp;t=5778" target="_blank" rel="noopener noreferrer nofollow">https://forum.micropython.org/viewtopic.php?f=18&amp;t=5778</a></p>
]]></description><link>https://forum.pycom.io/post/24768</link><guid isPermaLink="true">https://forum.pycom.io/post/24768</guid><dc:creator><![CDATA[danielm]]></dc:creator><pubDate>Wed, 09 Jan 2019 08:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to GPy and OpenAirInterface on Wed, 20 May 2020 18:08:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3761">@cmrosero</a> I realize this is an old post but did you ever figure out how to attach Gpy to OAI network?</p>
]]></description><link>https://forum.pycom.io/post/32799</link><guid isPermaLink="true">https://forum.pycom.io/post/32799</guid><dc:creator><![CDATA[noby]]></dc:creator><pubDate>Wed, 20 May 2020 18:08:49 GMT</pubDate></item></channel></rss>