Unity test framework on Ubuntu

I have freshly installed Ubuntu on my computer and then I needed to make some stuff with gcc and unity tests. I have took following steps to install proper things from start

sudo apt-get install git ruby rake

After that I have made a src directory and test directory, adjusted paths in rakefile_helper. (more...)

What hides in unused percentage of our brain

Below article is work in progress and it just reflects my mind when the idea that our brain is not unused but inactive. Please share any ideas/information below, that could help me finish this article and forward my thinking - I do read comments and they actually help me set stuff into my daily todo list. (more...)

Nucleo-F401RE running program with power through USB port

You have USB powerbank and you want to run the program you have on your Nucleo-F401RE? It takes some datasheet reading and the answer is not really clear. If you have external power supply on E5V then you just need to switch jumper 3 from U5V to E5V, and board will power and run the loaded program. (more...)

Static mounting USB storage in Linux terminal

I am running Ubuntu Linux server on Odroid and I wanted additional space that eMMC cannot offer. I have decided to use USB storage key with 16 GB of storage space. Then I needed to statically mount the USB storage to /web directory which will give me additional freedom when wanting to transfer the whole static content of websites. (more...)