Six months of design iterations, sourcing headaches, and a broken oscilloscope later — I am pleased to share a hardware module I designed to extend the Flipper ecosystem for RF security research. This write-up covers the motivation, engineering challenges, capabilities, and responsible-disclosure principles behind the project — and a frank look at a vulnerability that is very much alive in the Maldives today. Left: 3D render of final PCB · Right: Altium Designer PCB layout view Why I Built It The trigger was reading the original MouseJack disclosure by Bastille Networks. It made me realize that a class of peripherals most people assume to be harmless — the cheap wireless mouse on your desk — can be weaponized from a car park. I wanted a research platform small enough to carry in a jacket pocket, native to the Flipper Zero ecosystem, and capable of passive scanning, protocol analysis, and controlled lab tests. What I...
As you all know in my previous post i have talked about an keypad which was designing. Finally almost the hard part is over. This keypad or controller based on three to four parts.
First is keypad part: Its 16 key keypad which i have design and implemented. Its 16 push buttons connected to the input shift register. When the user operates a button, the shifts will change it to serial format and fed to micro controller.
Second part is input shift register: It handles all the button activities. which means it will convert the button input to serial format. Actually the shits are parallel to serial or a MUX.
Third part is the brain: Brain of the this circuit does all the computing. The code that me and my friend whoknowz wrote was doing the conversion part to determine which button was pressed. Its kinda "AI" part. It was hard at first but later was easy to decode the whole serial part. The brain stores the password of this system and when the user insert the pass it will display on the LCD the feedback result. if the password is correct it will call to a next level.
Later i wrote the code for controlling lights, relays etc. Without the authentication you cant use the system. Later i will expand this project and include an voice chip to give voice command. like "WELCOM MASTER" hehehe.. everyone enjoy the pics now. i know the pics are not enough. but i am having some problem with my camera, once its fixed i will post more.
Comments