<?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[PyGate code for GPy with LTE backhaul sending decoded values direct to azure iot hub]]></title><description><![CDATA[<p dir="auto">Hi i want to remove the usage of a lorawanserver step and send lorawan sensordata direct from pygate to azure iot hub using gpy/ LTE sim.  Is it possible to omit the packetforwarder and send data in another fashion?</p>
<p dir="auto">We need a small setup from a solarpowered pygate which shall be placed in the outback..</p>
<p dir="auto">Any ideas or help much appriciated</p>
<p dir="auto">All the best<br />
/ Johan</p>
]]></description><link>https://forum.pycom.io/topic/6536/pygate-code-for-gpy-with-lte-backhaul-sending-decoded-values-direct-to-azure-iot-hub</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 22:03:48 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/6536.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Nov 2020 14:56:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PyGate code for GPy with LTE backhaul sending decoded values direct to azure iot hub on Sat, 07 Nov 2020 14:56:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi i want to remove the usage of a lorawanserver step and send lorawan sensordata direct from pygate to azure iot hub using gpy/ LTE sim.  Is it possible to omit the packetforwarder and send data in another fashion?</p>
<p dir="auto">We need a small setup from a solarpowered pygate which shall be placed in the outback..</p>
<p dir="auto">Any ideas or help much appriciated</p>
<p dir="auto">All the best<br />
/ Johan</p>
]]></description><link>https://forum.pycom.io/post/35420</link><guid isPermaLink="true">https://forum.pycom.io/post/35420</guid><dc:creator><![CDATA[hjojohan]]></dc:creator><pubDate>Sat, 07 Nov 2020 14:56:54 GMT</pubDate></item><item><title><![CDATA[Reply to PyGate code for GPy with LTE backhaul sending decoded values direct to azure iot hub on Mon, 09 Nov 2020 13:52:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
In theory this should be possible (note that I have no prior experience in azure iot)<br />
The Pygate basically forwards a JSON containing the data to the LoraWAN server, you can change the server to redirect to an azure iot hub, but I imagine the azure iot hub cannot work directly with the packets forwarded, meaning you will have to write some adaptation in C and compile custom firmware. I can link you to the file that will need changing:<br />
<a href="https://github.com/pycom/pycom-micropython-sigfox/blob/Dev/esp32/pygate/lora_pkt_fwd/lora_pkt_fwd.c#L1491" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-micropython-sigfox/blob/Dev/esp32/pygate/lora_pkt_fwd/lora_pkt_fwd.c#L1491</a><br />
this test case falls through for Lora packets with a correct CRC, then the JSON is asembled based on the RF receive data. I think you will have to make some changes there in order to get the thing working for azure Iot.</p>
]]></description><link>https://forum.pycom.io/post/35448</link><guid isPermaLink="true">https://forum.pycom.io/post/35448</guid><dc:creator><![CDATA[Gijs]]></dc:creator><pubDate>Mon, 09 Nov 2020 13:52:50 GMT</pubDate></item></channel></rss>