<?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>Off-Grid MakerShop - All Comments</title><link>/challenges-projects/element14-presents/b/off-grid-makershop</link><description>Join Kaleb as he creates his own off the grid makerspace at home!</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Solar Battery Bank Monitor Project</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/solar-battery-bank-monitor-project</link><pubDate>Tue, 30 Jul 2024 23:20:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:40d6ebd3-3c05-4cde-af43-603492ca8f11</guid><dc:creator>beacon_dave</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Kaleb&lt;/p&gt;
&lt;p&gt;Looks like the Kilovault BMS uses a WeBee BT B-0002&amp;nbsp;TI CC2541 Bluetooth UART module ?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-40d6ebd3-3c05-4cde-af43-603492ca8f11/pastedimage1722380447053v2.png" /&gt;&lt;img alt=" " src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-40d6ebd3-3c05-4cde-af43-603492ca8f11/pastedimage1722380225094v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-40d6ebd3-3c05-4cde-af43-603492ca8f11/pastedimage1722381448629v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;You might be able to sniff the comms on the input to the module.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28214&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Solar Battery Bank Monitor Project</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/solar-battery-bank-monitor-project</link><pubDate>Tue, 30 Jul 2024 19:30:03 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:40d6ebd3-3c05-4cde-af43-603492ca8f11</guid><dc:creator>dougw</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Maybe you could get a cheap android &amp;quot;set-top&amp;quot; box (or TV box) and run a little program to sequentially connect to each battery via Bluetooth - then send the data to an MQTT broker. There is an android app for an MQTT broker....&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=28214&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Water Tank Monitoring System</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---water-tank-monitoring-system</link><pubDate>Tue, 30 Jul 2024 15:27:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3d44443a-5f86-4c88-89b3-496bd3a6a4a4</guid><dc:creator>KalebTheMaker</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi all, I am still here, and still at it. This project is finally coming up and I have done some testing. I&amp;#39;ve got this update and some questions about LoRa if anyone has experience with it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;First off, I think I was trying to be too precise with the original measurements, and realized that the only data that is truly meaningful to me is data that lets me know when I need to pump. Other than that, how long until I have to pump is a luxury and can probably be extrapolated over time.&lt;/p&gt;
&lt;p&gt;For my testing, I bought an analog water pressure sensor and put it on a hose bib at the house. With about 25% tanks full, I was reading 30psi. So I just went for a 100 psi transducer. I connected that to an esp32 and started reading data.&lt;/p&gt;
&lt;p&gt;The esp32 is 3.3v, and the transducer is 5v. But since I do not need an absolute reading, it&amp;#39;s fine. Whatever the MCU outputs between 0-4095 I can interpolate to a percentage when I get a reading at full and a reading at empty. I am collecting that data through a cycle of pumping to try to find those values. And once I get a *full* reading, I can make the decision to get a lower pressure transducer if needed.&lt;/p&gt;
&lt;p&gt;Currently it is connected to the water main, and the MCU is being powered by a cheap PWM solar charger, 20w panel and a 5Ah SLA battery. So far so good!&lt;/p&gt;
&lt;p&gt;The plan will be to make at least three of these with the solar setup so they can be at the tanks.The upper tanks (seasonal well tanks) is where my house water is stored, and I can measure that at the house. The middle tank has a pretty good LOS shot from the shop, and the three spring tanks are *almost* visible from the shop. I think LoRa might be the right solution here? I have very little experience with it, but I would like to learn. I picked up a couple of the heltec &amp;quot;wireless stick&amp;quot; V3&amp;#39;s and that is what I am testing on, but for now just using the WiFi module to collect the data.&lt;/p&gt;
&lt;p&gt;The main thing I feel like I am having a hard time figuring out is if I *need* to have a LoRa concentrator/gateway to collect data in a multipoint-to-point layout. Or if I can just use one of these modules to collect data from the rest of the modules?&amp;nbsp; Or, maybe I should be using a mesh system like meshtastic. I will have to play with that to see if I can add to the firmware somehow to collect data from GPIO and send it along. So far a lot of the examples are just examples of passing canned data.&lt;/p&gt;
&lt;p&gt;Those would be my questions about LoRa. Would a gateway required? Is a mesh system going to be the best?&lt;/p&gt;
&lt;p&gt;Ill get some pictures of the shop up soon!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-KalebTheMaker&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=25224&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Generator Control</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---generator-control</link><pubDate>Thu, 09 Nov 2023 21:16:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1b88b7b7-b075-469b-b87e-57502c6e6e42</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I see another project ahead where you keep track of runtime and or fuel usage.&lt;/p&gt;
&lt;p&gt;Also, an automatic refuelling system so you don&amp;#39;t have to go out into the weather to put gas in the generator.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27195&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Generator Control</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---generator-control</link><pubDate>Wed, 08 Nov 2023 21:54:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1b88b7b7-b075-469b-b87e-57502c6e6e42</guid><dc:creator>dougw</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;While doing the exhaust, it might to useful add an external air intake, especially if the PAW is well sealed.&lt;/p&gt;
&lt;p&gt;I wonder if the waste heat could be used for something useful, whether it is heating the PAW or something else.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27195&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Generator Control</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---generator-control</link><pubDate>Wed, 08 Nov 2023 20:01:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1b88b7b7-b075-469b-b87e-57502c6e6e42</guid><dc:creator>beacon_dave</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;How about adding a carbon monoxide sensor and fire detection into the design ?&lt;/p&gt;
&lt;p&gt;A fuel gauge might be useful as well.&lt;/p&gt;
&lt;p&gt;You could perhaps locate a Bluetooth transceiver in the PAW and connect it to the existing IP network back to the house.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27195&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Power Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---power-update</link><pubDate>Wed, 11 Oct 2023 20:32:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:76ed8fc4-a706-460e-8738-c4a5f06177df</guid><dc:creator>beacon_dave</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Are you planning on motorising the panel mountings so that they can be automatically adjusted to better match the angle of the sun throughout the year ?&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26972&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Power Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---power-update</link><pubDate>Sun, 08 Oct 2023 00:57:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:76ed8fc4-a706-460e-8738-c4a5f06177df</guid><dc:creator>dougw</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Awesome work.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26972&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Power Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---power-update</link><pubDate>Sat, 07 Oct 2023 23:08:56 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:76ed8fc4-a706-460e-8738-c4a5f06177df</guid><dc:creator>robogary</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;ROFL- I had misread the capacity as 28000 kWr instead of Whr. I was really really impressed and reread again. :-)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Everyday there are more commercial products available for pv. I built a small 400vdc pv system at work for playing with a 2hp pump vfd. The next one is 800vdc. I&amp;#39;m having fun and enjoying your adventures.&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26972&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Power Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---power-update</link><pubDate>Sat, 07 Oct 2023 19:41:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:76ed8fc4-a706-460e-8738-c4a5f06177df</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Looks good.&lt;/p&gt;
&lt;p&gt;Have you considered doing some temperature monitoring of the boxes and maybe add a smoke detector?&lt;/p&gt;
&lt;p&gt;It would be interesting to monitor how much energy is lost as heat through all of the connectors, inverters and batteries.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26972&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Power Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---power-update</link><pubDate>Sat, 07 Oct 2023 13:07:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:76ed8fc4-a706-460e-8738-c4a5f06177df</guid><dc:creator>beacon_dave</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice work, another milestone ticked off and fresh food / cool beer in the kitchen fridge.&lt;/p&gt;
&lt;p&gt;Remember though&amp;nbsp;&lt;em&gt;&amp;quot;With great power comes great responsibility&amp;quot; [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I suspect that it may be possible to do something cunning with the bifacial panels if you can position multiple passive &amp;#39;reflector panels&amp;#39; to reflect additional sunlight onto both the front and the back of them. However additional heat absorption will also reduce the solar panel efficiency. Perhaps need to&amp;nbsp;put your hydro system to use for water cooling.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26972&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Solar Power &amp;amp; General Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---solar-power-general-update</link><pubDate>Sat, 23 Sep 2023 14:29:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fce6cc3-17bc-4e16-aacf-412cb84dc316</guid><dc:creator>beacon_dave</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;You appear to be amassing an interesting collection of machinery on your driveway [emoticon:c4563cd7d5574777a71c318021cbbcc8]&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-5fce6cc3-17bc-4e16-aacf-412cb84dc316/pastedimage1695479120471v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Should make light work of some of those larger &amp;#39;garden projects&amp;#39;.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26872&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project - Solar Power &amp;amp; General Update</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/project---solar-power-general-update</link><pubDate>Tue, 19 Sep 2023 20:19:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fce6cc3-17bc-4e16-aacf-412cb84dc316</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I am surprised you did not go with a camper refrigerator that would run off 12V and propane.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26872&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Question / Feedback - Solar Battery and Inverter cable type</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/question-feedback---solar-battery-and-inverter-cable-type</link><pubDate>Tue, 19 Sep 2023 15:43:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0332de2d-a49f-4d20-ab71-f2537605386a</guid><dc:creator>KalebTheMaker</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi all, thanks for the feedback. I figured out a good source at Windy Nation and I was able to get everything I needed. Conductor and lugs.&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26019&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Question / Feedback - Solar Battery and Inverter cable type</title><link>https://community.element14.com/challenges-projects/element14-presents/b/off-grid-makershop/posts/question-feedback---solar-battery-and-inverter-cable-type</link><pubDate>Wed, 24 May 2023 14:02:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0332de2d-a49f-4d20-ab71-f2537605386a</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;High strand count is mainly used where flexibility or continuous flexing is needed, like welding cable, or jumper cables, or pulling through complex conduit. It is more expensive but not better at carrying current. I wouldn&amp;#39;t expect your static installation to need a high strand count.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26019&amp;AppID=390&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>