<?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[Need help]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm a french student and with my team we want to create a smart meter with a light sensor. So we bought 2 kit LoPy with 2 expansions board and 2 antenna. We want to connect this 2 cards far from them using LoRa but we don't have any knowledge on python. We only learned Arduino. So I want to know how to use a basic light sensor with the LoPy card.</p>
]]></description><link>https://forum.pycom.io/topic/2933/need-help</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 05:06:20 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/2933.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Mar 2018 08:58:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help on Thu, 29 Mar 2018 08:58:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I'm a french student and with my team we want to create a smart meter with a light sensor. So we bought 2 kit LoPy with 2 expansions board and 2 antenna. We want to connect this 2 cards far from them using LoRa but we don't have any knowledge on python. We only learned Arduino. So I want to know how to use a basic light sensor with the LoPy card.</p>
]]></description><link>https://forum.pycom.io/post/17827</link><guid isPermaLink="true">https://forum.pycom.io/post/17827</guid><dc:creator><![CDATA[MrBomBasTiKs]]></dc:creator><pubDate>Thu, 29 Mar 2018 08:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Thu, 29 Mar 2018 09:31:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2549">@mrbombastiks</a></p>
<p dir="auto">Do you know what particular light sensor you will be using for your project? Some just provide an analog voltage, others have digital interfaces.</p>
]]></description><link>https://forum.pycom.io/post/17829</link><guid isPermaLink="true">https://forum.pycom.io/post/17829</guid><dc:creator><![CDATA[seb]]></dc:creator><pubDate>Thu, 29 Mar 2018 09:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Thu, 29 Mar 2018 11:43:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2549">@mrbombastiks</a> You could have used a Pysense which has a light sensor built-in (if by light sensor you mean something that measures ambient light level).</p>
]]></description><link>https://forum.pycom.io/post/17834</link><guid isPermaLink="true">https://forum.pycom.io/post/17834</guid><dc:creator><![CDATA[jcaron]]></dc:creator><pubDate>Thu, 29 Mar 2018 11:43:13 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Wed, 04 Apr 2018 08:30:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello, sorry for the overdue.</p>
<p dir="auto">I'm using a basic lightsensor wich is used with arduino as you can see on this picture : <img src="https://image.noelshack.com/fichiers/2018/14/3/1522830309-20180404-100706.jpg" alt="text alternatif" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.pycom.io/post/18016</link><guid isPermaLink="true">https://forum.pycom.io/post/18016</guid><dc:creator><![CDATA[MrBomBasTiKs]]></dc:creator><pubDate>Wed, 04 Apr 2018 08:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Wed, 04 Apr 2018 08:35:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/2549">@mrbombastiks</a><br />
If you need the value from your analog light sensor<br />
then simply use ACD for this e.g:</p>
<pre><code>from machine import ADC
adc = ADC(0)
light = adc.channel(pin='P13',attn=ADC.ATTN_11DB)
#read current light value
value = light()
</code></pre>
]]></description><link>https://forum.pycom.io/post/18017</link><guid isPermaLink="true">https://forum.pycom.io/post/18017</guid><dc:creator><![CDATA[livius]]></dc:creator><pubDate>Wed, 04 Apr 2018 08:35:50 GMT</pubDate></item><item><title><![CDATA[Reply to Need help on Wed, 04 Apr 2018 08:47:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/199">@livius</a><br />
I'm actually using this code, because I'm looking to get the blink of the meter.</p>
<p dir="auto"><img src="https://image.noelshack.com/fichiers/2018/14/3/1522831409-sans-titre.png" alt="text alternatif" class="img-responsive img-markdown" /></p>
<p dir="auto">Know I need to find when the led is blinking, because he send everytime the value. I want to know how to check the difference between this value and the last one.</p>
]]></description><link>https://forum.pycom.io/post/18021</link><guid isPermaLink="true">https://forum.pycom.io/post/18021</guid><dc:creator><![CDATA[MrBomBasTiKs]]></dc:creator><pubDate>Wed, 04 Apr 2018 08:47:58 GMT</pubDate></item></channel></rss>