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 nigh

  1. N

    LPC21xx Memory Management (stack, heap, dynamic memory allocation etc) using Keil

    Hi, salmanliaquat Thank you for your response. I'll keep in mind your advice. shihab_leo Can you please explain a little more
  2. N

    Sim900 message reading in ascci

    Hi, plz check current mode settings after issuing AT+CMGF=1 using AT+CMGF?
  3. N

    [SOLVED] Problem with reading data from AT24C02

    Hi, How many bytes are you trying to write and read and what mode are you using AT24C04 has page read/write mode and random register read/write mode if you are using page read/write mode, then at the end of each page, it will roll over to page start and you will experience some corrupted data...
  4. N

    Creat USB to Serial FT232?CP2104?PL2103?

    Hi I would also recommend FT232 I built some USB to TTL modules using FT232R and I have been using them for some time now. They work fine.
  5. N

    LPC21xx Memory Management (stack, heap, dynamic memory allocation etc) using Keil

    Hi, I am a beginner level developer and until now I have been working on PIC18 & PIC16 using MikroC compiler. But now I am working on a project with LPC2138, an ARM7 based MCU from NXP, using Keil uVision. The project includes GSM module interfacing, EEPROM, SD card, different digital (with I2C...
  6. N

    xt3442 ... EEPROM documentation ???

    Hi Stefano I guess you are almost right ... I found this chip on another tracker from the same company :) and alas ... no ... I was never able to find any document about xt3442. P.S. very sorry for delayed response.
  7. N

    24V interface to micro

    yes H.E.Tjelum presented a quite decent solution I would also suggest the same
  8. N

    Help me get an Oscilloscope.

    Check these scopes from UNI-T. These are quite cheap Uni-Trend Group Limited and you can use 100x probe for Mains AC waveforms
  9. N

    89C51 (P0) Open Drain Problem

    please post a simplified schematic diagram of your setup. you can simplify it showing only one led. It would be much easier for us to understand the problem that way.
  10. N

    [SOLVED] LCD-PIC problem- only black squares

    Did you connect RW pin to GND? & Try this code char *text = "Hello World"; //Constant holding text to be displayed // Lcd pinout settings sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D7 at RB3_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D4 at RB0_bit; // Pin...
  11. N

    [SOLVED] Need to understand Protection diodes

    Thanx guys A little more info : The circuit needs to be installed in car so voltage source is car battery. The regulator is switch mode voltage regulator :: xaccto , I have no idea if it can produce any negative voltages ... plz guide. As cars have very noisy electrical environment specially...
  12. N

    [SOLVED] Need to understand Protection diodes

    Hi guys, I have a circuit I am trying to understand. In the power input section, it has two protection diodes D1 and D2 (see attached diagram). Now what i understand is : D1 is for reverse polarity protection. I am not sure what D2 is doing in the circuit. Diodes in this config (D2) are used to...
  13. N

    xt3442 ... EEPROM documentation ???

    hi guys, I have this board and it has IC (xt 3442) on it. It is connected to I2C bus of ARM7 and considering the board design, I am pretty sure this is an EEPROM. It's marking is : [first line = xt3442D] [second line = 98k60] it's an 8 pin IC and connections are [pin 1 = VCC], [pin 8 = GND]...

Part and Inventory Search

Back
Top