<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: chinchilla Wikinson</title>
    <description>The latest articles on DEV Community by chinchilla Wikinson (@chinchilla_wikinson_1e947_13).</description>
    <link>https://dev.to/chinchilla_wikinson_1e947_13</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2496490%2F6ed07a2e-c7be-49fa-b55a-c86d9a486bff.jpg</url>
      <title>DEV Community: chinchilla Wikinson</title>
      <link>https://dev.to/chinchilla_wikinson_1e947_13</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chinchilla_wikinson_1e947_13"/>
    <language>en</language>
    <item>
      <title>How to Control Your Mini Split with a Microcontroller: Building a Wi-Fi IR Blaster for HVAC Automation</title>
      <dc:creator>chinchilla Wikinson</dc:creator>
      <pubDate>Tue, 27 May 2025 06:19:21 +0000</pubDate>
      <link>https://dev.to/chinchilla_wikinson_1e947_13/how-to-control-your-mini-split-with-a-microcontroller-building-a-wi-fi-ir-blaster-for-hvac-3cod</link>
      <guid>https://dev.to/chinchilla_wikinson_1e947_13/how-to-control-your-mini-split-with-a-microcontroller-building-a-wi-fi-ir-blaster-for-hvac-3cod</guid>
      <description>&lt;p&gt;Mini-splits are like magic in the world of air conditioning. They’re quiet, powerful, and don’t need ductwork. But here’s the strange thing: most people still operate them manually. With a remote. Like it’s 2005.&lt;/p&gt;

&lt;p&gt;Now imagine this: you come home, and your ductless split system heat pump has already cooled the room to the perfect temperature. Why? Because it “knows” when you’re home. And that’s not sci-fi — it’s real with a microcontroller and an IR blaster.&lt;/p&gt;

&lt;p&gt;Why automating your mini split is not a luxury but a necessity:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Energy savings: smart control cuts down your bills.&lt;/li&gt;
&lt;li&gt;Comfort: the climate adapts to your schedule.&lt;/li&gt;
&lt;li&gt;Remote access: control the system from the Maldives if you want.&lt;/li&gt;
&lt;li&gt;Smart home integration: create scenes like “wake up – turn on heat.”&lt;/li&gt;
&lt;li&gt;Ecosystem support: works with Home Assistant, Node-RED, and more.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Basics: How a mini split and its IR control work
&lt;/h2&gt;

&lt;p&gt;Most mini splits, even advanced &lt;a href="https://minisplitsforless.com/" rel="noopener noreferrer"&gt;ductless split system heat pump&lt;/a&gt; units, are controlled via infrared (IR) signals — just like your old TV. A microcontroller can emulate this signal and effectively “press” remote buttons for you. The trick is training the device with the right codes and ensuring a stable signal.&lt;/p&gt;

&lt;h3&gt;
  
  
  Core components of IR control for a mini split:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;IR transmitter (typically 38 kHz)&lt;/li&gt;
&lt;li&gt;Microcontroller (e.g., ESP8266 or ESP32)&lt;/li&gt;
&lt;li&gt;Code library: IRremote, Tasmota, or built-in in Home Assistant&lt;/li&gt;
&lt;li&gt;Proper transmitter placement — it must “see” the air conditioner&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Popular mini splits brands that support IR control:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Mitsubishi Electric&lt;/li&gt;
&lt;li&gt;Daikin&lt;/li&gt;
&lt;li&gt;GREE&lt;/li&gt;
&lt;li&gt;LG&lt;/li&gt;
&lt;li&gt;Pioneer&lt;/li&gt;
&lt;li&gt;Bravo&lt;/li&gt;
&lt;li&gt;Olmo&lt;/li&gt;
&lt;li&gt;Cooper&amp;amp;Hunter&lt;/li&gt;
&lt;li&gt;Fujitsu&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tip: Even if your remote looks “analog,” in 90% of cases it transmits IR signals. Check this by pointing a smartphone camera at the remote — when pressing buttons, you’ll see blinking.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What you need to automate your mini split: List of components
&lt;/h2&gt;

&lt;p&gt;To make your mini splits smart, you only need a few components and some enthusiasm. Everything revolves around the microcontroller and the IR transmitter. Essentially, you’re building an electronic “stand-in” for the remote, one that follows your rules, schedules, and logic from Home Assistant or other platforms.&lt;/p&gt;

&lt;p&gt;You’ll need:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Microcontroller: ESP8266 or ESP32 — compact, powerful, Wi-Fi capable. ESP32 is preferred if using more sensors.&lt;/li&gt;
&lt;li&gt;IR blaster (IR LED): standard 940nm IR LED + transistor to boost the signal. It will send commands to the air conditioner just like a regular remote.&lt;/li&gt;
&lt;li&gt;Power supply: stabilized 5V source, ideally via USB or a dedicated power adapter.&lt;/li&gt;
&lt;li&gt;Firmware: Tasmota, ESPHome, or even basic Arduino code. The choice depends on your platform (e.g., use ESPHome for Home Assistant).&lt;/li&gt;
&lt;li&gt;Enclosure: optional but helps with aesthetics and protection. A 3D-printed case can make the setup look like a mini router.&lt;/li&gt;
&lt;li&gt;Optional (but useful): temperature, humidity, and light sensors, IR receiver for learning remote commands.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Important: Place the IR blaster within the direct line of sight of the indoor unit of the ductless split system heat pump. Otherwise, the signal may not reach or be unstable.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Send IR Commands: Tasmota, ESPHome, Arduino, and Other Options
&lt;/h2&gt;

&lt;p&gt;Sending IR commands is not magic — it’s precise engineering. Fortunately, the community has already done the heavy lifting. There are libraries and firmware options that know how to “speak” to specific mini-splits. Your task is choosing the right platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 1: Tasmota
&lt;/h3&gt;

&lt;p&gt;Tasmota is prebuilt firmware that you can flash via a web interface. It supports sending IR commands via console or HTTP requests. Ideal if you want a quick setup without programming. Has built-in templates for popular brands.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 2: ESPHome
&lt;/h3&gt;

&lt;p&gt;Perfect for Home Assistant users. Lets you write YAML configurations with commands like turn_on, set_temperature: 24°C, and mode: cool. A very flexible approach, easily expandable with automation logic (e.g., “if bedroom temperature &amp;gt;26°C — turn on cooling”).&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 3: Arduino
&lt;/h3&gt;

&lt;p&gt;For those who want full control. Use the IRremoteESP8266 library. It lets you both read commands from the remote and transmit them. A bit more complex, but ideal for custom setups, advanced logic, or integration with other systems.&lt;/p&gt;

&lt;p&gt;Example logic: If the temperature sensor reads &amp;gt;27°C and someone is home — send a command to turn on the ductless split system heat pump in cooling mode at 24°C. If nobody’s home — don’t turn it on.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Build a Wi-Fi IR Blaster for Mini Splits: Step-by-Step Guide
&lt;/h2&gt;

&lt;p&gt;Building your own mini split control system is easier than it sounds. The key is a clear plan and a few tools. Here’s what to do:&lt;br&gt;
Gather components: ESP32 microcontroller, IR LED, resistors, transistor (e.g., 2N2222), power supply, and wires.&lt;/p&gt;

&lt;p&gt;Assemble the circuit: connect the IR LED through the transistor to an ESP32 pin to boost the signal. Use a resistor to limit current and protect the LED.&lt;/p&gt;

&lt;p&gt;Flash the firmware: we recommend ESPHome — just create a YAML config file and upload via USB.&lt;/p&gt;

&lt;p&gt;Test IR signal transmission: you can use the A/C remote and an IR receiver on the ESP32 to “read” commands.&lt;/p&gt;

&lt;p&gt;Configure integration with Home Assistant or another platform: connect the device to your Wi-Fi network, and set up automation.&lt;/p&gt;

&lt;p&gt;Mount the IR blaster: aim it at the indoor unit of the ductless split system heat pump — without obstructions.&lt;/p&gt;

&lt;p&gt;If something isn’t working, check your soldering and ensure the power supply is stable — this is where most DIY projects run into trouble.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Automating Mini Splits with a Microcontroller is Smart and Worth It
&lt;/h2&gt;

&lt;p&gt;Sure, you could buy an expensive “smart” remote or a proprietary system. But the DIY approach with ESP32 and an IR blaster offers several unbeatable advantages:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Cost savings: instead of spending hundreds on branded accessories — just $10–20 in parts.&lt;/li&gt;
&lt;li&gt;Flexibility: configure exactly the behavior you need, without extra features or pushy apps.&lt;/li&gt;
&lt;li&gt;Integration: your mini-splits become part of the smart home, enabling complex scenes — from schedules to weather-based reactions.&lt;/li&gt;
&lt;li&gt;Autonomy: once set up, no need to run for the remote — commands are sent automatically.&lt;/li&gt;
&lt;li&gt;Community support: thousands of enthusiasts and open-source solutions — you can always find help or improvements.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In the end, you don’t just get an air conditioner — you get an intelligent climate system that saves energy and makes life more comfortable.&lt;/p&gt;

</description>
      <category>aircon</category>
      <category>minisplit</category>
      <category>heating</category>
    </item>
    <item>
      <title>Rebuilding Economic Trust Through Local Digital Marketplaces</title>
      <dc:creator>chinchilla Wikinson</dc:creator>
      <pubDate>Thu, 28 Nov 2024 14:26:28 +0000</pubDate>
      <link>https://dev.to/chinchilla_wikinson_1e947_13/rebuilding-economic-trust-through-local-digital-marketplaces-el8</link>
      <guid>https://dev.to/chinchilla_wikinson_1e947_13/rebuilding-economic-trust-through-local-digital-marketplaces-el8</guid>
      <description>&lt;p&gt;It’s no shocker that large corporate entities continue their global decline, facing scrutiny from consumers unwilling to put their trust in the highly politicized corporations. According to the &lt;a href="https://www.edelman.com/sites/g/files/aatuss191/files/2024-02/2024%20Edelman%20Trust%20Barometer%20Global%20Report_FINAL.pdf" rel="noopener noreferrer"&gt;Edelman Trust Barometer 2024&lt;/a&gt;, less than half of people in developed countries trust businesses more than they do their governments. The same report also demonstrates that 61% of respondents believe business leaders intentionally mislead people. &lt;/p&gt;

&lt;p&gt;People across the globe grow tired of unethical methods that corporations use to lure in more consumers. They desire a more transparent approach based on community-driven business models. This tendency will continue to escalate as large companies are willing to deceive the very customers they’re after. Inadequate promises, misleading marketing campaigns, and hidden advertising don’t help the situation; they only irritate the clients and make them look for something less deceiving. &lt;/p&gt;

&lt;h2&gt;
  
  
  Small Enterprises, Major Economic Force
&lt;/h2&gt;

&lt;p&gt;That’s where small business comes into play. Their impact is much more critical than some may believe, and their contributions to restoring economic trust mustn’t go unnoticed. Nearly half of the American workforce is employed by small businesses, which &lt;a href="https://www.uschamber.com/small-business/small-business-data-center#:~:text=Small%20businesses%20employ%20nearly%20half,and%20customers%20to%20each%20other" rel="noopener noreferrer"&gt;contribute 43.5% to the nation's GDP&lt;/a&gt;. With over 33M US enterprises representing small businesses, they are a huge force to be reckoned with.&lt;/p&gt;

&lt;p&gt;Smaller enterprises are way better at forming personal relationships with consumers. Their distinct ability to foster community trust gives them an upper hand over larger corporations. Times are changing as people grow tired of marketing tricks, one-time gimmicks poised to become the “next big thing,” and lack of transparency in corporate communication.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cultivating Trust in Online Market Networks
&lt;/h2&gt;

&lt;p&gt;Digital platforms like Nextdoor or AroundWire provide a healthier and more trustworthy alternative compared to soulless corporate entities. They give the people exactly what they want - an avenue for small businesses to &lt;br&gt;
connect directly with local consumers, with no middlemen in between.&lt;/p&gt;

&lt;p&gt;The Nextdoor Insights Report claims that 89% of platform users value neighbor recommendations for products and services, meaning that word-of-mouth still stands strong in the US, and people are more likely to pick a local business trusted by their friends or loved ones.&lt;/p&gt;

&lt;p&gt;Hence, traditional advertising loses its grip as the community-driven approach gains strength, making every transaction more personal and reliable in the eyes of potential customers. For those in niche industries like locksmithing, platforms such as AroundWire offer valuable resources to help professionals find jobs and build their businesses effectively, as discussed in this article: &lt;a href="https://proaroundwire.blogspot.com/2024/10/how-to-find-locksmithing-jobs-and-build.html" rel="noopener noreferrer"&gt;https://proaroundwire.blogspot.com/2024/10/how-to-find-locksmithing-jobs-and-build.html&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Government Backing for Small Business Durability
&lt;/h2&gt;

&lt;p&gt;During the COVID-19 outbreak, the government came out with various initiatives, such as the Paycheck Protection Program (PPP) designed to provide critical support to small enterprises nationwide. &lt;/p&gt;

&lt;p&gt;Back then, more than &lt;a href="https://www.aeaweb.org/articles?id=10.1257/jep.36.2.55#:~:text=Abstract,of%20which%20will%20be%20forgiven" rel="noopener noreferrer"&gt;$800 billion in loans was distributed to aid small businesses&lt;/a&gt; stay afloat and retain their staff. These efforts signify the importance of small companies for the national economy, underscoring their vital role in maintaining economic stability during crises like the pandemic.&lt;/p&gt;

&lt;p&gt;Small-time enterprises are the backbone of American communities, and local digital marketplaces fortify the lifeblood of the US economy in a meaningful and impactful way. &lt;/p&gt;

&lt;h2&gt;
  
  
  A Catalyst for Economic Growth
&lt;/h2&gt;

&lt;p&gt;Aside from a sense of trust and a community-driven approach, small businesses have broader economic benefits. In most cases, every dollar spent at a local business remains within the community. It helps boost infrastructure resilience and amplify employment rates. Digital marketplaces like Nextdoor encourage local spending, strengthening the bond between small enterprises and consumers. &lt;/p&gt;

&lt;p&gt;These platforms take those relationships to the digital realm, where word spreads quickly, and consumers can compare various service providers and sellers to make the best choice in line with the collected info. &lt;/p&gt;

&lt;h2&gt;
  
  
  The Road Ahead for Economic Trust
&lt;/h2&gt;

&lt;p&gt;The decline of corporate trust makes smaller businesses more visible, underscoring their pivotal role in rejuvenating the economy. Community-driven companies might fill the gap left by larger corporations. Their ability to foster transparent, local engagement restores consumer confidence and builds economic resilience during unpredictable economic changes. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
