I bricked my Christmas lights
whizzy.org
I bricked my Christmas lights
1–10 of 85 posts
Re: I bricked my Christmas lights
#2Re: I bricked my Christmas lights
#3I was trying to automate my BLE connected Christmas lights but instead I created e-waste. Now you can too!
Re: I bricked my Christmas lights
#4> When we try and decrypt the on and off packets we get:
> 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00
> 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00
> 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00
> 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00
> 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00
> 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00
> Success! This is a lot more sensible. A fixed header, byte 5 switching between a 1 and a 0 for on and off, and a bunch of zeros.
I would guess that’s not a ‘fixed header’, but a length byte (“command is 5 bytes long”), a command (“TURN”) and an argument (zero or one), padded with zeroes to 16 bytes.
Re: I bricked my Christmas lights
#5FTA: > When we try and decrypt the on and off packets we get: > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > Success! This is a lot more sensible. A fixed header, by…
Re: I bricked my Christmas lights
#6Re: I bricked my Christmas lights
#7FTA: > When we try and decrypt the on and off packets we get: > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 01 00 00 00 00 00 00 00 00 00 00 > 05 54 55 52 4E 00 00 00 00 00 00 00 00 00 00 00 > Success! This is a lot more sensible. A fixed header, by…
That knowledge is good for short strings, but the canonical hexdump format is a the best way to look at packet and memory dumps.
Re: I bricked my Christmas lights
#8Re: I bricked my Christmas lights
#9Re: I bricked my Christmas lights
#10Earlier quoted context omitted.
+1 I can just swap the micro controller with something like an ESP8266 and run WLED.
I did this super similar (ESP32) with a set I got from walmart. Works great!