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 neeteen09

  1. N

    TMS320F280049C: Unwanted pulse on GPIO during Power On/OFF

    Hello, I'm using TMS320F280049C micro-controller (Texas). While testing its GPIO behavior during power on/off, I found a high to low transition on GPIO pin ,on every power on/off I'm checking the waveform on GPIO pin of micro-controller itself. I have used the same code provided by texas for...
  2. N

    4W AC/DC Converter Using tiny Switch -III family

    Hi everyone, I am designing a 4W AC/DC converter using Tiny Switch III family using PI Expert software. I got the circuit attached herewith. I choose setting in PI software as follows:- Output Power- 0 to 5W Input Type- Universal 85 to 265 V no of outputs- 1 Isolated Supply - Yes Output...
  3. N

    HY1602F6 LCD interfacing with 89s52 Microcontroller

    Thanks for your detailed reply. But problem is solved yet by doing so.
  4. N

    HY1602F6 LCD interfacing with 89s52 Microcontroller

    my code to intialize lcd is :- void lcd_init() // fuction for intialize { dis_cmd(0x02); // to initialize LCD in 4-bit mode. dis_cmd(0x28); //to initialize LCD in 2 lines, 5X7 dots and 4bit mode. dis_cmd(0x0C); dis_cmd(0x06); dis_cmd(0x80); } void dis_cmd(char cmd_value) { char cmd_value1...
  5. N

    HY1602F6 LCD interfacing with 89s52 Microcontroller

    Hi everyone, I am facing issue with interfacing HY1602f6 LCD with AT89S52 microcontroller. When i am programming controller & on next POWER ON , it displays correct messages. But when I switch it off & on for the next time, it displays all pixel ON (of first row only.) When again program...
  6. N

    Issue with RFID data Read & Compare it with Stored one in EEPROM

    Hi everyone. I m doing RFID based Vehicle Parking system using AT89S52. I have to detect RFID card using serial interface. RFID unique code will be received via serial interface. But I don't know how data will be received in microcontroller? (Byte by byte in array?) Also how should I store...
  7. N

    Circuit building in PSIM software

    Hi, I am simulating following software in PSIM. The error which I am getting while simulation is attached herewith. if anyone knows about this, please help me. Thanks In advance Nitin K.
  8. N

    [General] what is lcd mapping?

    Hi, can somebody please tell what is lcd mapping in brief? & how it is done in software?

Part and Inventory Search

Back
Top