TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Controlling My A/C with a Gameboy

144 pointsby cheeaunabout 5 years ago

12 comments

pseudosudoerabout 5 years ago
Reverse engineering IR remotes, and implementing them into my own projects has been an interest of mine for the past few embedded projects I worked on at home. The hardware overhead for getting a wireless IR transceiver working is basically nothing, and there's something especially pleasing about requiring line-of-sight for accurate transmission. The novelty of line-of-sight works especially well for game-based projects!
p1mrxabout 5 years ago
I just got some new air conditioners for the shelter-in-place summer, and I&#x27;d like to control them from a central thermostat, but it&#x27;s annoying that the remote sends &quot;next mode&quot; or &quot;toggle power&quot;, with no way to jump to a known state.<p>The cool&#x2F;fan&#x2F;dehumidify&#x2F;heat mode is indicated with a vertical column of LEDs (EdgeStar AP14001HS), so I can probably stick a photocell at the top, and have a program repeatedly send &quot;mode&quot; while watching the brightness level, to deduce the state and stop on the correct one. The fan speed uses a different column of LEDs, but stopping on &quot;dehumidify&quot; forces the fan to low. The temperature can be set blindly because it stops at the minimum&#x2F;maximum value.<p>I haven&#x27;t actually tried to build anything yet, but it at least seems possible using a Raspberry Pi with 1 analog photocell and 1 IR transmitter.
评论 #23008955 未加载
评论 #23001906 未加载
评论 #23000763 未加载
Timpyabout 5 years ago
I was recently toying with the idea of hacking on my old Gameboy Color, I&#x27;m excited to see this on the front page. Has anybody else had some positive experiences hacking their GBC?
lostgameabout 5 years ago
These are the types of articles I come here for. Fantastic work, and thanks for all the detail in the article!
jbergknoffabout 5 years ago
This is amazing! I&#x27;d be interested in more details about capturing the IR signal, both by the invasive method and the &quot;operate an LED in reverse&quot; method.<p>At one point I thought about trying to do something similar with my old garage door opener, but ended up not pursuing it.
评论 #22999778 未加载
beamatronicabout 5 years ago
“National” brand is Panasonic. At least this is true for rice cookers.
AdmiralAsshatabout 5 years ago
I always thought it was kind of a bummer that so few games leveraged the Gameboy Color&#x27;s IR.<p>AFAIK, the only game that did anything with it was Pokemon Gold&#x2F;Silver and their &quot;Mystery Gift&quot; trading feature.
评论 #23002434 未加载
评论 #22998736 未加载
matheusmoreiraabout 5 years ago
Awesome. I had a smartphone with an IR emitter once. Tried using it to control my air conditioners but for some reason it couldn&#x27;t do what this Game Boy can do.
ameliusabout 5 years ago
Cool, but receiving an IR signal is a bit trickier than sending it.
butzabout 5 years ago
Why are you using gifs instead of HTML5 video? Not only they take a long time to download for visitors, but you are using up your server resources too.
seibeljabout 5 years ago
Now THIS is Hacker News!
derefrabout 5 years ago
Gameboys are neat, but I&#x27;m kind of sad that people are <i>still</i> mostly focused on hacking on the wimpy-microcomputing tech of 30 years ago. Nobody seems all that interested in hacking on the wimpy-microcomputing tech of today! (Well, except Arduinos—but is it still hacking if that&#x27;s what they&#x27;re <i>for</i>?)<p>Imagine what can you accomplish by writing custom firmware for modern IoT devices, e.g.<p>• a smart thermostat (Nest et al)<p>• a smart speaker<p>• a smart remote (Harmony et al)<p>Another very under-explored device category is the Shenzhen knock-off portable game console (not the Bittboy; the cheap stuff.) These sometimes have surprisingly good hardware in them, but only use it to run (bad!) emulators that don&#x27;t take full advantage of the CPU power &#x2F; memory capacity &#x2F; screen resolution &#x2F; etc. Native code could get a lot done on these platforms!
评论 #22999477 未加载
评论 #22998579 未加载
评论 #22999398 未加载