



Dealing with RF is tricky part of electronic design, even though I never had significant issues with GSM in my prototypes. Advancing in WLS project however I discovered a nasty issue with micro SD prone to lock up on interference … Continue reading
Atmega’s MCUCSR status register gives info about restart reason like regular reset-pin shorted, watchdog initiated reset, or brown-out on low voltage from power supply. Pieces of valuable information for device defect tracking. Reading MCUCSR early in test program was fine, … Continue reading
Going to newer architecture is unevitable evolution. ARM series is particularly good choice as knowledge of its core functionality is to large extent portable across manufacturers. While ARM Cortex-M chips are close to 8-bit AVRs in footprint size and price … Continue reading
Beer flushed thru air vents into Macbook mainboard killed it instantly. F-words came even faster as it was done by someone sitting next to me on the airplane from Germany to USA, a guy who called it an accident, not a … Continue reading
Over time firmware stabilizes but rework never entirely completes, either due to inevitable bugs or further enhancements. Manual firmware update applied to couple stations in the field has relatively low effort and is just dauting task. While number of stations … Continue reading
Warmed up with HTC smartphone fix among other micro repairs I decided to give a chance and fix two other phones with accidently damaged displays. Both Sony Xperia Z2 and BlackBerry Z10 were given ridiculous cost estimates by authorised service and … Continue reading
Solar panel, probe and main unit is part of my balcony landscape for over a year now. This setup is running from many weeks to several months uninterruptedly depending purely on firmware upgrades. Field tests being final proof are needed though … Continue reading
Modern microelectronics assembly requires clockmaker or robotic precission; sub-millimeter discrete components or pinout of integrated-circuits is nothing unusual. Building such highly integration devices from scratch at home is a virtually impossible, sometimes though fixing them with entry-level tools is still … Continue reading
Measuring water level is fundamental goal of WLS experiment, hence its code-name (Water Level Station). Early summer 2014 hardware and software system had enough base services to make addition of entry-level pluviometer easy. Prior to PCB redesing for chinese factory I … Continue reading
With the advent of 2nd revision of WLS experimental hardware I got nasty system freezes on ported firmware. As they happened always close to power cycling of probe section I suspected new ADC chip using I2C bus. Past experience with I2C … Continue reading