Featured Articles
Explore Embedded Systems Topics
Start with focused guides on embedded systems projects, embedded C and C++, electronics and PCB design, and programming guides. Popular paths include the SPI chip driver series, I2C chip driver series, embedded firmware best practices, and responsive Qt instrument GUI guide.
Latest Articles
-

Compile and install Caffe with CUDA and cuDNN support on windows from source
Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. Yangqing Jia created the project during his PhD…
-

Matrix Implementation and Operations in C++ – Part 1
A safer C++11 matrix implementation using contiguous storage, RAII, templates, and basic operations such as addition, multiplication, transpose, and identity matrices.
-

Pimping up your Ubuntu!
Want great look and feel on your Ubuntu machine? then follow this guide! First of all, install NUMIX icons and themes $sudo add-apt-repository ppa:numix/ppa $sudo apt update $sudo apt install numix-gtk-theme numix-icon-theme-circle Then, to easily change the…
-

Build and install CMAKE 3.7.2 on Ubuntu
This guide should work for any recent version of CMAKE up to 3.8.X. First of all download the source from here: https://cmake.org/download/ More specificly for Ubuntu 14.04 or higher, 64 bit: https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz Download it to the following…
-
Installing FFMPEG from source on Ubuntu 14.0.4
Replace paths with where you like, but make sure you change also in my guide! #go to opt folder, make directories, make directories if not exits $cd /opt/dev-tools-sources $mkdir ffmpeg $cd ffmpeg #make build and bin directories…







