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...
Long time back i have posted on regarding a voltmeter. I know it took long time to complete it. But this completion is quit modified from my older design. I used an PIC16F88 which has 7 ADC channels .Keke i used only one at the moment. But have many thoughts for an upgrade sometime later. Everyone will think how this fella works. How it works? The circuit was design for two different parts. One is Analog side and other one is Digital side. Analog side does all the voltage conversion part for the micro controller. This was done by an LM358 which is an Operational amplifier, otherwise known as Op-Amp. Huge value of voltage will damage the micro controller. The input voltage for Micro controller should not exceed 5V so this part is handle by the analog circuit. Next is digital part which is the micro controller part which does all computing and display the result. This circuit is complicated for a newbie cause i used shift registers to handle the 7 segment displays. Micro controller outpu...