how to Program 8051 ICs of ATMEL (2/3)

  Рет қаралды 19,333

Egg Tronics31

Egg Tronics31

Күн бұрын

If you want to say hi to me.
you can say at my twitter @Eggtronics31
If you want to support my Channel:
below is my Patreon Link.
/ eggtronics
I am PCB designer, Electronics Circuit Designer
and Microcontrollers Programmer:
if you want to me to do a design for your project.
you can connect me via mail.
- E-mail : eggtronics31@gmail.com
Check out my KZbin Channel Playlists for more of my content.
How to program 8051 ICs of Atmel family
This video Explains how you can program 8051 Microcontroller Chips of Atmel Family.
This video discusses how to program
AT89C51, AT89C52, AT89C051, AT89s51 and AT89s52
This video is Part 3 of three part series
Part 1 - gives an Overview of all common 8051 type Micrcontroller chips
• 8051 Microcontroller I...
Part2 - explains how to Program 8051 Chips of Atmel family.
• how to Program 8051 IC...
Part3 - explains how to Program 8051 Chips which has inbuilt bootloader
• how to Program 8051 bo...
Links to some other interesting videos
Laptop Controlled Car
• Laptop Controlled Car ...
Making Simple Touch Switch
• Make Your Own ' Touch-...
Science of Free Energy
• Science of Free Energy...
Crude Battery monitoring System using 8051
• Crude Battery Monitori...
Crude Digital Potentiometer using 8051
• Crude Digital Potentio...
Egg Tronics

Пікірлер: 34
@chetanreddy106
@chetanreddy106 5 жыл бұрын
Lot of confusion is lost with one video One of the best videos in youtube
@jalilebrahim8859
@jalilebrahim8859 3 жыл бұрын
Thank you Thank you simplified and wonderful explanation
@Bianchi77
@Bianchi77 Жыл бұрын
Nice information to share, thank you and keep it up :)
@rajuraushan4391
@rajuraushan4391 5 жыл бұрын
Nice explanation..easy to understand..
@jlucasound
@jlucasound 4 жыл бұрын
Awesome! You know your chips. Thank you so much!
@maheshmustapure7668
@maheshmustapure7668 Жыл бұрын
Thank you so much this video ✌✌
@herberdth
@herberdth 2 жыл бұрын
I recommend using AT89C51AC2 or other variants which support ISP via serial port. The boot loader for serial programming is great. Use FLIP or other alternatives to send the HEX file. Just need 1 jumper pin to go into boot loader mode.
@antoniosanmartin5462
@antoniosanmartin5462 4 ай бұрын
Please, how to record the Atmel AT89C5115? I can't find any device to record it. I would be very grateful for your help. Thank you so much. A greeting from Spain
@victormania6282
@victormania6282 3 жыл бұрын
bro can i use the hex file of at89c51 to burn into at89c51 using that external programmer?If yes,where can i buy the external programmer
@delBUBAN
@delBUBAN Жыл бұрын
What IDE are you using?
@samirkadiri7413
@samirkadiri7413 4 жыл бұрын
IF I don t the programmer, which possibility I have to do the same task?
@edfersomramos1527
@edfersomramos1527 Жыл бұрын
Hi, i have a question, Where did you get your programer? Is this homemade? It's a very nice programer.
@maheshmustapure7668
@maheshmustapure7668 Жыл бұрын
Can i program these with arduino IDE
@SukantKumarSahoo869
@SukantKumarSahoo869 4 жыл бұрын
Your Video is so much informative, but it's a kind request not to include text or include the text with smaller size so that the other contents will be visible. Thank you.
@kishorekumarkaramtoth9308
@kishorekumarkaramtoth9308 2 жыл бұрын
In ISP method , progisp software ,the AT89C52 is not selecting in chip section ... What to do ???
@EggTronics31
@EggTronics31 2 жыл бұрын
ISP is only available for at89S52. Not for 89C52 chips. The letter 'S' stands for ISP feature.. you have to get at89s51 or at89s52 chip.
@prachethire812
@prachethire812 5 жыл бұрын
thanks your video was very informative.I brought AT89C51 ,and I have a P89V51RD2 kit . is there any way i can program AT89C51 just by replacing P89V51RD2 by AT89C51 on my kit. or is there any other cheap controller i can use instead of P89V51RD2.
@EggTronics31
@EggTronics31 5 жыл бұрын
You can use Nuvoton's W78E052 which is cheaper than P89V51RD2 and directly replace it.
@EggTronics31
@EggTronics31 5 жыл бұрын
This video will help you with that - kzbin.info/www/bejne/ZouQlJmAeM6qh6s
@user-cr3jp5bi8f
@user-cr3jp5bi8f 3 жыл бұрын
P89V51RD2FN Available in
@user-cr3jp5bi8f
@user-cr3jp5bi8f 3 жыл бұрын
8586817465
@albertbradfield2311
@albertbradfield2311 4 жыл бұрын
Is this ic perhaps very popular in Asia? I have just ploughed through a pile of videos, trying to find out how to program an AT89s52 chip. So far, every video is Asian based. Unfortunately, I am English and don't understand any Asian languages. Are European hobbyists not interested in this series of chips, and if not, why not?
@EggTronics31
@EggTronics31 4 жыл бұрын
Hi.. this chips are cheap, cost less than 1 USD here and easily available.. Also engineering students have subject on this specific chip very early in their study.
@poojasaklani4325
@poojasaklani4325 3 жыл бұрын
Sir can I use the hex file of AT89C51 for programming AVR or ARM ?
@EggTronics31
@EggTronics31 3 жыл бұрын
hi...no. you cannot use hex file directly.. as pin addresses and port addresses of 89C51 and ARM/AVR are different. but you can use some parts of C code of 8051 - like for-loops, while-loops etc.. directly into C code of AVR / ARM. as long as pins and ports are defined properly.
@poojasaklani4325
@poojasaklani4325 3 жыл бұрын
Thank you so much for the reply. Actually I am replacing my at89c51 IC with AVR128DB64. May I use the same C code in new one?
@EggTronics31
@EggTronics31 3 жыл бұрын
@@poojasaklani4325 yes . You can. Two things you would need to change.. 1). use #define to redefine ports numbers as they are different for both.. 2). most AVRs don't have bit level instruction. So you have to convert every bit level command (like single bit / outputting to LED for ex.. using byte OR or AND operator.
@m.j.p2504
@m.j.p2504 4 жыл бұрын
What functional components are integrated in MCU AT89C51
@EggTronics31
@EggTronics31 4 жыл бұрын
Hi.. you can watch part 1 of this video. Where I have shown integrated features of almost all 8051 type chips.
@antoniosanmartin5462
@antoniosanmartin5462 4 ай бұрын
You can help me? If you have any device I can buy it.
@gurumultitask9979
@gurumultitask9979 3 жыл бұрын
where is the pin number of vref and Vin?
@cescofran6165
@cescofran6165 3 жыл бұрын
Dondiri dondiri dondiri.
@sunilkumar-vo9hs
@sunilkumar-vo9hs 5 жыл бұрын
Supper brother
how to Program 8051 bootloader ICs (3/3)
3:45
Egg Tronics31
Рет қаралды 4,7 М.
#18 Programming the AT89S52 Using Arduino Uno.
30:51
Vooi Yap - Embedded Systems Education
Рет қаралды 14 М.
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,5 МЛН
How to Program an ATtiny with Arduino (Up to Date)
10:09
Levi Janssen
Рет қаралды 55 М.
Programming AT89S52 Microcontroller via C
9:13
Anas Kuzechie
Рет қаралды 30 М.
What is a microcontroller and how microcontroller works
10:55
ShortcutElectronics
Рет қаралды 527 М.
8051 Programming with USBASP - Barebones method
12:46
Saravanan AL
Рет қаралды 35 М.
How to burn code into 8051 microcontroller
12:34
Smart Logic Academy
Рет қаралды 27 М.
how to program 8051 using arduino
6:24
Hassan Raza
Рет қаралды 38 М.
Лучший браузер!
0:27
Honey Montana
Рет қаралды 1,1 МЛН
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 18 МЛН
My iPhone 15 pro max 😱🫣😂
0:21
Nadir Show
Рет қаралды 1,8 МЛН
📱магазин техники в 2014 vs 2024
0:41
djetics
Рет қаралды 667 М.