Context & Problem
Early in my career, the smart lighting industry faced a significant gap between high-end commercial systems and accessible consumer products. Complex protocols like DALI (Digital Addressable Lighting Interface) were powerful but difficult to integrate into scalable, user-friendly solutions.
I began my engineering journey diving deep into embedded systems, creating control circuits and writing firmware that bridged the gap between raw hardware capabilities and actual user needs - the foundation for how I still think about products at the lowest level today. Constraints included strict power delivery and thermal limits in enclosed hardware, the need for reliable signal integrity over long and variable cable runs across commercial installations, and delivering cost-effective hardware without compromising the reliability expected of smart home products.
Key Product Decisions
- Shared hardware platform, over per-SKU custom designs. I chose to invest in a common base circuit adaptable across product lines (dimmers, relays, sensors) rather than design each SKU from scratch. Tradeoff: more upfront design work on the shared platform. Result: development time for new SKUs cut by 60%.
- Strict DALI-standard compliance, over a simpler proprietary protocol. I chose to adhere strictly to the DALI standard rather than build a lighter, easier proprietary protocol. Tradeoff: more implementation complexity. Result: interoperability with existing enterprise lighting systems and access to larger commercial markets.
Execution
- Microcontroller Level: Custom PCB designs integrating robust microcontrollers handling DALI protocol parsing.
- Power Regulation: Custom-designed switch-mode power supplies tailored for LED driving and logic circuits.
- Communication Interface: Opto-isolated DALI transceivers ensuring robust communication free from ground loops and electrical noise.
This was hands-on, individual-contributor engineering - hardware, firmware, and protocol implementation - rather than a team build, and it became the bedrock for how I later approached leading complex software and hardware platforms.
Outcomes & Lessons
Delivered multiple variants of smart lighting controllers, deployed in real-world commercial installations, and cut development time for new SKUs by 60% through the shared hardware platform. Lesson: software can only be as good as the hardware it runs on - a brilliant algorithm cannot compensate for a noisy power supply or an unstable communication bus.