Raspberry Pi Pico is the first microcontroller from the manufacturers of Raspberry Pi, based on the Raspberry Pi’s RP2040 microcontroller chip and working on ARM’s Dual-core cortex M0+ architecture.
Read more »Raspberry Pi Pico
Category: Raspberry Pi Tags:
- Login to post comments
ST10R165 Datasheet
The ST10R165 is a new derivative of the SGS-THOMSON ST10 family of full fea-tured single-chip CMOS microcontrollers. It combines high CPU performance (up to10 million instructions per second) with high peripheral functionality and enhancedIO-capabilities
Read more »Category: Microcontrollers Tags:
- Login to post comments
Stand-alone programming AVRs using CircuitPython
This guide will show you how to turn any CircuitPython powered board with 4+ GPIO pins into an AVR progammer all on its own. No software like avrdude is needed, this software will program the chip all on its own, just drag the HEX file onto the CircuitPython disk drive.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Difference between microprocessor and microcontroller
You must always be confused when you are asked about difference between microprocessors and microcontrollers. As it seems to be same but it’s not. So let’s discuss about them and point out the major differences between them.
Read more »Category: Technology Tags:
- Login to post comments
Stepper Motor Interfacing with 8051 Microcontroller
Stepper motor is brushless DC motor, which can be rotated in small angles, these angles are called steps. Generally stepper motor use 200 steps to complete 360 degree rotation, means its rotate 1.8 degree per step. Stepper motor used in many devices which needs precise rotational movement like robots, antennas, hard drives etc.
Read more »Category: Technology Tags:
- Login to post comments
Heartbeat Counter using MSP430
Here is my project on counting the heart beats using an MSP430G2553, and a dual op amp ic, LM358, i think any other dual op amp can work in its place [to be sure, just check the pinouts before replacement.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Servo Motor Interfacing with 8051
We can rotate servo motors to any particular angle. They are available in wide range, form high torque motor to low torque motors. In this tutorial we are going to interface a servo motor to 8051 microcontroller (AT89S52).
Read more »Category: Microcontrollers Tags:
- Login to post comments
Keypad Interfacing with 8051
Keypads are widely used input devices being used in various electronics and embedded projects. They are used to take inputs in the form of numbers and albhabets, and feed the same into system for further processing. In this tutorial we are going to interface a 4x4 matrix keypad with 8051 microcontroller.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Digital Voltmeter using AVR Microcontrolelr
In this project we are going to design a 25V range digital voltmeter by using ATMEGA32A microcontroller. In ATMEGA, we are going to use 10bit ADC (Analog to Digital Converter) to build a digital voltmeter. Now the ADC in ATMEGA can not take a input more than +5V, so for getting a higher range we are going to use a voltage divider circuit.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Getting Started with 8051 Microcontroller
If you are looking for a beginners guide on “How to start with 8051 Microcontroller”, here in this article I will show you how to work with 8051 microcontroller practically. I am not going into detail of “What is 8051 microcontroller”, or “How to write a c-program” etc., but the scope of this article is to tell about the hardware and software
Read more »Category: Microcontrollers Tags:
- Login to post comments