Call Customer Support: +233 (0)54 103 3712.  7:00am - 6:00pm. Mon - Sat. | We deliver to all parts of Ghana through FedEx, Ford or VIP transport
  • CONTACT US
  • FAQs
Qonett Electronics Qonett Electronics
Select category
  • Select category
  • Actuators
  • Arduino Boards
  • Batteries
  • BLENDERS
  • Cables & Wires
  • Components
  • Home Appliances
  • Instruments
  • Kits & Projects
  • LCD's & Displays
  • Microcontrollers
  • Other Products
  • Power & Adaptors
  • Programmers
  • Raspberry Pi
  • Refridgerators
  • Sensors & Modules
  • Solar Products
  • Speakers & Audio
  • TELEVISION
  • Uncategorized
Login / Register
0 Wishlist
0 Compare
0 items / ₵0
Menu
Qonett Electronics Qonett Electronics
0 items / ₵0
Browse Categories
  • Arduino BoardsArduino Boards
  • BatteriesBatteries
  • Cables & WiresCables & Wires
  • ComponentsComponents
  • Kits & ProjectsKits & Projects
  • LCD's & DisplaysLCD’s & Displays
  • MicrocontrollersMicrocontrollers
  • Power & AdaptorsPower & Adaptors
  • ProgrammersProgrammers
  • Pumps & MotorsPumps & Motors
  • Raspberry PiRaspberry Pi
  • Sensors & ModulesSensors & Modules
  • Solar ProductsSolar Products
  • Tools & Test InstrumentsTools & Test Instruments
  • Wireless ModulesWireless Modules
  • Home
  • Services
  • Shop
  • Blog / Tutorials
  • About Us
  • Community
  • SPECIAL OFFER
-15%
Click to enlarge
HomeProgrammers ATmega328P Chip
Previous product
Soil Moisture ₵15 ₵10
Back to products
Next product
Raspberry Pi 4 ₵2100 ₵2000

ATmega328P Chip

₵80 ₵68

The ATmega328 is a single-chip microcontroller created by Atmel in the megaAVR family (later Microchip Technology acquired Atmel in 2016). It has a modified Harvard architecture 8-bit RISC processor core. Atmega328 microcontroller is used in basic Arduino boards i.e Arduino UNO, Arduino Pro Mini and Arduino Nano.

10 in stock

Compare
Add to wishlist
Category: Programmers
Share
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

ATmega328P is a very advance and feature rich microcontroller. It is one of a famous microcontroller of Atmel because of its use in arduino UNO board. It is a microcontroller from the Atmel’s megaMVR microcontrollers family (Later in 2016 the Atmel is obtained by Microchip Technology Inc, the microcontrollers manufactured in megaMVR family are designed for handling larger program memories and each microcontroller in this family contains different amount of ROM, RAM, I/O pins and other features and also they are manufactured in different output pins which are from 8 pins to hundreds of pins.

The internal circuitry of ATmega328P is designed with low current consumption features. The chip contains 32 kilobytes of internal flash memory, 1 kilobytes of EEPROM and 2 kilobytes of SRAM. The EEPROM and the flash memory are the memories which saves information and that information still exits every the power is disconnected or off but the SRAM is a memory which only saves the information until the power is supplied and when the power is disconnected all the information saved in SRAM will be erased. The alternative microcontrollers for Atmega328P are Atmega8535, Atmega16 and Atmega32.

Features

  • High performance design
  • Low power consumption
  • Total number of Analog Input pins are 6
  • Contains 32 kilobytes of flash memory
  • Contains 2 kilobytes of SRAM
  • Contains 1 kilobytes of EEPROM
  • 16 megahertz clock speed
  • Minimum & maximum temperature -40 degree centigrade to 105 degree centigrade
  • Total number of Digital I/O pins are 14
  • Advance RISC
  • Lock program functionality for programming code security
  • Contains total three timers two 8-bit and one 16 bit
  • Total number of I/O pins are 23
  • Total number of PWM channels are 6
  • Minimum and maximum operating voltage from 1.8V DC to 5.5V DC

Pin Configuration

Pin# Pin Description Pin Function Pin Function Description
1 PC6 Reset When this reset pin goes low the microcontroller & its program gets reset.
2 PD0 Digital Pin (RX) Input pin for serial communication
3 PD1 Digital Pin (TX) Output pin for serial communication
4 PD2 Digital Pin Pin 4 is used as an external interrupt 0
5 PD3 Digital Pin (PWM) Pin 5 is used as an external interrupt 1
6 PD4 Digital Pin Pin 6 is used for external counter source Timer0
7 Vcc Positive Voltage Positive supply of the system.
8 GND Ground Ground of the system
9 XTAL Crystal Oscillator This pin should be connected to one pin of the crystal oscillator to provide external clock pulse to the chip
10 XTAL Crystal Oscillator This pin should also be connected to another pin of the crystal oscillator to provide external clock pulse to the chip
11 PD5 Digital Pin (PWM) Pin 11 is used for external counter source Timer1
12 PD6 Digital Pin (PWM) Positive Analog Comparator i/ps
13 PD7 Digital Pin Negative Analog Comparator i/ps
14 PB0 Digital Pin Counter or Timer input source
15 PB1 Digital Pin (PWM) counter or timer compare match A.
16 PB2 Digital Pin (PWM) This pin is act as a slave choice i/p.
17 PB3 Digital Pin (PWM) This pin is used as a master data output and slave data input for SPI.
18 PB4 Digital Pin This pin is act as a master clock input and slave clock output.
19 PB5 Digital Pin This pin is act as a master clock output and slave clock input for SPI.
20 AVcc Positive Voltage Positive voltage for ADC (power)
21 AREF Analog Reference Analog Reference voltage for ADC (Analog to Digital Converter)
22 GND Ground Ground of the system
23 PC0 Analog Input Analog input digital value channel 0
24 PC1 Analog Input Analog input digital value channel 1
25 PC2 Analog Input Analog input digital value channel 2
26 PC3 Analog Input Analog input digital value channel 3
27 PC4 Analog Input Analog input digital value channel 4. This pin can also be used as serial interface connection for data.
28 PC5 Analog Input Analog input digital value channel 5. This pin also used as serial interface clock line.

Applications

There are thousands of applications for Atmega328P also more to come in near future depends on how creative one can think. Every day we see a new application built using the this chip by electronic students, engineers, hobbyists, tinkerers. Some of the applications for the chip are as follow.

  • Industrial machinery controlling systems
  • Solar powered machinery and applications
  • IOT based applications
  • Power supply and charger based applications
  • Weather systems
  • Wireless communication applications
  • Security based applications
  • Medical & health related projects & systems
  • Automobile related applications
  • And many more…

How to Use Atmega328P

Using an Atmega328P is same like any other microcontrollers, it is also required to be programmed before use. There are multiple programmers softwares are available to program the chip, one of the easy and more common way to program the chip is by using arduino board and the arduino software named Arduino IDE. The other programmer is the IDP program made for AVR controllers named “Atmel Studio” that can be downloaded free from Atmel and Microchip Technology websites. After installing the desired IDE or IDP software the user has to write the functions / program codes in the IDE or IDP programmer. There are several guides and tutorials are available online from where one can learn how to program the microcontroller to get the desired task from the chip.

To Download the datasheet just copy and paste the below link in your browser.

http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf

 

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “ATmega328P Chip” Cancel reply

Your email address will not be published. Required fields are marked *

Shipping & Delivery

Shipping Information

We ship to all parts of Ghana via FedEx or VIP Transport. We also patronize the FORD transport service for orders placed from Accra.

How to Fill the Shipping Information

  • Provide your real name, mobile phone and location.
  • It is advisable to use the exact name on your national ID or Passport. Some of the delivery service provider may request your ID.
  • Make sure you select a shipping method that is available in your location.

In case of unavailability of shipping method in your location, please reach out to us. We will be glad to facilitate an suitable alternative shipping method.

Vitra
Samsung
Magisso
Louis Poulsen
KLÖBER
Joseph Joseph
Hay
Flos
Eva Solo
Alessi
2-Channel
12V relay
1-Channel

Qonett provides quality & affordable electronics and electrical components for engineers, makers, students, electronic enthusiasts, etc. here in Ghana.

AK-589-6576 Tanoso - Kumasi
Phone: +233 54 103 3712
Text: +233 54 103 3712
Recent Posts
  • WEYON 32" HD LED Digital Satellite TV - Black
    Hisense HD Digital LED 32 inches – ¢1200 to ¢3000
    December 1, 2022 No Comments
  • arduino uno r3
    What is Arduino?
    June 22, 2017 No Comments
Our Branches
  • Accra
  • Kumasi
  • Tamale
  • Cape Coast
  • Sunyani
  • Takoradi
Useful links
  • Privacy Policy
  • Terms & Conditions
  • Track Order
  • Contact Us
  • Compare Prices
  • Sitemap
Product tags
Arduino Board Arduino Uno r3 Arduino Uno R3 Complete Starter Kit Microcontroller Raspberry Pi sen solar system
QONETT 2021 CREATED BY LIZBOTECH. ENGINEERING SERVICES
payments
  • Menu
  • Categories
  • Arduino BoardsArduino Boards
  • BatteriesBatteries
  • Cables & WiresCables & Wires
  • ComponentsComponents
  • Kits & ProjectsKits & Projects
  • LCD's & DisplaysLCD’s & Displays
  • MicrocontrollersMicrocontrollers
  • Power & AdaptorsPower & Adaptors
  • ProgrammersProgrammers
  • Pumps & MotorsPumps & Motors
  • Raspberry PiRaspberry Pi
  • Sensors & ModulesSensors & Modules
  • Solar ProductsSolar Products
  • Tools & Test InstrumentsTools & Test Instruments
  • Wireless ModulesWireless Modules
  • Home
  • Shop
  • Blog / Tutorials
  • About Us
  • qonett community
  • Wishlist
  • Compare
  • Login / Register
Shopping cart
close

CONNECT TO QONETT!

Be the first to learn about our latest products and get exclusive offers

Refer to our Privacy Policy for Email Address usage

 

Sign in

close

Lost your password?

No account yet?

Create an Account