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 tushki7

  1. tushki7

    Interfacing MOC3021 and Triac BTA12 with Microcontroller

    Greetings, Does this circuit work well? Application : to control speed of ceiling Fan or to control brightness of a Light bulb. Components : MOC3021 (optocoupler), BTA12 600 (TRIAC) Thank you !
  2. tushki7

    [SOLVED] embeded systems & programming

    See, I already told you in my first post to use Licensed version of keil. The problem was with your unlicensed keil, it supports program code limit of 2KB only. Good Luck :)
  3. tushki7

    [SOLVED] embeded systems & programming

    Flash this hex File and tell me is it working?
  4. tushki7

    [SOLVED] embeded systems & programming

    post your program here !
  5. tushki7

    [SOLVED] embeded systems & programming

    First answer these: 1) is your keil licensed? 2) Are you using interrupts in your program? 3) Did you tried programming your code below 2KB?
  6. tushki7

    [SOLVED] embeded systems & programming

    You are not using any interrupts right?
  7. tushki7

    [SOLVED] embeded systems & programming

    Greetings, Unlicensed version of keil only allows you to program upto 2kB of code.. So buy licensed version of keil or use free IDE. I think it should be your not you're (you are) :p Good Luck
  8. tushki7

    Find a suitable touch screen for Cortex-M3 based project

    Greetings, Do you want touch screen only or display+touchscreen??.. For the latter follow the link www.buydisplay.com/default/tft-display/color-7-inch-tft-lcd-module-display-800x480-touch-panel-screen-with-driver-price-interface-datasheet-pinout-arduino-from-manufacturer Good Luck :)
  9. tushki7

    8051 developement board

    Check all your microcontroller connections 1. check 5v and ground connections 2. check your crystal oscillator and ground it properly 3. check whether 31st pin of your microcontroller is connected to vcc 5V or not 4. Select right com port in flash magic 5. DB9 connector 5th pin must be grounded...
  10. tushki7

    8051 developement board

    Greetings, First find out which com port your usb to serial wire is using, go to the following link you will find step by step info on how to program p89v51. Important step: In flash magic, Goto options -> advance options -> in hardware config tab uncheck use dtr to control rst Follow this...
  11. tushki7

    Input current for phillips P89V51RD2bn Microcontroller

    Greetings, Do not worry, what you need is called Voltage regulated supply(5 volt). Here is a Post link : https://www.edaboard.com/threads/221061/ Please read the whole thread as it might help you understand few more things. Comment #8 will give you correct circuit image. You can also use 12v, 1A...
  12. tushki7

    [SOLVED] how to send a variable to display in 2X16 lcd

    Greetings, unsigned int a = 9; a=a+48; lcddata(a); Useful link : **broken link removed** Good Luck :)
  13. tushki7

    I get only junk characters on the hyper-terminal.

    Re: 433 MHz ASK RF Tx Rx using 8051 UART Try pull up resistor.
  14. tushki7

    Li-ion battery charger

    Greetings, Post your Circuit! Useful link : https://www.ti.com/product/bq24610
  15. tushki7

    [SOLVED] lcd 4 bit error .. trying to interfcing with 8051 in single port

    Greetings, Sorry thannara for late reply but I am so busy with my project, here is a working 4 bit program but the read, write enable pins are at different ports. So you have to edit it according to your needs. #include<reg52.h> #define ldata P1 //16x2 lcd data pins to port p1 sbit en =...

Part and Inventory Search

Back
Top