I made this Cool Digital Trainer Kit
|

I made this Cool Digital Trainer Kit

I know the struggle of an electronics student while learning and practicing the digital circuits. In digital circuit we need a lot of external input/ output interface and different clock frequencies. That’s why I designed this digital trainer kit. Which consists of a lot of onboard helping elements. I want to keep it minimal that…

Arduino based hexadecimal calculator
| |

Arduino based hexadecimal calculator

It is very easy to calculate the hexadecimal equivalent to a decimal number using dividing by 167 method. But this method is very long and sometimes very confusing when comes to large numbers. here I have a Arduino based decimal to hexadecimal converter. But let’s know more about hexadecimal number system and why it was…