Category: Linux
Everything linux-wise that has to do with embedded electronics
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 directory (or any directory you like! but make sure to use that directory!) …
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 $mkdir build $mkdir bin #clone the repo $git clone https://github.com/FFmpeg/FFmpeg.git source #go to …
Installing OpenCV 3.1.0 on Ubuntu
Emulating Raspberry Pi on Linux
Setting up development and programming for STM8 on Linux

STM8 Series of micro-controllers by ST Microelectronics are dirt cheap and powerful at the same time. Their processing power is nothing short as of Arduino, while at the same time their power consumption is much less. These properties makes STM8 micros a great choice for many hobby and serious projects. …