I found an amazon basics color changing smart light bulb attached to a lamp my neighbor threw in the apartment dumpster.
-
Cutting it open to see what's inside

@MLE_online "I see your glue and raise you a machine shop"
-
Cutting it open to see what's inside

Hmm. Ok. Some kind of esp32 looking thing


-
@hobbs I looked and didn't see anyone talking about hacking this model of bulb, and I'm not clever enough to figure that out from scratch
-
Hmm. Ok. Some kind of esp32 looking thing


I'm not sure how that aluminum plate is held in. Pressed? Glued? Dunno
-
Hmm. Ok. Some kind of esp32 looking thing


@MLE_online this is why i follow you. for the weird shit you do with power tools



-
Hmm. Ok. Some kind of esp32 looking thing


@MLE_online i like the slicey boi on your drill press. i would likely injure myself quite badly on something like that so am not in a hurry to fit one but it's a neat solution

-
I'm not sure how that aluminum plate is held in. Pressed? Glued? Dunno
Hey yeah! Esp32 pico!
-
Hey yeah! Esp32 pico!
@MLE_online it's got all the nutrients a growing IoT product needs!
glad this one was rescued from going to the landfill
-
@MLE_online i like the slicey boi on your drill press. i would likely injure myself quite badly on something like that so am not in a hurry to fit one but it's a neat solution

@nflux It's called a slitting saw, and it's ideally supposed to be used on metal in a mill, but it will cut plastic in my drill press. (It will also cut metal in my drill press, but I have to be much more careful
-
@MLE_online it's got all the nutrients a growing IoT product needs!
glad this one was rescued from going to the landfill
@SnoopJ It could still end up in the landfill if I don't figure out what to do from here. I have to get that plate off, and then figure out if I can reprogram the ESP32
-
Hey yeah! Esp32 pico!
@MLE_online a lightbulb you could run MicroPython on ...
-
@nflux It's called a slitting saw, and it's ideally supposed to be used on metal in a mill, but it will cut plastic in my drill press. (It will also cut metal in my drill press, but I have to be much more careful
@MLE_online ah thank you

-
Hey yeah! Esp32 pico!
@MLE_online I'm wondering if the 6 pins on that side are programming headers?
Or JTAG -
@SnoopJ It could still end up in the landfill if I don't figure out what to do from here. I have to get that plate off, and then figure out if I can reprogram the ESP32
@MLE_online I'd be surprised if they took effort to lock people out, but I guess it's possible that they use a blanket approach with code signing, since it *does* represent attack surface
-
@MLE_online I'm wondering if the 6 pins on that side are programming headers?
Or JTAG@pearofdoom those 8 pins are what connects to the led board. I don't know anything beyond that
-
@MLE_online I'd be surprised if they took effort to lock people out, but I guess it's possible that they use a blanket approach with code signing, since it *does* represent attack surface
@SnoopJ yeah but there's also the matter of me having to figure out how to reverse engineer everything else so I can come up with some code to control the LEDs and connect to it over WiFi
-
@SnoopJ yeah but there's also the matter of me having to figure out how to reverse engineer everything else so I can come up with some code to control the LEDs and connect to it over WiFi
@MLE_online I was wondering if you wanted to re-use that hardware, but I'm not shocked that you're thinking along those lines, yea.
here's hoping

-
Hey yeah! Esp32 pico!
Brute force works
-
@SnoopJ yeah but there's also the matter of me having to figure out how to reverse engineer everything else so I can come up with some code to control the LEDs and connect to it over WiFi
@MLE_online @SnoopJ You've seen https://github.com/wilco375/ESP-Firmware-Toolbox ?
EDIT: and RX/TX pins are shown on page 9 of https://documentation.espressif.com/esp32-pico-v3-zero_datasheet_en.pdf . Not sure which one is GPIO0.
-
@MLE_online I was wondering if you wanted to re-use that hardware, but I'm not shocked that you're thinking along those lines, yea.
here's hoping

@SnoopJ what else would someone do?