GPT 5.5 passed the ultimate intelligence test: hacking proprietary hardware
The creator reverse-engineers a Divoom Mini 2 retro Bluetooth speaker/screen by using a packet sniffer to capture Bluetooth traffic from the official app, then feeds those logs to GPT-5.5 (via Codex) to decode the protocol and display custom content on the screen.
Summary
In this short video, the creator showcases a Divoom Mini 2, a retro PC-style Bluetooth speaker with a small pixel display. Their goal is simple but technically interesting: bypass the official app and display custom content on the screen programmatically.
To accomplish this, they connected the device to a packet sniffer while using the official phone app to send images to the device. The sniffer captured the raw Bluetooth packets being transmitted, giving them a log of the proprietary communication protocol.
Those Bluetooth logs were then fed into GPT-5.5 (accessed through OpenAI's Codex), which analyzed the packet data and helped decode how the device communicates. The creator built a custom notify hook into their Codex configuration, so that when an AI task completes, it triggers a notification displayed on the Divoom screen.
The demo shows this working in real time: the creator types a simple prompt in the terminal, and when the response is ready, the Divoom screen displays a custom message ('Your move' — with a playful note that the 'e' was missing) and plays a beep sound. The creator expresses genuine excitement about the result, calling it life-changing.
Key Insights
- The creator used a packet sniffer to intercept Bluetooth traffic between the official Divoom app and the device, treating the proprietary protocol as a black box to be decoded rather than documented.
- The creator fed raw Bluetooth packet logs directly into GPT-5.5, demonstrating that LLMs can be used as protocol analysis tools for reverse engineering undocumented hardware communication.
- Rather than a standalone script, the creator integrated the Divoom display control into a Codex config as a notify hook, so the hardware screen becomes part of an AI coding workflow.
- The live demo confirms the system works end-to-end: a terminal prompt triggers Codex, which on completion pushes a custom message to the physical Divoom screen and plays a sound.
- The creator frames this outcome as genuinely transformative ('this is changing my life'), suggesting that using AI to decode proprietary hardware protocols dramatically lowers the barrier to hardware customization.
Topics
Transcript
[0:00] My real e-thou is this thing. This is a Divoom mini 2 retro PC style Bluetooth speaker and tiny [music] screen. And my only goal is to be able to display funny stuff on this screen. I then hooked it up to a packet sniffer so that when I was using the app here on my phone and it sent an image to this computer, it would log and sniff the packets and tell me what Bluetooth was sending to this little guy. And I threw those logs at 5.5 and let me show you what happened. [0:32] So, I have my terminal up and I'm going to say something really simple. What can you help me with? And…
Full transcript available for MurmurCast members
Sign Up to AccessMore from How I AI
Enterprise AI fails on governance, not the model
The speaker discusses the importance of skill management and governance in enterprise AI platforms, emphasizing that enabling people to build skills is insufficient without proper monitoring, maintenance, and telemetry. The focus is on providing automatic platform-driven suggestions to keep skills current and using data insights to promote high-value skills while deprecating low-value ones.
Onboard your employees to Cowork in 15 minutes with this system
The transcript describes a workstation operating system that streamlines employee onboarding through an intuitive chat-based interface. The system automates tool connections, role confirmation, colleague mapping, calendar integration, and personalization to get new employees productive from day one.
Your prompt is a spec, and a good spec is the whole game
A prompt acts as a specification that defines quality criteria for AI outputs. By clearly articulating 5-10 defining characteristics of what makes something good (whether a garment, photo, or illustration), you provide the AI with the same level of detail a human creator would need to produce excellent results.
How I use ChatGPT to run my fashion business
Yana Welander demonstrates how she built an AI-native fashion brand using ChatGPT and Codex as her technical co-founder, automating design, production, and business operations from sketches to manufacturing and e-commerce. She shares how AI unlocks previously impossible garments while highlighting remaining challenges in pattern generation and realistic image rendering.
The biggest barrier to AI adoption is not fear of technology. It's the absence of muscle memory.
The speaker argues that the primary barrier to AI adoption is not fear but lack of muscle memory—the habitual use of AI tools. Success requires building collaborative practices through empathy, accessible training, and establishing regular workflows rather than overcoming technological anxiety.