Tag: Arduino

  • Generate PPM signal with Arduino

    Generate PPM signal with Arduino

    In the beginning of this year I’ve written a short tutorial how to read PWM signals from RC radio with Arduino. While it is can be useful when building own RC equipment, it does not help much when one has to deal with PPM (CPPM) signal. Let’s be honest, PPM is much more useful than…

  • How to measure battery capacity with Arduino

    How to measure battery capacity with Arduino

    Battery capacity measurement can be useful in many situations. And it is not hard, only requires enough time to discharge battery completely with know resistance and a way to measure voltage in the circuit. Ohm’s law will to the rest: I = U / R Let’s say, we want to measure standard AA 1.5V alkaline…

  • How to flash MW OSD to Micro MinimOSD

    How to flash MW OSD to Micro MinimOSD

    While playing with newly arrived Micro MinimOSD and attempting to flash it with latest MW OSD software, I’ve discovered that offical tutorial, as well as many other are missing one tiny detail that makes whole process much harder than expected. In theory, MinimOSD just Arduino Pro Mini with additional hardware. So, in theory, you plug in…