<?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>Smart Home &#8211; Coelo</title>
	<atom:link href="https://coelo.org/category/smart-home/feed/" rel="self" type="application/rss+xml" />
	<link>https://coelo.org</link>
	<description>Get inspired about smart technology!</description>
	<lastBuildDate>Sun, 15 Sep 2024 08:19:46 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://coelo.org/wp-content/uploads/2026/01/Logo1-150x150.png</url>
	<title>Smart Home &#8211; Coelo</title>
	<link>https://coelo.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Low budget Home Assistant Camera based on the ESP8266 D1 mini with camera board</title>
		<link>https://coelo.org/smart-home/esp8266-d1-mini-camera/</link>
					<comments>https://coelo.org/smart-home/esp8266-d1-mini-camera/#respond</comments>
		
		<dc:creator><![CDATA[Levin Schroll]]></dc:creator>
		<pubDate>Sun, 08 Sep 2024 16:25:00 +0000</pubDate>
				<category><![CDATA[Smart Home]]></category>
		<guid isPermaLink="false">https://coelo.org/?p=225</guid>

					<description><![CDATA[ESPHome camera.yaml]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">ESPHome camera.yaml</h2>



<pre class="wp-block-code has-small-font-size"><code>esphome:
  name: camera
  friendly_name: Camera

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

esp32_camera:
  name: Camera
  external_clock:
    pin: GPIO0
    frequency: 20MHz
  i2c_pins:
    sda: GPIO26
    scl: GPIO27
  data_pins: &#91;GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
  vsync_pin: GPIO25
  href_pin: GPIO23
  pixel_clock_pin: GPIO22
  power_down_pin: GPIO32
  max_framerate: 30 fps</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://coelo.org/smart-home/esp8266-d1-mini-camera/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Smart Solar Table Lamp</title>
		<link>https://coelo.org/smart-home/lights/smart-solar-table-lamp/</link>
					<comments>https://coelo.org/smart-home/lights/smart-solar-table-lamp/#respond</comments>
		
		<dc:creator><![CDATA[Levin Schroll]]></dc:creator>
		<pubDate>Sat, 17 Aug 2024 23:45:14 +0000</pubDate>
				<category><![CDATA[Lights]]></category>
		<guid isPermaLink="false">https://coelo.org/?p=68</guid>

					<description><![CDATA[This guid will show you, how you can build your own solar-powered table lamp. Electronics Here we have a complete li-ion battery charger with 450 &#8211; 500 mAh charging current, dimmable by 1-hold-touch and USB type-c. Design In this section you will learn about der Design of the Lamp.]]></description>
										<content:encoded><![CDATA[
<p>This guid will show you, how you can build your own solar-powered table lamp.</p>



<h2 class="wp-block-heading has-large-font-size">Electronics</h2>



<p>Here we have a complete li-ion battery charger with 450 &#8211; 500 mAh charging current, dimmable by 1-hold-touch and USB type-c.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="640" height="640" src="https://coelo.org/wp-content/uploads/2024/08/1000007487.webp" alt="" class="wp-image-162" srcset="https://coelo.org/wp-content/uploads/2024/08/1000007487.webp 640w, https://coelo.org/wp-content/uploads/2024/08/1000007487-300x300.webp 300w, https://coelo.org/wp-content/uploads/2024/08/1000007487-150x150.webp 150w" sizes="(max-width: 640px) 100vw, 640px" /></figure>



<h2 class="wp-block-heading has-large-font-size">Design</h2>



<p>In this section you will learn about der Design of the Lamp.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://coelo.org/smart-home/lights/smart-solar-table-lamp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
