Apr 27, 2025
How to add the CMSIS-DSP library to an IAR Embedded Workbench project and make it work.
Tags: fw , iar , toolchain
Jan 19, 2025
Investigating what is happening before main by exploiting the GDB and analyzing program dissasmbly.
Tags: cpp , fw
Jan 18, 2025
How to set up GDB using the Linux command line, along with useful commands to control and inspect program execution.
Jan 8, 2025
Necessary tools needed for this adventure.
Jan 7, 2025
Introduction in series of short posts about C++ FW development on small embedded systems.
Oct 1, 2024
Steps in USB troubleshooting, data recovery, and failure cause analysis.
Tags: hw-repair , electronics
Sep 30, 2024
Take a look into our tools for cleaning, soldering and desoldering the hardware.
Tags: hw-repair
Aug 26, 2024
Calculating the electric field amplitude of areas where Gaussian laser beams at varying angles cross-interfere using MATLAB.
Tags: optics , math
Aug 23, 2024
Solving latency issues and delays in LabVIEW generated code.
Tags: fw , optimization , optics , c
Jul 31, 2024
Clarifying the ambiguous aspects and dilemmas encountered during communication hardware development.
Tags: hw-dev
Jul 8, 2024
Short summary yet to be written…
Tags: ev , pcb , hw-repair , reverse-engineering , hw
Tags: can , bms , ev , fw , pcb
Jul 5, 2024
Analyzing the source code to uncover how the CMSIS DSP library’s natural logarithm computation function operates under the hood.
Tags: arm , math , c
Jun 17, 2024
Tags: equipment
Jun 4, 2024
Tags: fw
May 29, 2024
Tags: phones
May 27, 2024
Tags: hw-repair , reverse-engineering , hw , radio
Mar 3, 2024
Tags: iot , fw , radio , lora
Feb 16, 2024
Tags: hw-repair , reverse-engineering , hw
Feb 15, 2024
Tags: hw , pcb , fw
Jan 29, 2024
Troubleshooting the unusual behavior of the R&S RTB2004 digital oscilloscope.
Jan 12, 2024
External monitor refresh rate troubleshooting with HDMI to USB-C cable.
Tags: hw-repair , equipment
Dec 11, 2023
Tags: radio , equipment
Nov 7, 2023
Tags: neuro
Sep 21, 2023
Uncover the challenges and messiness faced during hardware prototyping, with a special focus on the often overlooked, less glamorous aspects of development.
Tags: hw , fw
Sep 19, 2023
Discover the process of repairing the multimeter’s current measurement feature, the troubleshooting steps taken, and the locating and replacement of the critical component.
Aug 2, 2022
CAN bus data analysis of the Nissan Leaf, focusing on investigating the battery State of Health (SOH) with custom assembled hardware device for acquiring and deciphering data.
Tags: can , bms , ev , fw
Jul 14, 2022
Explore the development process that cleanly highlights the advantages of applying OOP principles in a simple yet robust BMS firmware written in C++.
Tags: bms , cpp , bsc-thesis , fw , electronics
Apr 25, 2021
Raspberry Pi is the gateway to computing exploration. If you’re unsure where to start this device offers endless possibilities, of which we tried just a few.
Tags: rpi , iot
Sep 19, 2020
Small program written in C which generates images of specific sections of the Mandelbrot set.
Tags: c , math