Blog

How the SPI protocol works

The SPI is a high-speed synchronous serial input/output port that allows a serial bit stream of programmed length (2 to 16 bits) to be shifted into and out of the device at a programmed bit-transfer rate. The SPI is normally used for communication between the device and external peripherals. Typical […]

How The Bluetooth Protocol Works

The Bluetooth is a form of wireless technology that allows anyone to connect and communicate to another devices. Many gadgets and appliances and things today have a Bluetooth capability, like mobile phones, laptop, television and many other things. The technological community has evolved very quickly and vastly. The innovation of […]

The UART Protocol

A UART protocol is a communications protocol, which is expanded as Universal Asynchronous Receiver/Transmitter. UARTs exist to transmit and receive serial data.  A UART is a stand-alone IC or a physical circuit within a microcontroller. UART makes use of 2 wires to transmit and receive data between devices. In the […]

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 […]