Using Pico to get state from LED lights is ingenious. Mad props! If you just want to control infrared devices and set their state without first reading their state (like any standard IR remote), looking into BroadLink RM4 Mini. Works with almost everything I've thrown at it.
Hijacking infrared to make a dumb device smart
31–40 of 40 posts
Re: Hijacking infrared to make a dumb device smart
#32Re: Hijacking infrared to make a dumb device smart
#33Good post. Honestly though, I’m more interested in making smart devices dumb. Rip out their Wi-Fi hardware etc.
I had a tesla gen3 wall charger. I updated it and .. crap ... it created a wifi access point that I did not want and would not go away.
so I decided to disconnect the external antenna. unplug the mmcx connector and easy peasy disconnected.
...and the wifi board switched to its internal antenna which was just about as strong.
so I thought... Hmmm.. maybe I can add a dummy load. I wired up an mmcx->rp-sma wire plus a dummy load.
same thing. It may choose the strongest input? or do diversity?
I've now been thinking of downgrading the firmware.
Re: Hijacking infrared to make a dumb device smart
#34This has no bearing on the project but since I am implementing a toy server I am wondering about the choice of the PUT method. I thought that it was mostly unused (browser don't send PUT requests) and was replaced by POST request most of the time.
Re: Hijacking infrared to make a dumb device smart
#35Re: Hijacking infrared to make a dumb device smart
#36Using Pico to get state from LED lights is ingenious. Mad props! If you just want to control infrared devices and set their state without first reading their state (like any standard IR remote), looking into BroadLink RM4 Mini. Works with almost everything I've thrown at it.
Do those work with mini split AC units? They have really odd remotes, but they’re IR. We have some Fujitsu halcyon units I would love to control over the web.
Re: Hijacking infrared to make a dumb device smart
#37https://docs.espressif.com/projects/esp-idf/en/latest/esp32/...
https://github.com/Lucas-Bruder/ESP32_LED_STRIP/blob/master/...
Re: Hijacking infrared to make a dumb device smart
#38Using Pico to get state from LED lights is ingenious. Mad props! If you just want to control infrared devices and set their state without first reading their state (like any standard IR remote), looking into BroadLink RM4 Mini. Works with almost everything I've thrown at it.
Do those work with mini split AC units? They have really odd remotes, but they’re IR. We have some Fujitsu halcyon units I would love to control over the web.
Re: Hijacking infrared to make a dumb device smart
#39Earlier quoted context omitted.
I find it easier to start with a dumb device. However as that increasingly looks not so possible for TVs, I'd love to see somebody document the process for what you propose.
you can still find some dumb displays if you search for "monitors" rather than "tvs".
Re: Hijacking infrared to make a dumb device smart
#40This has no bearing on the project but since I am implementing a toy server I am wondering about the choice of the PUT method. I thought that it was mostly unused (browser don't send PUT requests) and was replaced by POST request most of the time.
[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fo...