Category Archives: Electronics

GSM antenna freezes microSD

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

Posted in Electronics | Tagged | 2 Comments

External RAM and lost MCUCSR

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

Posted in Electronics, Software | Tagged , , | Leave a comment

Pimp my bus: from 8-bit AVR to 32-bit ARM

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

Posted in Electronics, Software | Tagged , | 3 Comments

Unf*cking my mac

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

Posted in Electronics | Leave a comment

Water Level Logger – Firmware over-the-air

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

Posted in Electronics, Software | Tagged , , , | Leave a comment

GSM workshop

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

Posted in Electronics | Tagged | Leave a comment

Water Level Station – field tests

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

Posted in Electronics, Software | Tagged | Leave a comment

Micro-repairs

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

Posted in Electronics | Leave a comment

Water Level Station – rain gauge

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

Posted in Electronics, Software | Tagged | Leave a comment

Power cycling slave on I2C bus

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

Posted in Electronics | Tagged , | Leave a comment