Arduino IDE on RasPi 3. vi and g++ on RasPi 3. OpenCV3 for thermography GUI development. Note: you have to install OpenCV3 on Raspi3. In my case, I built OpenCV3 on RasPi3 taking a half day. The ...
A nibble is a 4 bit element, which can hold a value 0..15 (0x00..0x0F in HEX). It can be seen as an uint4_t type. The nibbleArray is an array that stores 2 nibbles in a byte therefore it is twice as ...