<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The TEOTWAWKI pi (Raspberry pi) Project. &#8211; The Preppers Voice</title>
	<atom:link href="https://preppersvoice.com/category/the-teotwawki-pi-raspberry-pi-project/feed/" rel="self" type="application/rss+xml" />
	<link>https://preppersvoice.com</link>
	<description>Scientia Non Timete  (Knowledge Not Fear)</description>
	<lastBuildDate>Fri, 06 Jun 2025 00:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://preppersvoice.com/wp-content/uploads/2025/05/cropped-9f0cd96a-3d36-45bc-aebd-d690ffe8f6e0-1-32x32.png</url>
	<title>The TEOTWAWKI pi (Raspberry pi) Project. &#8211; The Preppers Voice</title>
	<link>https://preppersvoice.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install an Offline, Uncensored AI Chatbot on Raspberry Pi 5 – The Ultimate Disaster Survival Assistant</title>
		<link>https://preppersvoice.com/2025/06/06/how-to-install-an-offline-uncensored-ai-chatbot-on-raspberry-pi-5-the-ultimate-disaster-survival-assistant/</link>
					<comments>https://preppersvoice.com/2025/06/06/how-to-install-an-offline-uncensored-ai-chatbot-on-raspberry-pi-5-the-ultimate-disaster-survival-assistant/#respond</comments>
		
		<dc:creator><![CDATA[North Carolina Prepper]]></dc:creator>
		<pubDate>Fri, 06 Jun 2025 00:06:57 +0000</pubDate>
				<category><![CDATA[Prepper Tech]]></category>
		<category><![CDATA[The TEOTWAWKI pi (Raspberry pi) Project.]]></category>
		<category><![CDATA[ai for grid down]]></category>
		<category><![CDATA[ai prepper tools]]></category>
		<category><![CDATA[best ai for shtf]]></category>
		<category><![CDATA[build ai on raspberry pi]]></category>
		<category><![CDATA[disaster preparedness ai]]></category>
		<category><![CDATA[emergency ai raspberry pi]]></category>
		<category><![CDATA[homestead ai assistant]]></category>
		<category><![CDATA[how to use ai without internet]]></category>
		<category><![CDATA[llama.cpp raspberry pi]]></category>
		<category><![CDATA[local ai chatbot]]></category>
		<category><![CDATA[offline ai assistant]]></category>
		<category><![CDATA[offline chatbot linux]]></category>
		<category><![CDATA[offline survival tools]]></category>
		<category><![CDATA[prepper raspberry pi setup]]></category>
		<category><![CDATA[raspberry pi ai tutorial]]></category>
		<category><![CDATA[raspberry pi disaster response]]></category>
		<category><![CDATA[raspberry pi survival setup]]></category>
		<category><![CDATA[shtf raspberry pi setup]]></category>
		<category><![CDATA[survivalist technology]]></category>
		<category><![CDATA[uncensored ai chatbot]]></category>
		<guid isPermaLink="false">https://preppersvoice.com/?p=982</guid>

					<description><![CDATA[In a true grid-down disaster, the internet will likely be down, communications cut, and access to vital information may disappear in an instant. That’s why every serious prepper should consider installing a fully offline AI chatbot on a Raspberry Pi 5 — a compact, low-power survival computer that can provide life-saving knowledge during emergencies. This...]]></description>
										<content:encoded><![CDATA[
<p style="text-align: center;" data-pm-slice="1 1 []"><iframe src="//www.youtube.com/embed/8J2CrRstTNo" width="560" height="314" allowfullscreen="allowfullscreen"></iframe></p>
<p data-pm-slice="1 1 []">In a true grid-down disaster, the internet will likely be down, communications cut, and access to vital information may disappear in an instant. That’s why every serious prepper should consider installing a <strong>fully offline AI chatbot</strong> on a <strong>Raspberry Pi 5</strong> — a compact, low-power survival computer that can provide life-saving knowledge during emergencies.</p>
<p>This guide from <em>The Prepper’s Voice</em> walks you through how to install a local, uncensored AI assistant on your Raspberry Pi. This offline bot can answer critical questions such as:</p>
<ul data-spread="false">
<li>
<p>How to purify water in the wild</p>
</li>
<li>
<p>How to treat wounds with minimal supplies</p>
</li>
<li>
<p>How to build emergency shelter</p>
</li>
<li>
<p>How to identify edible plants</p>
</li>
</ul>
<p>Let’s get started!</p>
<div><hr /></div>
<h3><strong>What You’ll Need</strong></h3>
<ul data-spread="false">
<li>
<p><strong>Raspberry Pi 5 (4GB or 8GB RAM)</strong></p>
</li>
<li>
<p><strong>64GB or larger microSD card or USB SSD</strong></p>
</li>
<li>
<p><strong>Official Raspberry Pi Power Supply</strong></p>
</li>
<li>
<p><strong>Small HDMI display and keyboard</strong></p>
</li>
<li>
<p><strong>Raspberry Pi OS (Bookworm or Bullseye)</strong></p>
</li>
<li>
<p><strong>Internet connection for setup only</strong></p>
</li>
<li>
<p><strong>Basic Linux knowledge</strong></p>
</li>
</ul>
<div><hr /></div>
<h3><strong>Step 1: Install Raspberry Pi OS</strong></h3>
<ol start="1" data-spread="false">
<li>
<p>Download Raspberry Pi Imager from <a>https://www.raspberrypi.com/software</a></p>
</li>
<li>
<p>Flash Raspberry Pi OS (choose 64-bit Desktop version)</p>
</li>
<li>
<p>Boot your Pi, set up your username, and update packages:</p>
</li>
</ol>
<pre><code>sudo apt update &amp;&amp; sudo apt full-upgrade -y</code></pre>
<div><hr /></div>
<h3><strong>Step 2: Install Dependencies</strong></h3>
<p>Run the following command to install tools and libraries:</p>
<pre><code>sudo apt install git build-essential cmake python3 python3-pip libopenblas-dev -y</code></pre>
<div><hr /></div>
<h3><strong>Step 3: Clone and Build llama.cpp</strong></h3>
<pre><code>cd ~
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make -j$(nproc)</code></pre>
<p>This is the backbone for your local AI model.</p>
<div><hr /></div>
<h3><strong>Step 4: Download an Uncensored AI Model</strong></h3>
<p>You’ll want a disaster-survival-friendly model that doesn’t filter or restrict.</p>
<ol start="1" data-spread="false">
<li>
<p>Visit <a href="https://huggingface.co">huggingface.co</a> and search for models like <strong>Mistral</strong>, <strong>OpenOrca</strong>, or <strong>WizardLM</strong>.</p>
</li>
<li>
<p>Use the GGUF format (e.g., <code>mistral-7b-instruct.Q4_K_M.gguf</code>)</p>
</li>
<li>
<p>Place the model in your <code>~/llama.cpp/models/</code> folder</p>
</li>
</ol>
<div><hr /></div>
<h3><strong>Step 5: Create a Run Script</strong></h3>
<p>Create a file called <code>run_ai.sh</code> with:</p>
<pre><code>#!/bin/bash
cd ~/llama.cpp
./main -m ./models/mistral-7b-instruct.Q4_K_M.gguf -ngl 1 -c 512 --color -i --interactive-first -r "[INST] You are a helpful survival assistant."</code></pre>
<p>Make it executable:</p>
<pre><code>chmod +x run_ai.sh</code></pre>
<div><hr /></div>
<h3><strong>Step 6: Create a Desktop Icon</strong></h3>
<ol start="1" data-spread="false">
<li>
<p>Create a file: <code>~/Desktop/Survival_AI.desktop</code></p>
</li>
<li>
<p>Paste this:</p>
</li>
</ol>
<pre><code>[Desktop Entry]
Name=Survival AI
Exec=/home/yourusername/llama.cpp/run_ai.sh
Icon=computer
Terminal=true
Type=Application</code></pre>
<ol start="3" data-spread="false">
<li>
<p>Replace <code>yourusername</code> with your actual Pi username</p>
</li>
<li>
<p>Make it executable:</p>
</li>
</ol>
<pre><code>chmod +x ~/Desktop/Survival_AI.desktop</code></pre>
<p>Now you have a one-click AI survival assistant from your GUI desktop!</p>
<div><hr /></div>
<h3><strong>How Much Power Does It Use?</strong></h3>
<p>The Raspberry Pi 5 draws around <strong>5-12W</strong> of power depending on load. That makes it extremely efficient and perfect for:</p>
<ul data-spread="false">
<li>
<p><strong>Solar-powered off-grid setups</strong></p>
</li>
<li>
<p><strong>Portable battery banks</strong></p>
</li>
<li>
<p><strong>USB power stations</strong></p>
</li>
</ul>
<div><hr /></div>
<h3><strong>What Can It Do Offline?</strong></h3>
<p>Once loaded, this uncensored AI can help you:</p>
<ul data-spread="false">
<li>
<p>Understand bushcraft basics</p>
</li>
<li>
<p>Create emergency food plans</p>
</li>
<li>
<p>Answer medical emergency questions</p>
</li>
<li>
<p>Guide you through sanitation and hygiene when resources are limited</p>
</li>
<li>
<p>Stay calm and informed in a crisis</p>
</li>
</ul>
<div><hr /></div>
<h3><strong>Why Uncensored Matters</strong></h3>
<p>Most cloud-based AI assistants will <strong>refuse</strong> to answer critical questions in a crisis — whether it&#8217;s how to sanitize urine, preserve meat without a fridge, or treat serious wounds without a hospital. This offline assistant doesn&#8217;t judge, filter, or limit based on political correctness or liability fears.</p>
<p>It’s <em>your</em> knowledge base — your way.</p>
<div><hr /></div>
<h3><strong>Final Thoughts</strong></h3>
<p>This setup gives you the edge when everything else fails. Think of it as your digital survival book — one that can think, adapt, and help.</p>
<p><strong>Stay prepared. Stay informed. Stay alive.</strong></p>
<p><em>The Prepper’s Voice</em></p>


]]></content:encoded>
					
					<wfw:commentRss>https://preppersvoice.com/2025/06/06/how-to-install-an-offline-uncensored-ai-chatbot-on-raspberry-pi-5-the-ultimate-disaster-survival-assistant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Ultimate Guide to the 200W Power Inverter for Dewalt 20V: Your Portable Power Solution</title>
		<link>https://preppersvoice.com/2025/05/29/the-ultimate-guide-to-the-200w-power-inverter-for-dewalt-20v-your-portable-power-solution/</link>
					<comments>https://preppersvoice.com/2025/05/29/the-ultimate-guide-to-the-200w-power-inverter-for-dewalt-20v-your-portable-power-solution/#respond</comments>
		
		<dc:creator><![CDATA[North Carolina Prepper]]></dc:creator>
		<pubDate>Thu, 29 May 2025 17:38:42 +0000</pubDate>
				<category><![CDATA[Prepper Tech]]></category>
		<category><![CDATA[Survival]]></category>
		<category><![CDATA[The TEOTWAWKI pi (Raspberry pi) Project.]]></category>
		<category><![CDATA[200W Battery Powered Outlet]]></category>
		<category><![CDATA[200W Power Inverter Review]]></category>
		<category><![CDATA[20V Battery Power Inverter]]></category>
		<category><![CDATA[AC Outlet for Dewalt Battery]]></category>
		<category><![CDATA[Best Inverter for Dewalt]]></category>
		<category><![CDATA[DC to AC Battery Inverter]]></category>
		<category><![CDATA[Dewalt 20V Power Inverter]]></category>
		<category><![CDATA[Dewalt Battery Accessories]]></category>
		<category><![CDATA[Emergency Power Supply]]></category>
		<category><![CDATA[Inverter with USB Ports]]></category>
		<category><![CDATA[Outdoor Power Solutions]]></category>
		<category><![CDATA[Portable Chargers for Devices]]></category>
		<category><![CDATA[Portable Power Generator]]></category>
		<category><![CDATA[Portable Power Station]]></category>
		<category><![CDATA[Power Inverter for Camping]]></category>
		<category><![CDATA[Power Inverter for Tools]]></category>
		<category><![CDATA[Rechargeable Power Station]]></category>
		<category><![CDATA[USB Type-C Inverter]]></category>
		<guid isPermaLink="false">https://preppersvoice.com/?p=973</guid>

					<description><![CDATA[When it comes to outdoor projects, camping, or simply being prepared for power outages, a portable power inverter can be a game-changer. And if you’re already a Dewalt tool user, you might want to look into the 200W Power Inverter for Dewalt 20V. This inverter takes your Dewalt 20V battery and turns it into a...]]></description>
										<content:encoded><![CDATA[
<p style="text-align: center;"><a href="https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_.jpg"><img fetchpriority="high" decoding="async" class="size-medium wp-image-975 aligncenter" src="https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_-300x293.jpg" alt="" width="300" height="293" srcset="https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_-300x293.jpg 300w, https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_-1024x1001.jpg 1024w, https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_-768x751.jpg 768w, https://preppersvoice.com/wp-content/uploads/2025/05/Dewalt_Battery_Power_Station_.jpg 1500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>When it comes to outdoor projects, camping, or simply being prepared for power outages, a portable power inverter can be a game-changer. And if you’re already a Dewalt tool user, you might want to look into the <strong>200W Power Inverter for Dewalt 20V</strong>. This inverter takes your Dewalt 20V battery and turns it into a portable power station that can charge phones, run small appliances, and power other devices that need an AC outlet.</p>
<p>In this detailed guide, we’ll break down everything you need to know about this <strong>DC-to-AC power inverter</strong>, how it works, its pros and cons, and whether it’s the right solution for your needs.</p>
<hr />
<h3 class="western"><strong>What is the 200W Power Inverter for Dewalt 20V?</strong></h3>
<p>The <strong>200W Power Inverter</strong> for Dewalt 20V is a small yet versatile device that allows you to convert DC (Direct Current) power from your Dewalt 20V battery into AC (Alternating Current) power. In simpler terms, it turns the battery you already use for your Dewalt tools into a portable power station that can run small electronics and appliances, charge devices, and more.</p>
<h3 class="western"><strong>Key Features</strong></h3>
<ul>
<li>
<p><strong>200W Power Capacity</strong>: The inverter can output up to 200 watts of continuous power, making it ideal for charging or running low-power devices.</p>
</li>
<li>
<p><strong>DC 20V to AC 110-120V Conversion</strong>: Converts your Dewalt 20V battery&#8217;s DC power into 110-120V AC power, which is the standard household voltage in most countries.</p>
</li>
<li>
<p><strong>Multiple Output Ports</strong>:</p>
<ul>
<li>
<p><strong>Two USB ports</strong>: Perfect for charging your phones, tablets, and other small gadgets.</p>
</li>
<li>
<p><strong>One USB Type-C port</strong>: For faster charging of modern devices like laptops, newer smartphones, and portable electronics.</p>
</li>
<li>
<p><strong>One AC Outlet</strong>: Enables you to plug in small appliances or tools, such as a small fan or portable light.</p>
</li>
</ul>
</li>
<li>
<p><strong>Compatibility with Dewalt 20V Batteries</strong>: This inverter is specifically designed to be compatible with Dewalt 20V batteries, so if you already own Dewalt tools, you don’t have to invest in another type of battery.</p>
</li>
</ul>
<hr />
<h3 class="western"><strong>How Does the 200W Power Inverter Work?</strong></h3>
<p>The inverter works by taking the DC power from your Dewalt 20V battery and converting it into 110-120V AC power, which can then be used to power a variety of devices. The inverter itself is compact and easy to use:</p>
<ol>
<li>
<p><strong>Attach the Dewalt 20V Battery</strong>: Simply slide your Dewalt 20V battery into the inverter’s input port. The battery clicks into place securely.</p>
</li>
<li>
<p><strong>Powering Your Devices</strong>: Once the battery is connected, you can start using the inverter’s output ports. Plug in your device (e.g., phone, laptop, light, or fan) into any of the USB ports, the Type-C port, or the AC outlet.</p>
</li>
<li>
<p><strong>Running Devices</strong>: The inverter provides power, and your devices begin charging or running as needed. The inverter maintains a steady power output, ensuring your electronics are safely powered.</p>
</li>
</ol>
<hr />
<h3 class="western"><strong>Performance and Usability</strong></h3>
<h4 class="western"><strong>Testing the 200W Power Inverter</strong></h4>
<p>To give you a better idea of what this inverter can do, here’s a look at how it performs with different devices:</p>
<ol>
<li>
<p><strong>Smartphone &amp; Tablet Charging</strong>:<br />The two USB ports on the inverter are great for charging phones, tablets, and even small Bluetooth speakers. We tested it with an iPhone and an Android tablet, and both charged without issues. The USB Type-C port is particularly helpful for fast-charging devices like the latest smartphones.</p>
</li>
<li>
<p><strong>Powering Small Appliances</strong>:<br />We also plugged a <strong>small fan</strong> into the AC outlet, and the inverter handled it just fine. The fan ran smoothly, drawing minimal power. It’s also capable of powering other low-power devices like LED lights, laptops, or small routers. However, you’ll want to keep in mind that this inverter is <strong>not suitable for high-power devices</strong> like refrigerators or power tools that require a large wattage.</p>
</li>
<li>
<p><strong>Laptop Charging</strong>:<br />One of the standout features of this inverter is the <strong>USB Type-C port</strong>. When we plugged in a laptop, it charged without any issues. This is a game-changer for people who need power for laptops or other tech while on the move.</p>
</li>
</ol>
<h4 class="western"><strong>Battery Life and Runtime</strong></h4>
<p>The <strong>200W inverter</strong> will work for as long as your Dewalt 20V battery holds charge. However, it’s important to note that the more power-hungry your device, the quicker your battery will drain.</p>
<p>With <strong>85% efficiency</strong>, a <strong>1Ah 20V Dewalt battery</strong> would last about <strong>5.1 minutes</strong> when powering a <strong>200W load</strong>.</p>
<h3 data-start="210" data-end="249"><strong data-start="214" data-end="249">Household Items Under 200 Watts</strong></h3>
<div class="_tableContainer_16hzy_1">
<div class="_tableWrapper_16hzy_14 group flex w-fit flex-col-reverse" tabindex="-1">
<table class="w-fit min-w-(--thread-content-width)" style="width: 100%;" data-start="251" data-end="2025">
<thead data-start="251" data-end="317">
<tr data-start="251" data-end="317">
<th style="width: 54.5994%;" data-start="251" data-end="290" data-col-size="sm"><strong data-start="253" data-end="271">Household Item</strong></th>
<th style="width: 44.362%;" data-start="290" data-end="317" data-col-size="md"><strong data-start="292" data-end="315">Average Wattage (W)</strong></th>
</tr>
</thead>
<tbody data-start="385" data-end="2025">
<tr data-start="385" data-end="451">
<td style="width: 54.5994%;" data-start="385" data-end="424" data-col-size="sm"><strong data-start="387" data-end="411">LED Light Bulb (10W)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="424" data-end="451">10W</td>
</tr>
<tr data-start="452" data-end="518">
<td style="width: 54.5994%;" data-start="452" data-end="491" data-col-size="sm"><strong data-start="454" data-end="487">Incandescent Light Bulb (60W)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="491" data-end="518">60W</td>
</tr>
<tr data-start="519" data-end="585">
<td style="width: 54.5994%;" data-start="519" data-end="558" data-col-size="sm"><strong data-start="521" data-end="543">Smartphone Charger</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="558" data-end="585">5-15W</td>
</tr>
<tr data-start="586" data-end="652">
<td style="width: 54.5994%;" data-start="586" data-end="625" data-col-size="sm"><strong data-start="588" data-end="606">Tablet Charger</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="625" data-end="652">10-30W</td>
</tr>
<tr data-start="653" data-end="719">
<td style="width: 54.5994%;" data-start="653" data-end="692" data-col-size="sm"><strong data-start="655" data-end="665">Laptop</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="692" data-end="719">30-60W</td>
</tr>
<tr data-start="720" data-end="786">
<td style="width: 54.5994%;" data-start="720" data-end="759" data-col-size="sm"><strong data-start="722" data-end="749">Desktop Computer (Idle)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="759" data-end="786">60-100W</td>
</tr>
<tr data-start="787" data-end="853">
<td style="width: 54.5994%;" data-start="787" data-end="826" data-col-size="sm"><strong data-start="789" data-end="813">Electric Fan (Small)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="826" data-end="853">40-75W</td>
</tr>
<tr data-start="854" data-end="942">
<td style="width: 54.5994%;" data-start="854" data-end="893" data-col-size="sm"><strong data-start="856" data-end="872">Coffee Maker</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="893" data-end="942">600-1200W (but <strong data-start="910" data-end="928">smaller models</strong> under 200W)</td>
</tr>
<tr data-start="943" data-end="1009">
<td style="width: 54.5994%;" data-start="943" data-end="982" data-col-size="sm"><strong data-start="945" data-end="968">Blender (Low-Speed)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="982" data-end="1009">100-200W</td>
</tr>
<tr data-start="1010" data-end="1113">
<td style="width: 54.5994%;" data-start="1010" data-end="1049" data-col-size="sm"><strong data-start="1012" data-end="1045">Hair Dryer (Low Heat Setting)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1049" data-end="1113">800-1800W (but <strong data-start="1066" data-end="1087">low heat settings</strong> are usually under 200W)</td>
</tr>
<tr data-start="1114" data-end="1180">
<td style="width: 54.5994%;" data-start="1114" data-end="1153" data-col-size="sm"><strong data-start="1116" data-end="1139">Electric Toothbrush</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1153" data-end="1180">1-5W</td>
</tr>
<tr data-start="1181" data-end="1248">
<td style="width: 54.5994%;" data-start="1181" data-end="1221" data-col-size="sm"><strong data-start="1183" data-end="1220">TV (LED 40&#8243; to 55&#8243; &#8211; Low Setting)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1221" data-end="1248">50-150W</td>
</tr>
<tr data-start="1249" data-end="1315">
<td style="width: 54.5994%;" data-start="1249" data-end="1288" data-col-size="sm"><strong data-start="1251" data-end="1268">Digital Clock</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1288" data-end="1315">1-5W</td>
</tr>
<tr data-start="1316" data-end="1382">
<td style="width: 54.5994%;" data-start="1316" data-end="1355" data-col-size="sm"><strong data-start="1318" data-end="1333">Alarm Clock</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1355" data-end="1382">1-5W</td>
</tr>
<tr data-start="1383" data-end="1449">
<td style="width: 54.5994%;" data-start="1383" data-end="1422" data-col-size="sm"><strong data-start="1385" data-end="1414">Electric Kettle (Smaller)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1422" data-end="1449">100-150W</td>
</tr>
<tr data-start="1450" data-end="1541">
<td style="width: 54.5994%;" data-start="1450" data-end="1489" data-col-size="sm"><strong data-start="1452" data-end="1471">Small Microwave</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1489" data-end="1541">600-800W (some compact models can be under 200W)</td>
</tr>
<tr data-start="1542" data-end="1608">
<td style="width: 54.5994%;" data-start="1542" data-end="1581" data-col-size="sm"><strong data-start="1544" data-end="1567">Electric Can Opener</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1581" data-end="1608">30-70W</td>
</tr>
<tr data-start="1609" data-end="1690">
<td style="width: 54.5994%;" data-start="1609" data-end="1648" data-col-size="sm"><strong data-start="1611" data-end="1638">Power Tools (Low Power)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1648" data-end="1690">100-200W (e.g., drills, small sanders)</td>
</tr>
<tr data-start="1691" data-end="1757">
<td style="width: 54.5994%;" data-start="1691" data-end="1730" data-col-size="sm"><strong data-start="1693" data-end="1713">Radio (Portable)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1730" data-end="1757">5-20W</td>
</tr>
<tr data-start="1758" data-end="1824">
<td style="width: 54.5994%;" data-start="1758" data-end="1797" data-col-size="sm"><strong data-start="1760" data-end="1788">Game Console (Low Power)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1797" data-end="1824">50-150W</td>
</tr>
<tr data-start="1825" data-end="1891">
<td style="width: 54.5994%;" data-start="1825" data-end="1864" data-col-size="sm"><strong data-start="1827" data-end="1846">Security Camera</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1864" data-end="1891">2-10W</td>
</tr>
<tr data-start="1892" data-end="1958">
<td style="width: 54.5994%;" data-start="1892" data-end="1931" data-col-size="sm"><strong data-start="1894" data-end="1918">Air Purifier (Small)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1931" data-end="1958">50-150W</td>
</tr>
<tr data-start="1959" data-end="2025">
<td style="width: 54.5994%;" data-start="1959" data-end="1998" data-col-size="sm"><strong data-start="1961" data-end="1985">Dehumidifier (Small)</strong></td>
<td style="width: 44.362%;" data-col-size="md" data-start="1998" data-end="2025">150W</td>
</tr>
</tbody>
</table>
<div class="sticky end-(--thread-content-margin) h-0 self-end select-none">
<div class="absolute end-0 flex items-end"> </div>
</div>
</div>
</div>
<hr data-start="2027" data-end="2030" />
<h3 data-start="2032" data-end="2057"><strong data-start="2036" data-end="2056">Additional Notes</strong>:</h3>
<ul data-start="2059" data-end="2864">
<li data-start="2059" data-end="2164">
<p data-start="2061" data-end="2164"><strong data-start="2061" data-end="2074">LED Bulbs</strong> are among the most energy-efficient items, with <strong data-start="2123" data-end="2130">10W</strong> being typical for brighter bulbs.</p>
</li>
<li data-start="2165" data-end="2282">
<p data-start="2167" data-end="2282"><strong data-start="2167" data-end="2185">Phone chargers</strong> and <strong data-start="2190" data-end="2201">tablets</strong> generally use minimal power and are great for smaller, portable power solutions.</p>
</li>
<li data-start="2283" data-end="2451">
<p data-start="2285" data-end="2451"><strong data-start="2285" data-end="2305">Small appliances</strong> like <strong data-start="2311" data-end="2331">electric kettles</strong> and <strong data-start="2336" data-end="2350">hairdryers</strong> can sometimes be under 200W on their lower settings, but higher settings will exceed the 200W limit.</p>
</li>
<li data-start="2452" data-end="2586">
<p data-start="2454" data-end="2586"><strong data-start="2454" data-end="2467">Small TVs</strong>, particularly older models or <strong data-start="2498" data-end="2509">LED TVs</strong> with a <strong data-start="2517" data-end="2532">low setting</strong>, will consume much less power (typically under 150W).</p>
</li>
<li data-start="2587" data-end="2703">
<p data-start="2589" data-end="2703"><strong data-start="2589" data-end="2603">Small fans</strong> (portable desktop or tower fans) can be <strong data-start="2644" data-end="2658">under 100W</strong>, but larger models may exceed the 200W mark.</p>
</li>
<li data-start="2704" data-end="2864">
<p data-start="2706" data-end="2864"><strong data-start="2706" data-end="2738">Some low-wattage power tools</strong> (such as smaller drills or sanders) may consume <strong data-start="2787" data-end="2805">less than 200W</strong>, but larger or more powerful tools can easily exceed this.</p>
</li>
</ul>
<p>For example:</p>
<ul>
<li>
<p><strong>Smartphone</strong>: Charging a phone can last several hours on a full charge.</p>
</li>
<li>
<p><strong>Laptop</strong>: You might get an hour or two of power, depending on your laptop’s power consumption.</p>
</li>
<li>
<p><strong>Fan</strong>: Running a small fan can last quite a while, but heavy-duty devices will drain the battery faster.</p>
</li>
</ul>
<hr />
<h3 class="western"><strong>Pros and Cons of the 200W Power Inverter for Dewalt 20V</strong></h3>
<h4 class="western"><strong>Pros:</strong></h4>
<ol>
<li>
<p><strong>Portable and Compact</strong>: The inverter is small and lightweight, making it easy to take on trips or move around your workspace.</p>
</li>
<li>
<p><strong>Multiple Charging Options</strong>: The inclusion of two USB ports, a Type-C port, and an AC outlet means you can charge or power several devices simultaneously.</p>
</li>
<li>
<p><strong>Easy to Use</strong>: Simply slide in your Dewalt 20V battery, and you’re ready to go. It’s designed to be user-friendly with minimal setup.</p>
</li>
<li>
<p><strong>Perfect for Dewalt Tool Users</strong>: If you already have Dewalt 20V batteries, this inverter is a no-brainer. You don’t need to buy separate batteries or chargers.</p>
</li>
<li>
<p><strong>Affordable</strong>: Compared to larger power stations, the 200W inverter is budget-friendly and delivers solid performance for light-duty use.</p>
</li>
</ol>
<h4 class="western"><strong>Cons:</strong></h4>
<ol>
<li>
<p><strong>Limited Power Capacity (200W)</strong>: This inverter is great for small electronics, but <strong>not suitable for high-power devices</strong> like refrigerators, larger appliances, or high-wattage power tools.</p>
</li>
<li>
<p><strong>Battery Drain</strong>: Using the inverter for long periods can quickly drain your Dewalt 20V battery, especially when powering multiple devices at once.</p>
</li>
<li>
<p><strong>No Extra Features</strong>: While it’s great for basic use, it doesn’t come with extra features like solar charging or additional output options that some higher-end inverters offer.</p>
</li>
</ol>
<hr />
<h3 class="western"><strong>Who Should Buy the 200W Power Inverter for Dewalt 20V?</strong></h3>
<p>If you’re someone who already uses Dewalt 20V tools and batteries, this inverter is a no-brainer. Here are some of the best use cases:</p>
<ol>
<li>
<p><strong>Outdoor Enthusiasts</strong>: Whether you’re camping, hiking, or just spending time in remote locations, this inverter allows you to power essential devices like phones, GPS units, or portable lights without needing access to an electrical outlet.</p>
</li>
<li>
<p><strong>DIYers and Builders</strong>: If you use Dewalt tools on a worksite, this inverter can serve as a mobile power station for small electronics, lights, or even charging devices between tasks.</p>
</li>
<li>
<p><strong>Emergency Preparedness</strong>: This inverter is a great option for emergency power during blackouts. It can keep your phones charged and power small appliances in case of an emergency.</p>
</li>
<li>
<p><strong>Travelers</strong>: For people who are always on the go and need to power laptops, cameras, or other gear, this inverter is the perfect travel companion.</p>
</li>
</ol>
<hr />
<h3 class="western"><strong>Final Thoughts</strong></h3>
<p>The <strong>200W Power Inverter for Dewalt 20V</strong> is a fantastic tool for anyone looking for a reliable, portable power source. While it’s not intended to run high-powered appliances or large tools, it’s a solid option for those who need to power small electronics, charge devices, or even run low-power tools.</p>
<p>If you&#8217;re a Dewalt 20V tool user and need a convenient and cost-effective way to stay powered up, this inverter is a great choice. It’s compact, easy to use, and makes great use of the batteries you already have.</p>
<hr />
<h3 class="western"><strong>Where to Buy the 200W Power Inverter for Dewalt 20V</strong></h3>
<p>If you’re interested in picking up this inverter, you can find it online at most major retailers like <strong>Amazon</strong>, <strong>Home Depot</strong>, or <strong>Walmart</strong>. Or just click here for my amazon link  <a href="https://amzn.to/4joTC0Q">https://amzn.to/4joTC0Q </a></p>
<p>As an Amazon associate I earn from qualifying purchases.</p>
<hr />
<p><strong>Have you used this inverter, or are you thinking about purchasing it? Let us know your thoughts in the comments below, and feel free to share any tips or experiences you’ve had with portable power solutions!</strong></p>
<p> </p>
]]></content:encoded>
					
					<wfw:commentRss>https://preppersvoice.com/2025/05/29/the-ultimate-guide-to-the-200w-power-inverter-for-dewalt-20v-your-portable-power-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Live Stream to Youtube or Ustream with Raspberry Pi</title>
		<link>https://preppersvoice.com/2016/05/22/how-to-live-stream-to-youtube-or-ustream-with-raspberry-pi/</link>
					<comments>https://preppersvoice.com/2016/05/22/how-to-live-stream-to-youtube-or-ustream-with-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[North Carolina Prepper]]></dc:creator>
		<pubDate>Sun, 22 May 2016 14:29:03 +0000</pubDate>
				<category><![CDATA[Communications]]></category>
		<category><![CDATA[The TEOTWAWKI pi (Raspberry pi) Project.]]></category>
		<category><![CDATA[AAC]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[H264]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[libx264]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Pi]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[Ustream]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://preppersvoice.com/?p=581</guid>

					<description><![CDATA[&#160; How to live stream YouTube or Ustream from a raspberry pi. I will put a link to the Image file when I get it set up on my website. Just type the commands below. I did this all in PuTTY using SSH. So what we need to do is cross compile FFMPEG for the...]]></description>
										<content:encoded><![CDATA[<div class="entry-content-asset videofit"><iframe title="How to Live Stream to Youtube or Ustream  with Raspberry Pi" width="720" height="405" src="https://www.youtube.com/embed/u1DgsvjYKS4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>&nbsp;</p>
<p>How to live stream YouTube or Ustream from a raspberry pi.<br />
I will put a link to the Image file when I get it set up on my website.<br />
Just type the commands below. I did this all in PuTTY using SSH.<br />
So what we need to do is cross compile FFMPEG for the Raspberry Pi. ( I will just put a Image on my website for people to just down load a working image if people want it.</p>
<p>sudo raspi-config<br />
sudo apt-get update<br />
sudo apt-get dist-upgrade<br />
sudo apt-get clean<br />
First you need to install FFMPEG I used the website below.<br />
http://www.jeffreythompson.org/blog/2014/11/13/installing-ffmpeg-for-raspberry-pi/</p>
<p>Installing FFMPEG for Raspberry Pi<br />
INSTALL H264 SUPPORT<br />
Run the following commands, one at a time.<br />
1 cd /usr/src<br />
2 git clone git://git.videolan.org/x264<br />
3 cd x264<br />
4 ./configure &#8211;host=arm-unknown-linux-gnueabi &#8211;enable-static &#8211;disable-opencl<br />
5 make<br />
6 sudo make install</p>
<p>1. INSTALL OTHER LIBRARIES/FORMATS<br />
Anything else you would like to install should be done now, before compiling FFMPEG. This includes MP3, AAC, etc.</p>
<p>2. INSTALL FFMPEG<br />
Add lines similar to the &#8211;enable-libx264 for anything else installed above. This may take a REALLY long time, so be patient.<br />
1 cd /usr/src<br />
2 git clone git://source.ffmpeg.org/ffmpeg.git<br />
3 cd ffmpeg<br />
4 sudo ./configure &#8211;arch=armel &#8211;target-os=linux &#8211;enable-gpl &#8211;enable-libx264 &#8211;enable-nonfree<br />
5 make<br />
6 sudo make install</p>
<p>Note if you have a Model B+ you can use make -j4 instead of just make to take advantage of all four cores!</p>
<p>To start the live stream for Youtube. Us this command line</p>
<p>raspivid -o &#8211; -t 0 -vf -hf -fps 30 -b 6000000 | ffmpeg -re -ar 44100 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -f h264 -i &#8211; -vcodec copy -acodec aac -ab 128k -g 50 -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/Put your stream key here<br />
To start it for Ustream us find out your rtmp server url and stream id here.<br />
https://support.ustream.tv/hc/en-us/articles/207851987-How-to-stream-to-Ustream-using-Wirecast-FMLE-TriCaster-or-any-RTMP-encoder</p>
]]></content:encoded>
					
					<wfw:commentRss>https://preppersvoice.com/2016/05/22/how-to-live-stream-to-youtube-or-ustream-with-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The 5 to 30 Dollar Security DVR</title>
		<link>https://preppersvoice.com/2016/01/11/the-5-to-30-dollar-security-dvr-teotwawki-pi-part-4/</link>
					<comments>https://preppersvoice.com/2016/01/11/the-5-to-30-dollar-security-dvr-teotwawki-pi-part-4/#comments</comments>
		
		<dc:creator><![CDATA[North Carolina Prepper]]></dc:creator>
		<pubDate>Mon, 11 Jan 2016 19:42:37 +0000</pubDate>
				<category><![CDATA[The TEOTWAWKI pi (Raspberry pi) Project.]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[amature]]></category>
		<category><![CDATA[antenna]]></category>
		<category><![CDATA[aprs]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bugging]]></category>
		<category><![CDATA[Cam]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[‎Camping‬ ‪]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[collapse]]></category>
		<category><![CDATA[combat]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Concealed]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[defense]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[DVR]]></category>
		<category><![CDATA[Earthquake]]></category>
		<category><![CDATA[economic]]></category>
		<category><![CDATA[emergency]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[Ham]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[instructional]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[long]]></category>
		<category><![CDATA[low]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[out]]></category>
		<category><![CDATA[outdoor]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[Pi]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[prepare]]></category>
		<category><![CDATA[preparedness]]></category>
		<category><![CDATA[prepper]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[reliance]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[shtf]]></category>
		<category><![CDATA[signal]]></category>
		<category><![CDATA[Silent]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[survival]]></category>
		<category><![CDATA[survivalism]]></category>
		<category><![CDATA[survivalist]]></category>
		<category><![CDATA[tactical]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ultralight]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[wrol]]></category>
		<category><![CDATA[Zombie]]></category>
		<guid isPermaLink="false">https://preppersvoice.com/?p=530</guid>

					<description><![CDATA[&#160; 5 to 30 Dollar Security DVR If you use a raspberry pi Zero they are running 5 bucks + old web cam. Not a bad deal for a DVR. At this time all the software is free. Links below: ccrisan/motioneyeos http://github.com/ccrisan/motioneyeos Wiki http://github.com/ccrisan/motioneyeos/wiki Down load http://github.com/ccrisan/motioneyeos/wiki/Supported-Devices Installation http://github.com/ccrisan/motioneyeos/wiki/Installation Amazon for the hardware : http://amzn.to/1W0uBt7...]]></description>
										<content:encoded><![CDATA[<div class="entry-content-asset videofit"><iframe loading="lazy" title="The 5 to 30 Dollar Security DVR (Teotwawki pi part 4.)" width="720" height="405" src="https://www.youtube.com/embed/vFXedVzbho0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<p>&nbsp;</p>
<p>5 to 30 Dollar Security DVR</p>
<p>If you use a raspberry pi Zero they are running 5 bucks + old web cam. Not a bad deal for a DVR. At this time all the software is free.<br />
Links below:<br />
ccrisan/motioneyeos <a href="http://github.com/ccrisan/motioneyeos">http://github.com/ccrisan/motioneyeos</a><br />
Wiki <a href="http://github.com/ccrisan/motioneyeos/wiki">http://github.com/ccrisan/motioneyeos/wiki</a><br />
Down load <a href="http://github.com/ccrisan/motioneyeos/wiki/Supported-Devices">http://github.com/ccrisan/motioneyeos/wiki/Supported-Devices</a><br />
Installation <a href="http://github.com/ccrisan/motioneyeos/wiki/Installation">http://github.com/ccrisan/motioneyeos/wiki/Installation</a></p>
<p>Amazon for the hardware : <a href="http://amzn.to/1W0uBt7">http://amzn.to/1W0uBt7</a><br />
Just get any Raspberry pi .. Pi zero is 5 bucks when in stock.</p>
<p>&nbsp;</p>
<p>Raspberry Pi 2 Model B (1GB)&#8211;NEWEST VERSION&#8211; With Clear Compact Case <a href="http://amzn.to/1JrzfON">http://amzn.to/1JrzfON</a><br />
Samsung 32GB EVO Class 10 Micro SDHC up to 48MB/s with Adapter (MB-MP32DA/AM) <a href="http://amzn.to/1PdxGAI">http://amzn.to/1PdxGAI</a><br />
Edimax EW-7811Un 150Mbps 11n Wi-Fi USB Adapter, Nano Size Lets You Plug it and Forget it, Ideal for Raspberry Pi / Pi2, Supports Windows, Mac OS, Linux (Black/Gold) <a href="http://amzn.to/1JrzzNx">http://amzn.to/1JrzzNx</a><br />
Opitional<br />
Rii Mini Wireless 2.4GHz Keyboard with Mouse Touchpad Remote Control, Black (mini X1) for Raspberry pi/HTPC/XBMC/Google and Android TV KP-810-10LL <a href="http://amzn.to/1JrzCsB">http://amzn.to/1JrzCsB</a><br />
HQST 100 Watt 12 Volt Monocrystalline Bendable Solar Panel <a href="http://amzn.to/1Pdxd1v">http://amzn.to/1Pdxd1v</a><br />
PiTFT 2.8&#8243; Touchscreen for the Raspberry Pi <a href="http://amzn.to/1JryYvb">http://amzn.to/1JryYvb</a><br />
Uniker Raspberry Pi 2 Model B Quad Core for Raspberry Pi Model (B+) 5- Inch 800&#215;480 Pixel Hdmi input Touch Screen &amp; Stand Case <a href="http://amzn.to/1Jrz6uI">http://amzn.to/1Jrz6uI</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://preppersvoice.com/2016/01/11/the-5-to-30-dollar-security-dvr-teotwawki-pi-part-4/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>30 dollar Computer Teotwawki Pi Part 1</title>
		<link>https://preppersvoice.com/2016/01/06/30-dollar-computer-teotwawki-pi-part-1/</link>
					<comments>https://preppersvoice.com/2016/01/06/30-dollar-computer-teotwawki-pi-part-1/#respond</comments>
		
		<dc:creator><![CDATA[North Carolina Prepper]]></dc:creator>
		<pubDate>Wed, 06 Jan 2016 17:06:45 +0000</pubDate>
				<category><![CDATA[The TEOTWAWKI pi (Raspberry pi) Project.]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[amature]]></category>
		<category><![CDATA[antenna]]></category>
		<category><![CDATA[aprs]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[bugging]]></category>
		<category><![CDATA[‎Camping‬ ‪]]></category>
		<category><![CDATA[collapse]]></category>
		<category><![CDATA[combat]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Concealed]]></category>
		<category><![CDATA[cost]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[defense]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Earthquake]]></category>
		<category><![CDATA[economic]]></category>
		<category><![CDATA[emergency]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[Ham]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[instructional]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[long]]></category>
		<category><![CDATA[low]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[out]]></category>
		<category><![CDATA[outdoor]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[Pi]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[prepare]]></category>
		<category><![CDATA[preparedness]]></category>
		<category><![CDATA[prepper]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[rebuild]]></category>
		<category><![CDATA[reliance]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[shtf]]></category>
		<category><![CDATA[signal]]></category>
		<category><![CDATA[Silent]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[survival]]></category>
		<category><![CDATA[survivalism]]></category>
		<category><![CDATA[survivalist]]></category>
		<category><![CDATA[tactical]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ultralight]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[wrol]]></category>
		<category><![CDATA[Zombie]]></category>
		<guid isPermaLink="false">https://preppersvoice.com/?p=517</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="entry-content-asset videofit"><iframe loading="lazy" title="30 dollar Computer Teotwawki Pi    Part 1" width="720" height="405" src="https://www.youtube.com/embed/5RS9Bz2-SDs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
]]></content:encoded>
					
					<wfw:commentRss>https://preppersvoice.com/2016/01/06/30-dollar-computer-teotwawki-pi-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
