Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Keklja

  1. K

    how to build 8051 programmer

    So Im gonna try that design that Kick posted. In pictures below are components that I need. Only I dont have 470ohm resistor that is connected to the reset button. What is my alternative? I will google that. I have serial connector and max232 connected together (bought that long time ago on...
  2. K

    how to build 8051 programmer

    Im new in this area. I dont see controller. High voltage supply, pin drivers for those I'm not sure what they do but i dont see high voltage supply. But design on a picture few post earlier also doesnt have these but can be programed because it is At89C51RB2 and have bootloader?
  3. K

    how to build 8051 programmer

    Why not? It is not parallel programer?
  4. K

    how to build 8051 programmer

    Ok. So with that design on previous post I can program my AT89C51RB2, correct? Now for my other uC. I find this programmer o ebay. Here is the link: **broken link removed** I can programmer with that my standard AT89C51?
  5. K

    how to build 8051 programmer

    I think I read somewhere you can not program AT89C51 that way. Anyway I will try and write here result. Thx
  6. K

    how to build 8051 programmer

    For both of them? Do you have a schematics?
  7. K

    how to build 8051 programmer

    Hi all I have Atmel 89c51RB2-UM and AT89C51-24PI uC. Is there a way to build programmer for them? I dont wont to buy programmer just for these 3 uC because there are old.
  8. K

    Problem with RN-XV Wi-Fly modul and 8051 microcontroller

    I need huge help. I connected my RN-XV module https://www.sparkfun.com/products/10822 to board (see attachment). 4 pins from RN-XV (5V,GND,TXT,RXT) I connected to IC106(see on scheme), 5V-slot 8, GND- slot 5, TX- 1, RX- 4. Jumper J102 I switched to left position so I could use RX. When it is...
  9. K

    Keil uart problem with 8051

    This is my code in Keil: #include <reg51.h> #include "stdio.h" #include "serijska.h" #define LED P1 #sbit led1=key^0; #sbit led2=key^1; #sbit led3=key^2; #sbit led4=key^3; char slovo = 0; unsigned char poruka[40]; int temp = 0; void main(void){ P1=0x00...
  10. K

    How to increment a number in virtual terminal (proteus)

    Hi My project is to to push button and the number should be incrementing by one every time. lets say the number is 25. When I pus button it should be 26, push again it is 27. Now how to show that on virtual terminal? Only idea that I have is standard c something like: if (button==1) num++...
  11. K

    connecting two 8051 with bit banging UART

    OK I have a copy of the book. Its not big. I will study it and when I stuck I will write here again..
  12. K

    connecting two 8051 with bit banging UART

    I already made one project with timer interupt and I get that. Problem is i dont understand this part with sampling input port and updating output port. And what is the K&R?
  13. K

    connecting two 8051 with bit banging UART

    That sound right but how do I write code (in c) for that? Im not that good programer. I need help with the code please
  14. K

    connecting two 8051 with bit banging UART

    Hello, my project is to connect two 8051 and each of them have some led and buttons. Idea is to push button witch is connect to one 8051 and to turn on led or write something on lcd that is connected to other led. Master 8051 must have rx and tx pins free so on that controller pins p1.1and p1.2...
  15. K

    Keyboard interfacing LCD and Virtual Terminal over 8051

    that doesn't help me with my problem. I need to to have communication from virtual terminal to lcd. When i press button on my physical keyboard it should be shown on lcd....

Part and Inventory Search

Back
Top