EN / USD
161 Items
 Home
Blog
Arduino Mega 1280 Library for Proteus
Arduino Mega 1280 Library for Proteus, Arduino Boards, Proteus simulation, Arduino Mega Library, Arduino Boards Proteus library
Hi Guys! Hope you’re well today. Thank you for viewing this read. In this post today, I’ll walk you through the Arduino Mega 1280 Library for Proteus. You may already be familiar with Arduino Boards, in case you don’t, they are the open-source easy to use hardware and software platform used in modern electronic projects. These boards receive inputs and convert them into outputs to activate motors, LEDs, electrical circuits, robots, and embedded systems. They are mainly designed for newbies and non-tech geeks who hesitate to construct the electrical circuits from the get-go and hate diving into the nitty-gritty of architecting electrical wires accurately to fashion electrical circuits. Arduino boards come with both ready-made electronic kit and ...
Blog
Introduction to Atmega32
Introduction to Atmega32, Atmega32 pinout, Atmega32 working, Atmega32 features, Atmega32 applications, Atmega32
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to Atmega32. ATmega32 is eight-bit higher enactment microcontroller, it is manufactured by an Atmel (it is a designer and builder of different semiconductors materials). It is founded on enriched RISC which stands for (Reduced Instruction Set Computing) design which consists of 131 (one thirty-one) potent commands. Mostly commands implement in one mechanism sequence. The maximum frequency at which it operates sixteen MHz. It delivers a subtle equilibrium among enactment and balance. It is the Pico Power sort of the normal ATmega328 kind which permits it to work below lesser voltage and power necessities, nearly 1.62 volts. In today’s post, we will have a look at its fort ...
Blog
Introduction to MSP430
introduction to MSP430,msp430 working , msp430 pinout, msp430 features, msp430 applications, msp430 arduino interfacing
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at a detailed Introduction to MSP430.  MSP430 is a microcontroller portfolio that offers different varieties of sixteen-bit Microcontrollers. These microcontrollers are integrated with ultra-low power and digital and analog peripherals devices for sensing and measurement applications. MSP430 microcontrollers with non-volatile FRAM (ferroelectric random access memory) provide the lowest stand-by power (350nA with RTC), 100 µA/MHz active power and have the capability to recover system state after sudden power failures. MSP430 is used in different applications such as sensor systems which receive analog signals and convert them into digital values and after processing send these values to host syst ...
Blog
Introduction to Arduino Zero
introduction to arduino zero, arduino zero pinout, arduino zero specifications, arduino zero application, arduino zero
Hello friends, I hope you are all fine will be doing something interesting in your life. In today's tutorial, we are gonna have a look at detailed Introduction to Arduino Zero. Arduino Zero is a Microcontroller device. It is a 32-bit extension of UNO series. Its main features are Atmel Embedded Debugger (EDBG), it provides a full debug interface without additional hardware. This board provides a platform of new inventory projects in smart IoT devices, high technology automation, robotics and much more. As, Electronic devices coming in our life, they have become cheaper and performing more functions then there predecessor. The microcontroller was introduced in the industry to make our task easy in electronic devices and projects. Arduino Zero is a ...
Blog
Interfacing of Arduino with 74HC595 & 74HC165
Interfacing of Arduino with 74HC595 & 74HC165, increase input output pins of arduino, input output arduino, arduino 74hc595 74hc165
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you How to Interface Arduino with 74HC595 & 74HC165. I have already interfaced these shift registers separately with Arduino. In the first tutorial we have seen Arduino 74HC595 Interfacing in which I have discussed How to increase the output pins of Arduino using 74HC595. After that in second tutorial we have seen Arduino 74HC165 Interfacing where we have increased the input pins of Arduino. So, now we are gonna interface both of these shift registers with Arduino UNO and will increase both input and output pins of Arduino. I have also given the Proteus simulations for download at the end of this tutorial along with Arduino code. So, lets get started with In ...
Blog
How to use analogWrite in Arduino?
how to use analogWrite in Arduino, analogWrite command, what is analogWrite in Arduino
Hey Fellas! Hope you are getting along with life pretty well. This post is another addition in this Arduino Tutorial for Beginners series. Today, I'll discuss How to use analogWrite in Arduino? The analogWrite is mainly used to update the status of analog pins and is also used to map the analog values on the PWM (Pulse Width Modulation) pins. You can check the article that I have posted previously on How to use analogRead in the Arduino - this command addresses the analog pins on the board and reads its status, while today's one does the exact opposite. In this post, I'll try to break down each and everything related to analogWrite in simple steps, so you can grab the main idea pretty well. Let's jump right in. How to use analogWrite in Arduino? ...
Blog
Arduino 74HC165 Interfacing: Increase Input Pins
Arduino 74HC165, Arduino 74HC165 interfacing, 74hc165 arduino, increase input pins arduino, arduino input pins
Hello friends, I hope you all are doing great. In today's tutorial, I am going to do an Arduino 74HC165 Interfacing and we will have a look at How to increase Input Pins of Arduino. 74HC165 is a shift register and works on the principal of Parallel In Serial Out. In my previous tutorial Arduino 74HC595 Interfacing: Increase Output Pins, we have seen How to increase the output pins of Arduino and today we are gonna do exact the opposite and we will increase the input pins. 74HC165 will take 8 parallel inputs from different sensors or buttons etc and will send them to serial OUT Pin, which will be connected to Arduino. So, if you are working on a project where you want to get data of 15 or 20 digital sensors then you can use this shift register and ...
Blog
Arduino 74HC595 Interfacing: Increase Output Pins
Arduino 74HC595,Arduino 74HC595 interfacing, increase arduino output pins, arduino output increase, 74hc595 arduino
Hello friends, I hope you all are doing great. In today's tutorial, I am going to show you Arduino 74HC595 Interfacing and we will have a loook at How to Increase Arduino Output Pins with 74HC595. Suppose you are working on some project where you need to control 20 LEDs with Arduino UNO and you know we will 12 digital Pins so we can't control all of these 20 LEDs with Arduino UNO. We can use Arduino Mega as well but if we wanna stick to Arduino UNO then we need to increase its Output Pins and we will use 74HC595 for that purpose. You should read this basic Introduction to 74HC595, it will help you to better understand this shift register. It's a Serial In Parallel Out Shift register and we will give it value serially from single Pin of Arduino and ...
Blog
How to use analogRead in Arduino?
how to use analogRead in Arduino, analogRead command, what is analogRead in Arduino
Hi Friends! Welcome you onboard. I have been writing these Arduino tutorial for beginners for quite a while now and today we are having the next episode. Today, I'll discuss How to use analogRead in Arduino. The analogRead is mainly used to program and address analog pins on the board. In our previous tutorial, we have seen How to use digitalWrite Arduino Command, which deals with digital pins of Arduino but today's one deals with analog pins. There are many types of boards available in the market ranging from Arduino UNO, Arduino Mega2560, Arduino Micro and many more, which you can use based on your technical requirements. Arduino Programming is made simple by the Arduino.cc - the manufacturer of Arduino Boards, providing an open source software ...
Blog
Introduction to Arduino Duemilanove
Introduction to Arduino duemilanove, Arduino duemilanove features, Arduino duemilanove pinout, Arduino duemilanove pin description, applications
Hey Fellas! Hope you are doing well. I feel pleasure to have you on this platform. Today, I'll discuss the detailed Introduction to Arduino Duemilanove which is a Microcontroller Board, introduced by Arduino.cc and is based on ATmega168 or ATmega328. It comes with 14 pins that can be used both ways: Input or Output. Duemilanove means "2009" in Italian. Arduino boards have always been a good pick for hobbyists and students who intend to design projects that are mainly related to embedded system and automation. These boards are similar to microcontrollers, with little advantage over them as they come with some built-in peripheral features, setting you free from buying external components to employ automation in your project. If we focus on Arduino ...