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 taroot

  1. T

    SIM900 Customer Flash Loader

    I need help in using i2c of sim900 embedded AT. Do anyone have a i2c example for SIM900 embedded AT? i want to use external EEPROM with sim900. SIM900 EAT manual says there is an example in EAT IDE. But i could not find any. I have SIM900 EAT IDE v1.08.
  2. T

    TFT LCD UG32F30 interface

    I have a TFT LCD UG32F30. It is a Chinese product. It has 15 pin connector. I dont have any manual for the LCD. Any idea or anyone used it before. I need to know interface.
  3. T

    INT0 interrupt of 18F452

    "Does that mean, if we enable INT1 or INT2 or both, if INT0 occurs whenever any of those interrupt routines(INT1 or INT2) are being executed, their execution will be stopped at that point and INT0 interrupt routine will take place? Thanks in advance." yes you are right. "I need two interrupt...
  4. T

    doubt about General Packet Radio Switch(GPRS) modem

    Make a tcp ip server that has public IP. Now use gprs to sent the data on that server.
  5. T

    SIM300 GPRS TCP-IP Client mode problem

    you need a public IP to do that. IP that is accessible through internet
  6. T

    Mobile Telemetry for Gas Flow(Help)

    GSM module: sim300cz/sim900 is good.
  7. T

    control system project!

    Chapter 1: World of Microcontrollers - Book: PIC Microcontrollers - Programming in C Read all available chapter. Very good for basic learning. Also a book is very good. PIC Microcontrollers: Know It All
  8. T

    How to measure pulse low period using CCP

    Read the value in interrupt and also use, l in interrupt.
  9. T

    PIC Programing using another pic without PC

    As my information you program a new PIC using its programming pins. you dont connect the pic directly to the PC. there is always a pic in between. I think you basically talking about a programmer hardware like ICD programmer. Micho chip is also providing a ICD programmer. Use google for more...
  10. T

    Unable to connet sim548c to hyperterminal

    There may be problem in powerkey. Transistor switching time can be a problem. 1st remove transistor and use manual button to switch on the module. 2nd check the power supply.
  11. T

    I^2C Question - Confusion

    you seem to be right.
  12. T

    TVS diode Symbol and description

    Use to protect a device (IC, any other) against Transit voltage produced by EM(Electromagnetic) or some time for ESD protection. In some cases, NOT much sure What are you saying?
  13. T

    PIC Programing using another pic without PC

    To burn Boot loader you must use PC for second PIC.
  14. T

    PIC Programing using another pic without PC

    There is two PICs.One is PIC-T that will send the data at its UART. That data basically Binary file generated by your compiler. Second is PIC-R that one you want to program.There may be some steps; 1 - Store binary file in PIC - T. 2 - Write a program for PIC-R, that will receive the code at its...
  15. T

    PIC Programing using another pic without PC

    yes you can. You need to write a boot loader for that PIC which you want to program.

Part and Inventory Search

Back
Top