<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: ESP8266: Turn a $9 Body Scale into a Smart Scale &#8211; Part 1	</title>
	<atom:link href="https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2018 10:13:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: dfgdfgdfg		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-9126</link>

		<dc:creator><![CDATA[dfgdfgdfg]]></dc:creator>
		<pubDate>Mon, 14 May 2018 10:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-9126</guid>

					<description><![CDATA[Hello,
any news about the scale ? can you publish code for new version of scale that i see on that page with thingspeak and weather support :) ?]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
any news about the scale ? can you publish code for new version of scale that i see on that page with thingspeak and weather support 🙂 ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TMTYB		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-9123</link>

		<dc:creator><![CDATA[TMTYB]]></dc:creator>
		<pubDate>Mon, 30 Apr 2018 09:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-9123</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-5055&quot;&gt;Florin&lt;/a&gt;.

Mine also reset WDT anyone got this resolved?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-5055">Florin</a>.</p>
<p>Mine also reset WDT anyone got this resolved?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chip Stewart		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-9105</link>

		<dc:creator><![CDATA[Chip Stewart]]></dc:creator>
		<pubDate>Sat, 31 Mar 2018 03:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-9105</guid>

					<description><![CDATA[I just built this and at first it worked great. After I messed around with it for a while (modifying the case, hot-gluing components down, etc.), it&#039;s been acting strangely.  First, I saw wildly divergent values.  Now, with nothing on the scale and scale.set_scale(), the numbers start out at a few hundred and steadily climb, shortly reaching the hundreds thousands before I pull the plug.  I&#039;ve tried another Wemos board, tried another HX711 board, measured the resistance between the white-red-black wires (white-880Ω-red-880Ω-black) on each of the four load cells, checked the continuity between the load cell red wires and corresponding pins on the HX711.

Any idea what might be going on?  I&#039;ve got a bunch of mods planned, but need to get this ironed first.]]></description>
			<content:encoded><![CDATA[<p>I just built this and at first it worked great. After I messed around with it for a while (modifying the case, hot-gluing components down, etc.), it&#8217;s been acting strangely.  First, I saw wildly divergent values.  Now, with nothing on the scale and scale.set_scale(), the numbers start out at a few hundred and steadily climb, shortly reaching the hundreds thousands before I pull the plug.  I&#8217;ve tried another Wemos board, tried another HX711 board, measured the resistance between the white-red-black wires (white-880Ω-red-880Ω-black) on each of the four load cells, checked the continuity between the load cell red wires and corresponding pins on the HX711.</p>
<p>Any idea what might be going on?  I&#8217;ve got a bunch of mods planned, but need to get this ironed first.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chip Stewart		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-9104</link>

		<dc:creator><![CDATA[Chip Stewart]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 21:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-9104</guid>

					<description><![CDATA[I just built this and it looks and works well.  I epoxied a RJ11 jack on the load sensor deck, and again on the box with the ESP, HX711, OLED, etc.  This lets me use a standard phone cord and mount the display at whatever height I want.

Then I&#039;ve got a few tweaks:
- I think I&#039;ll add a tar button.  I assume I can just activate a &quot;scale.tare();&quot; command using an interrupt.
- I plan on adding buttons for each family member that will send their weight to ThingSpeak - this ought to help lose a little weight.  Using your code examples in the weather station kit, I think I can do this.
- Maybe I&#039;ll add a DHT11 - I have a few of these collecting dust.
- I wouldn&#039;t mind having the display show the info from your weather station, when not being used for the scale.
- Maybe eventually I&#039;ll add a body mass index calculator or measurement tool using either height and weight, or electrical resistance.

Any idea, though, how I could make the font larger?  I checked the OLEDDisplayFonts.h file and it only goes up to 24pt.  It would be nice for the weight to take up the entire height.  I&#039;m looking at u8g2 / u8x8, but it looks somewhat confusing.  Any ideas?

Thanks for all of your hard work, great ideas, and thorough explanations.]]></description>
			<content:encoded><![CDATA[<p>I just built this and it looks and works well.  I epoxied a RJ11 jack on the load sensor deck, and again on the box with the ESP, HX711, OLED, etc.  This lets me use a standard phone cord and mount the display at whatever height I want.</p>
<p>Then I&#8217;ve got a few tweaks:<br />
&#8211; I think I&#8217;ll add a tar button.  I assume I can just activate a &#8220;scale.tare();&#8221; command using an interrupt.<br />
&#8211; I plan on adding buttons for each family member that will send their weight to ThingSpeak &#8211; this ought to help lose a little weight.  Using your code examples in the weather station kit, I think I can do this.<br />
&#8211; Maybe I&#8217;ll add a DHT11 &#8211; I have a few of these collecting dust.<br />
&#8211; I wouldn&#8217;t mind having the display show the info from your weather station, when not being used for the scale.<br />
&#8211; Maybe eventually I&#8217;ll add a body mass index calculator or measurement tool using either height and weight, or electrical resistance.</p>
<p>Any idea, though, how I could make the font larger?  I checked the OLEDDisplayFonts.h file and it only goes up to 24pt.  It would be nice for the weight to take up the entire height.  I&#8217;m looking at u8g2 / u8x8, but it looks somewhat confusing.  Any ideas?</p>
<p>Thanks for all of your hard work, great ideas, and thorough explanations.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-9077</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 14:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-9077</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-7784&quot;&gt;Rod&lt;/a&gt;.

Damn.. After one hour I just figured it out also (S- and P- are switched).. 
This is correct diagram: 
https://cdn.instructables.com/FUO/46W0/I0C96FJG/FUO46W0I0C96FJG.LARGE.jpg

And this image is also crucial for reverse engineering (my wires were messed up - black is white, green is black etc.):
https://cdn.sparkfun.com/assets/learn_tutorials/3/8/3/20100816-3wirestraingauge.png]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-7784">Rod</a>.</p>
<p>Damn.. After one hour I just figured it out also (S- and P- are switched)..<br />
This is correct diagram:<br />
<a href="https://cdn.instructables.com/FUO/46W0/I0C96FJG/FUO46W0I0C96FJG.LARGE.jpg" rel="nofollow ugc">https://cdn.instructables.com/FUO/46W0/I0C96FJG/FUO46W0I0C96FJG.LARGE.jpg</a></p>
<p>And this image is also crucial for reverse engineering (my wires were messed up &#8211; black is white, green is black etc.):<br />
<a href="https://cdn.sparkfun.com/assets/learn_tutorials/3/8/3/20100816-3wirestraingauge.png" rel="nofollow ugc">https://cdn.sparkfun.com/assets/learn_tutorials/3/8/3/20100816-3wirestraingauge.png</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yi Liu		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-8905</link>

		<dc:creator><![CDATA[Yi Liu]]></dc:creator>
		<pubDate>Tue, 16 Jan 2018 02:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-8905</guid>

					<description><![CDATA[Fantastic work, Daniel! How about the part 2? Is it still on your to-do list? :) Would love to see all those functions listed at the end of part 1. Best regards, Yi]]></description>
			<content:encoded><![CDATA[<p>Fantastic work, Daniel! How about the part 2? Is it still on your to-do list? 🙂 Would love to see all those functions listed at the end of part 1. Best regards, Yi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rod		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-7784</link>

		<dc:creator><![CDATA[Rod]]></dc:creator>
		<pubDate>Sun, 05 Nov 2017 21:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-7784</guid>

					<description><![CDATA[It seems your wiring of the load cells is incorrect, or incorrectly labeled in the diagram.  (S+ and P+ should be switched)]]></description>
			<content:encoded><![CDATA[<p>It seems your wiring of the load cells is incorrect, or incorrectly labeled in the diagram.  (S+ and P+ should be switched)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jotschi		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-6970</link>

		<dc:creator><![CDATA[Jotschi]]></dc:creator>
		<pubDate>Wed, 27 Sep 2017 21:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-6970</guid>

					<description><![CDATA[I encountered the same issue and solved it by replacing the yield() calls within the HX711.cpp files with delay(1). In some cases those problems also indicate that the ESP is not getting enough power.]]></description>
			<content:encoded><![CDATA[<p>I encountered the same issue and solved it by replacing the yield() calls within the HX711.cpp files with delay(1). In some cases those problems also indicate that the ESP is not getting enough power.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sabueso		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-5364</link>

		<dc:creator><![CDATA[Sabueso]]></dc:creator>
		<pubDate>Fri, 16 Jun 2017 05:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-5364</guid>

					<description><![CDATA[the correct diagram to connect the 4 load sensors is in the next link: 
http://www.instructables.com/file/FUO46W0I0C96FJG/]]></description>
			<content:encoded><![CDATA[<p>the correct diagram to connect the 4 load sensors is in the next link:<br />
<a href="http://www.instructables.com/file/FUO46W0I0C96FJG/" rel="nofollow ugc">http://www.instructables.com/file/FUO46W0I0C96FJG/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Florin		</title>
		<link>https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-5055</link>

		<dc:creator><![CDATA[Florin]]></dc:creator>
		<pubDate>Fri, 19 May 2017 20:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/?p=615#comment-5055</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-3593&quot;&gt;boongs&lt;/a&gt;.

Having the same problem. How did you solve it please]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/07/esp8266-turn-a-9-body-scale-into-a-smart-scale-part-1.html#comment-3593">boongs</a>.</p>
<p>Having the same problem. How did you solve it please</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
