Beginners question, is there a reason we can’t reverse engineer something similar for lights made by Govee? Is it because it’s WiFi and harder to MITM?
There may be an easier way, but another HN thread pointed out that you can use tailscale to make it easier to tcpdump phone apps (because you can send all of the phone traffic through an endpoint you control.) (Presumably raw wireguard is enough? I haven't tried (or seen tutorials for) either approach, it was just a "that sounds clever, save it for my next sniffer project" idea)
I bricked my Christmas lights
31–40 of 85 posts
Re: I bricked my Christmas lights
#32Beginners question, is there a reason we can’t reverse engineer something similar for lights made by Govee? Is it because it’s WiFi and harder to MITM?
I like the form factor of some of the Govee string lights. I’ve thrown out their controller and hooked them to ESP32’s with WLED. Best of both worlds that way.
Re: I bricked my Christmas lights
#33Beginners question, is there a reason we can’t reverse engineer something similar for lights made by Govee? Is it because it’s WiFi and harder to MITM?
The Govee strips I have do support Bluetooth connectivity. In fact, that’s how they are setup initially. Your comment prompted me to search for “Govee LAN” and found HomeAssistant LAN integration. Time to dig deeper! https://www.reddit.com/r/homeassistant/s/bppM4AR3uA
Re: I bricked my Christmas lights
#34I'm looking for some flexible, robust lights for my car's roof rack. I'm wondering if anyone knows a set that will fit these requirements: - Battery powered and outdoor / all weather compatible - Easy to attach the battery box to surfaces using ties - Ideally "mini" form factor ("T5") [1] - Ideally RGB and programmable. I'd like to use them for Christmas (red/green), Halloween (purple/orange), and other seasons. Does…
https://www.aliexpress.com/item/4000105913323.html
From what I've ready, they or similar 5V lights seem standard in outdoor Christmas lighting for shows.
Re: I bricked my Christmas lights
#35"Don't worry I've added AES encryption"
Re: I bricked my Christmas lights
#36I'm looking for some flexible, robust lights for my car's roof rack. I'm wondering if anyone knows a set that will fit these requirements: - Battery powered and outdoor / all weather compatible - Easy to attach the battery box to surfaces using ties - Ideally "mini" form factor ("T5") [1] - Ideally RGB and programmable. I'd like to use them for Christmas (red/green), Halloween (purple/orange), and other seasons. Does…
For example, you can get 12v LED strips which are IP67 (waterproof inside a silicon tube) pretty easily [0] and which would probably give a much more impressive effect than a string of Christmas-style lights, due to having lots more LEDs to play with.
However, you'd need to do the leg-work of also buying and programming a micro-controller (something like an Arduino, ESP32, or ESP8266 [1]) and figuring out how to power them from your car battery. You could probably house all of the electronics inside the car and just run wires out of the boot, relying on the existing boot seal to keep everything waterproof.
[0] https://www.aliexpress.com/item/1005004289391906.html [1] https://www.aliexpress.com/item/1005005977505151.html
Re: I bricked my Christmas lights
#37Power supply failure? The WS281x things can go really bright, and, in bulk, suck an awful lot of current. A 12V, 3A power supply on a strip of 100 is just about enough to drive them all to full bright white, and dazzlingly bright it is. So I'd look for a blown fuse. The fact that the firmware only drives them to 31 out of a possible maximum brightness of 255 offers a clue.
https://www.aliexpress.com/item/1005005485885067.html
Anybody wanting to do anything with LED lighting owes it to themselves to look at WLED. Lots of built in effects, web gui, super cheap ESP32 (or ESP 8266!) as the controller, sound-reactive, etc etc etc. WLED is running my indoor Christmas lights right now and they look great.
Re: I bricked my Christmas lights
#38Earlier quoted context omitted.
I did this super similar (ESP32) with a set I got from walmart. Works great!
I find it amazing to think that your Christmas lights are now way more powerful than my first computer.
Re: I bricked my Christmas lights
#39I'm looking for some flexible, robust lights for my car's roof rack. I'm wondering if anyone knows a set that will fit these requirements: - Battery powered and outdoor / all weather compatible - Easy to attach the battery box to surfaces using ties - Ideally "mini" form factor ("T5") [1] - Ideally RGB and programmable. I'd like to use them for Christmas (red/green), Halloween (purple/orange), and other seasons. Does…
Here's an invite: https://discord.gg/eVhhh2Wh
Re: I bricked my Christmas lights
#40Earlier quoted context omitted.
you can still use them as dummy/classic lights if you bypass the controller
+1 I can just swap the micro controller with something like an ESP8266 and run WLED.