<?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>Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><description>For this project I need to measure the temperature both inside and outside. So far I have one sensor working, and I need two. One for inside and one for outside. Rather than deep dive into all of them I&amp;#39;d decided to do some preliminary tests to see w</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>https://community.element14.com/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><pubDate>Mon, 06 Nov 2023 23:20:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ae8171-cd52-4adb-97ef-dc15a86bda35</guid><dc:creator>ntewinkel</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Great overview of temperature sensors.&lt;/p&gt;
&lt;p&gt;Good point about the MicroPython limitations - I didn&amp;#39;t even stop to think that this might&amp;nbsp;be an issue. I&amp;#39;ve been planning to move more to MicroPython, but it might not be a simple thing to do [emoticon:5ce50ea3f9eb49809e861e8733750338]&lt;/p&gt;
&lt;p&gt;You might also like the BME280 (temp+humidity+pressure) or BMP280 (temp+pressure). They are quite affordable too, and easy to use in Arduino - Adafruit has boards, examples, and libraries. I don&amp;#39;t know how well supported they would be for MicroPython. I did find I had to reset the power to them under certain conditions for long-term use, so I power it via a GPIO pin and give it a reboot if it fails to come online for the regular temperature/humidity updates my sensor&amp;nbsp;does.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26951&amp;AppID=414&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>https://community.element14.com/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><pubDate>Fri, 06 Oct 2023 21:15:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ae8171-cd52-4adb-97ef-dc15a86bda35</guid><dc:creator>shabaz</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Having successfully avoided ever needing to use 1-Wire, my luck ran out, and I will need to use it this weekend, because I need to pull out some data from 1-Wire memory.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using C++, and a microcontroller that does not have a&amp;nbsp;1-Wire peripheral integrated, so I decided to write a custom library for it, since the existing ones did not look suitable (or looked unreliable).&lt;/p&gt;
&lt;p&gt;Now I realize why there&amp;#39;s a good chance MicroPython code may not work if just ported across. The timings need to be fairly accurate! It really does need measurement to confirm things since the&amp;nbsp; usec-level timing may not be super-accurate with MicroPython.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26951&amp;AppID=414&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>https://community.element14.com/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><pubDate>Tue, 03 Oct 2023 20:53:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ae8171-cd52-4adb-97ef-dc15a86bda35</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice rundown of temperature sensors.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26951&amp;AppID=414&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>https://community.element14.com/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><pubDate>Mon, 02 Oct 2023 07:43:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ae8171-cd52-4adb-97ef-dc15a86bda35</guid><dc:creator>javagoza</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thanks! Lot of useful information about temperature sensors.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A while ago, just for exercise, I implemented a small library for one wire that read the data from the DHT11, it is a very simple protocol in which you can use a simple strategy and busy-wait with bit-banging, it may not be the most suitable for all cases, but it works. I developed the library for Arduino but I think the idea is easily adaptable to micropython.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.hackster.io/javagoza/dht11-arduino-library-and-thingspeak-dfccf2#toc-the-start-signal---blind-cycle-6" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;DHT11 Arduino Library and ThingSpeak - Hackster.io&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="216" src="/resized-image/__size/1554x432/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-29ae8171-cd52-4adb-97ef-dc15a86bda35/pastedimage1696232130296v1.jpeg" width="777" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26951&amp;AppID=414&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Cool Wave - Testing temperature sensors for use with the Seeeduino XIAO</title><link>https://community.element14.com/challenges-projects/design-challenges/summer-of-green-tech-design-challenge/b/blog/posts/cool-wave---testing-temperature-sensors-for-use-with-the-seeeduino-xiao</link><pubDate>Sun, 01 Oct 2023 19:50:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:29ae8171-cd52-4adb-97ef-dc15a86bda35</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thanks for posting your findings.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26951&amp;AppID=414&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>