Mixing and merging random sources | RNG Part 2

Mixing and merging random sources | RNG Part 2

Today we keep looking into how to generate random numbers in an embedded system by acquiring random information and having a look at how to merge the randomness of multiple sources into one.

Qualifying randomness | RNG Part 1

Qualifying randomness | RNG Part 1

Just started a series of videos explaining how to generate good random numbers in embedded systems without the need for a True Random Number Generator. In this first part, we have a look at how to qualify randomness and what makes good random.

While(1) vs for(;;) any difference ?

While(1) vs for(;;) any difference ?

I see more and more the for(;;) being used as an infinite loop, I was told it is a better way of doing an infinite loop but I am not sure why. We will see what is the difference between the two.

Arduino like a pro

Arduino like a pro

I do not like using the arduino IDE at all but I love saving time by not having to re-invent the wheel. In this video we see how to take advantage of the arduino libraries without having to endure the IDE that comes with it....

How to export really full page PDF in Altium designer

How to export really full page PDF in Altium designer

I’m annoyed to see soo many PCB projects not using the full page when doing an export of schematics in Altium designer. Here is a quick tutorial on how to get clean full page pdfs in your Altium Designer exports.