Home
Posts
About
2024 Nov 25
-
Running YOLOv5 on a Microcontroller
2024 Sep 22
-
Lock, Unlock, Blocked?
2024 Sep 18
-
Tips for Writing Embedded Unit Tests
2021 Oct 14
-
ESP32 Tensorflow Micro Hello World
2021 Jul 16
-
How to Extract F2FS Image from Android Device Flash
2021 Jul 14
-
Minimalist Assert Function for Embedded C
2021 Jun 02
-
Top 5 Books About Best Practices in Embedded Systems
2021 May 14
-
Tools for C quality code
2021 May 06
-
Spaghetti Code in C
2021 Apr 29
-
Automatic C Formatting
2021 Apr 16
-
Top 5 Books to Start with Embedded Systems
2020 Oct 24
-
No More Eclipse Workflow
2020 Oct 17
-
Rakefile 101 for Embedded Projects
2020 Jul 15
-
Always cast. A Left-shift story
2020 May 09
-
The Debugging Starter Kit
2020 May 02
-
How To Write Clean Code
2020 Apr 25
-
TDD workflow with Docker
2020 Apr 18
-
TDD with third-party libraries dependency
2020 Apr 11
-
Breaking Hardware Dependency with CMock
2020 Apr 04
-
Test-Driven Development (TDD) with ceedling
2020 Mar 28
-
Intro to Test-Driven Development
2019 May 19
-
Embedded Ada Journey Extras - Ravenscar / SPARK
2019 Apr 09
-
Embedded Ada Journey 003 - Project structure
2019 Apr 03
-
How do microcontrollers load an application?
2019 Mar 19
-
Docker + toolchains
2019 Mar 18
-
Understanding STM32F7xx GPIOs
2019 Mar 11
-
Linker scripts
2019 Feb 23
-
Basics STM32 Development - STM32CubeF7
2019 Feb 15
-
Application Binary Interface (ABI)
2018 Nov 29
-
Bit mathematics cookbook
2018 Nov 01
-
Sync Taskwarrior with Dropbox
2018 Jun 08
-
Arduino
2018 Apr 02
-
First encounter with ESP32
2018 Mar 31
-
Embedded Issues 001 - Getting a new board
2018 Feb 05
-
Embedded Ada Journey 002 - First flashing
2018 Feb 01
-
Embedded Ada Journey 001 - Finding a starting point
2017 Nov 25
-
The C Coding Standard
2017 Nov 19
-
If you really need to use Windows
2017 Nov 10
-
Usefull tools
2017 Jun 15
-
Details of C that every not so noob forgets
2017 Apr 21
-
Understanding C declarations
2017 Apr 10
-
Details of C that every noob forgets
2017 Mar 30
-
Hacking function main
2017 Feb 11
-
Linking basics
2017 Feb 04
-
When does it worthy to use switch instead of if-else in C?