Content for AT89S52

AT89S52

Low-power, high-performance CMOS 8-bit microcontroller with 8KB of ISP flash memory. The device uses Microchip high-density, nonvolatile memory technology and is compatible with the industry-standard 80C51 instruction set and pinout. On-chip flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. This powerful microcontroller is suitable for many embedded control applications.

Programming At89S52 Using Arduino

“In-System Programming (ISP) aka In-Circuit Serial Programming (ICSP) is the ability of some programmable logic devices, microcontrollers, and other embedded devices to be programmed while installed in a complete system, rather than requiring the chip to be programmed prior to …

AT89S52 - Veroboard & Upcycling Components

“Build your own ancestor of Arduino with upcycled components. 32 I/O programmable. Is this an ISP programmable microcontroller. Easy and instructive build project. (Ok… i buy Veroboard for this one, or you could do it on breadboard)”

How to Program 8051 Using Arduino!

“In this tutorial, I will show you a really quick and easy way to program 8051 using an Arduino so without any further ado lets get started! Prerequisites- I’ll recommend going through my previous article where I have shown …

89S52 Programmer Using Arduino Uno

“Hello everyone, today we will learn to program the 89S52 micro-controller using the arduino board. The 89S52 uC is slightly different from the 89C51 uC as it has ISP(In System Programming) feature. It has SPI pins MOSI, MISO and …

DIY Digital Clock Using Microcontroller (AT89S52 Without RTC Circuit)

“Lets describe a clock… “Clock is a device that counts and shows time(relative)”!!! Guess I said it right so lets make a CLOCK with ALARM feature. NOTE: it will take 2-3 minutes in reading please read the whole project …

Voice Controlled Robot Using 8051 Microcontroller

“A voice controlled robot takes specified command in the form of voice. Whatever the command is given through voice module or Bluetooth module, it is decoded by the existing controller and hence the given command is executed. Here in this …

DIY Cheapest Bluetooth Controlled Home Automation

“The basic is very simple… You need a bluetooth enable host device i.e. mobile,computer or anything!! For the sending of command to the circuit. We have used a bluetooth module(HC-05 “HANDS & LEGS OF THE CIRCUIT” ) for …

\/o!ce Oper@ted Robot

“In this project, it is aimed to make a contribution to this dream. Controlling the machines and environment with speech makes human life easier and more comfortable. This project is a simple implementation of this approach. A robot is controlled …

AT89SXX Development Board

“Our AT89Sxx Development Board provides a very simple and cost effective platform for prototyping solution. The compact design provides connection to all the pins of the microcontroller for the user.”

Program 8051 with Arduino

“This guide provides a complete solution to program the AT89S51 or AT89S52 (these are what I have tested) with an Arduino.”

Homemade Automatic Coil Winder

“Uma bobinadeira é um equipamento empregado na área de eletroeletrônica (também em outras áreas, como a têxtil), mecânico ou eletromecânico, com ou sem controle automatizado, que permite enrolar um determinado número de espiras de fio em um carretel ou fôrma …

Real TIme clock using AT89s52

“The AT89S52 Microcontroller is the heart of this project. DS1307 IC is used as RTC . This DS1307 IC required I2C interface , but 89s52 is not have any I2C port on board. That makes it typical to designed. So i designed …