<?xml-stylesheet type="text/xsl" href="https://community.element14.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/"><channel><title>Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><description>The Semtch LoRa-node lib, that I used with some success in Test LoRaWan Thing code ported for Raspberry Pico . is deprecated . It&amp;#39;s replaced by LoRa Basic Modem . I&amp;#39;m going to try and port that for the RP2040 controller....</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Sun, 17 Nov 2024 16:15:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>jcof</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I stumbled across this while searching for pico lora basics modem.&amp;nbsp; Not sure if you got this going but I have ported lora basics modem to pico/pico2.&amp;nbsp; I&amp;#39;ve got it working with ping pong example and OTAA with my gateway (chirp stack).&amp;nbsp;&amp;nbsp; Haven&amp;#39;t done anything with FOUTA.&amp;nbsp; I had a bunch of Waveshare Lora Hats (pico and rpi) that I wanted to get going.&lt;/p&gt;
&lt;p&gt;If anyone is interested you can check out:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/CodeUnit10X/lora_basics_modem_ports" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;github.com/.../lora_basics_modem_ports&lt;/a&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Tue, 30 Jul 2024 14:48:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>eriklundh</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Do you have any github repo for this code?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Mon, 01 Jul 2024 20:41:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Ready for the actual &amp;quot;port to Pico API&amp;quot; work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;All sources needed to compile an example are now part of the build. And then I commented out anything in the code that&amp;#39;s failing to compile (meaning: relying on STMicro HAL).&lt;/p&gt;
&lt;p&gt;It&amp;#39;s the approach I usually take while porting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;get all necessary files and functions in. Compile often to learn which include or .c files are missing.&lt;/li&gt;
&lt;li&gt;stop when there&amp;#39;s no errors left related to missing code.&lt;/li&gt;
&lt;li&gt;Then replace each remaining compile error with a TODO comment (those are functions from the STMicro HAL that I&amp;#39;ll need to port.&lt;/li&gt;
&lt;li&gt;use the IDE&amp;#39;s TODO extension to revisit all the TODOs and adapt them to the Pico C/C++ SDK API&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I haven&amp;#39;t counted yet, but&amp;nbsp;it &amp;#39;ll be about 100 functions ...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="392" src="/resized-image/__size/990x784/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-19fe704e-4c59-46ff-abef-476c778176d2/pastedimage1719865669755v1.png" width="495" /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Sun, 30 Jun 2024 20:11:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Current status: library compiles with Pico SDK:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="293" src="/resized-image/__size/808x586/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-19fe704e-4c59-46ff-abef-476c778176d2/pastedimage1719778283407v2.png" width="404" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Sun, 30 Jun 2024 19:05:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;First set of sources successfully compiled:&lt;/p&gt;
&lt;p&gt;&lt;img height="96" src="/resized-image/__size/1000x192/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-19fe704e-4c59-46ff-abef-476c778176d2/pastedimage1719774341818v1.png" width="500" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Port Semtech LoRaWan Modem library to Pico: Pt. 1: Gather info and prepare development infra</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/port-semtech-lorawan-modem-library-to-pico-pt-1-gather-info-and-prepare-development-infra</link><pubDate>Sat, 29 Jun 2024 20:32:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:19fe704e-4c59-46ff-abef-476c778176d2</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very interesting.&lt;/p&gt;
&lt;p&gt;As I recall you can get some decent range over LoRaWan.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28112&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>