Intel Edison Over Arduino

Arduino is quite popular and most used board especially by different artists and video makers. It is cheap and easy to use, however, the only drawback attached with Arduino is that the boards offers limited computing power and also has memory issues. It cannot store a lot of information on […]

guide for the 555 timer

The timer 555 that gets its identity from the 3 resistors of 5kω utilized to create the two comparators reference voltage, is an exceptionally modest, prevalent and valuable accuracy timing gadget. It can go about either to produce single heartbeats or create long delays or as an unwinding oscillator delivering […]

The advantages of programming in C

C is one of the most important programming languages that you can find online. Not only is it amazing to begin with, but it also does an excellent job at allowing programmers to easily customize their code and create just about any program that you may want. You should totally […]

How SPI works

Serial Peripheral Interface (SPI) is an interface bus. It helps transfer data between microcontrollers while keeping them in sync and ensuring continuous connectivity.  It is also called as a communication bus between master and slaves. The master is the main hub which has information and data stored in it. This […]

The Intel Edison in a Nutshell

The Intel Edison is a development platform designed by Intel to reduce entry barriers to help entrepreneurs, consumer product designers and inventors quickly prototype and develop Internet of Things devices and wearable products. It was originally designed to be the same shape and size as an SD card and have an […]

how an ADC works(2)

DO YOU KNOW WHAT AN ANALOG TO DIGITAL CONVERTER IS AND HOW IT WORKS? Let’s talk about ADC and how it works. In order to understand this, is important for you to identify all kind of signals you are exposed to every day of your life. Please pay attention to […]

ADC, how it works

    WHAT IS AN ADC, AND HOW IT WORKS.   To understand this, is important for you to identify all kind of signals you are exposed to every day of your life. Please pay attention to the following information. There are a lot of signals in the real work […]

How Communication Protocol Work

How Communication Protocol Work On your daily use of communication protocols, have you ever wondered how they are actually working with the use of i2c, spi and uart? By taking advantage of reading this, you will be able to have a better understanding of communication protocols and how does it […]