3D Printing Technology

Fused Deposition Modeling (FDM) Various 3d printing technology includes Fused Deposition Modeling, stereolithography, digital light processing, selective laser sintering, electron beam melting, direct metal laser sintering and multi jet fusion.FDM is the most commonly used 3D printing technology, it is the one that comes to our mind as soon as someone mentions 3D Printing Technology. …

3D Printing Technology Read More »

What is 3D Printing?

What is 3D Printing? Introduction Since time immemorial, humans have always had a knack for creating. From making wooden spears to mammoth structures of steel, we have come a long way. Making something new has always been a long, tedious process involving a lot of trial and error, oftentimes requiring big expensive devices to be …

What is 3D Printing? Read More »

IFTTT

What is IFTTT IFTTT stands for – If This Then That. This service is used by users to create small tasks that coordinate Internet and certain web services by creating simple code snippets, conditional statements known as applets. The IFTTT is based on the following rules: The above-mentioned services serve as the building blocks of …

IFTTT Read More »

waveform generator using attiny85

waveform generator using attiny85 As discussed in the previous article ATtiny85 has a special 64MHz clock that can be configured along with Timer/Counter1 to fast digital to analogue conversion.  For doing so, initially the clock source has to be specified for Timer/Counter1. So the 6MHz clock is turned on.To make Timer/Counter1 act like a digital-to-analogue …

waveform generator using attiny85 Read More »

SPI

Introduction to SPI SPI communication is known as Serial Peripheral Interface. SPI is a form of Serial Communication that uses three pins to transfer data. Serial communication provides a means to communicate with external hardware devices. In SPI communication the connected devices act as master and slave in order to establish a connection and carry …

SPI Read More »

Counters in attiny85

Counters in attiny85 Like Timers, counters are also peripherals in microcontrollers. As the name suggests,attiny85 counters are used to count external or internal clock pulses. Such pulses/events that are counted are stored in certain registers which can then be further processed and retrieved. As the timer module in ATtiny85 is 8-bit, the counter can count …

Counters in attiny85 Read More »

Timers in Attiny85

Timers in Attiny85 Timers are peripherals in the microcontroller. This can generate very accurate time delays using microcontrollers. It can perform various other functionalities like functions as counter, PWM generation, capture external incoming signals, etc. ATtiny85 microcontroller can be used to generate analog output with the help of PWM. This can be done with the …

Timers in Attiny85 Read More »

GPIO

GPIO GPIO stands for General Purpose Input/Output. To connect microcontrollers with various available devices, this simple standard interface is used i.e. GPIO. GPIO is used in three main modes: input, output and UART interface. Input mode is the default mode wherein input is received from the connected device, output mode data is delivered to the …

GPIO Read More »

Introduction to Attiny85

Introduction to Attiny85 ATtiny85, introduced by Microchip is an 8-bit microcontroller having high performance. It has many good features in its small size. It is based on RISC CPU architecture. It is compact in size and has 8-kBytes of in-system programmable flash. As it falls under the category of low-power controller, it proves to be …

Introduction to Attiny85 Read More »

Cyber Crimes and Confusion Matrix

Cyber Crimes and Confusion Matrix Cybercrime, or computer crime, is a crime that involves a computer and a network. The computer may have been used in the commission of a crime, or it may be the target. Cybercrime may harm someone’s security and financial health. Most, but not all, cybercrime is committed by cybercriminals or …

Cyber Crimes and Confusion Matrix Read More »