Skip to main content

Questions tagged [8051]

The "8051" is a (still) very popular chip in the Intel MCS-51 micro controller series.

1 vote
1 answer
89 views

According to the DS CM6533, it has the following specifications: The CM6533 is a USB 2.0 audio chip built-in 8051 for flexible applications. Embedded 1T 8051 with 32K Byte SRAM and 512K Byte flash(...
Digger18's user avatar
-1 votes
1 answer
78 views

I’m building a USB IR blaster using a CH552T dev board, a Crowtail IR emitter, and an HS-S23B receiver connected to an ESP32. My goal is to send NEC protocol IR codes at 38 kHz using Timer2 for the ...
THIRUVENGADAM T K's user avatar
3 votes
2 answers
327 views

I am trying to run following code on AT89C2051, using Keil for compiling and programming hex file with Superpro. ...
Sidk's user avatar
  • 189
0 votes
2 answers
160 views

Unable to solve the above question. Getting error A40:invalid register when running this code on XRL instruction: ...
Devesh Singhal's user avatar
1 vote
2 answers
227 views

I'm working on a STC15W204S microcontroller, a small, cheap and capable 8051 microcontroller. So far, with the flexibility of SDCC, using the provided STCAI-ISP software and the datasheet (which is ...
fpp's user avatar
  • 331
0 votes
1 answer
74 views

I am working on a ASK modulator and demodulator circuit which I wish to interface with a 8051 microcontroller to read serial data from demodulator circuit. The mod/demod circuit is developed and ...
Akshat Panda's user avatar
1 vote
1 answer
126 views

I’m trying to implement an automated parking lot using an 8051. I’m using stepper motors to function as gates at the entrance and the exit of the parking lot that open whenever the IR sensors placed ...
SeaweedHugger's user avatar
1 vote
2 answers
141 views

Let's say we have this program: MOV R5, #4 H2: MOV R6, #10 H1: DJNZ R6, H1 DJNZ R5, H2 After moving the data to the registers, microcontroller executes ...
Agus's user avatar
  • 11
0 votes
3 answers
346 views

In 8051, one of the bit, SM2 or the D5 or SCON.5, is about "Used for Multiprocessor Communication." I am not clear about it. I watched quite many tutorials or explanations about 8051 on ...
AirCraft Lover's user avatar
0 votes
2 answers
463 views

Lets generate a square wave of 2mSec period using an AT89C51 microcontroller with timer0 in mode0 on the P1.0 pin of port1. Assume xtal oscillator frequency of 11.0592 MHz. ...
Kat K's user avatar
  • 1
0 votes
0 answers
100 views

I need to follow WS2812B protocol, which requires communication with very high speed, like 0.4μs, 0.45μs, etc. Can I achieve it with AT89C51?
Sasisa Play's user avatar
1 vote
0 answers
211 views

I have a strange problem and I don't know how to find a solution. I have a board with an AT89C51RD2 inside. I programmed it (thanks to Atmel flip), and it works fine. After some use (week or months), ...
F4F56's user avatar
  • 11
0 votes
0 answers
91 views

I'm designing a general-purpose PCB for a 8051-family MCU. I make it compatible to use shields for the Arduino Uno. There is a snag with the reset circuitry, as an Arduino is active-low reset and the ...
Joe's user avatar
  • 363
0 votes
2 answers
211 views

I'm working on a project where I'm using 8051 microcontroller as a primary microcontroller which is interfacing with 4 relays. I have tested relays with two of my arduinos but when it comes to AT89S52 ...
Akash Patil's user avatar
0 votes
2 answers
200 views

I have this 8051: I have acquired an it from an old device and I want to program it. I have experience with AVR, ESP, and STM microcontrollers, but not with 8051's. Googling info about this DIP IC, I'...
Kira's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
20