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 andy40185

  1. A

    Can't play a sound using java

    Hi all, I am a java newbie and I'm using NetBeans IDE 7.2.1. The complier reported that the file cannot find. I have attached the file (match.wav) in my project folder. This is my code. package GemCrush; import java.awt.Component; import java.io.*; import java.net.MalformedURLException...
  2. A

    Problem of RTC remaining information

    To all, I have tested that the problem could be solved when commenting both DS1307 setting function.
  3. A

    Problem of RTC remaining information

    ?Initialize the rtc only once on power up I do not understand this. Do I comment the initialization of rtc after the rtc has been initialized once ? Also, please refer to the following code,,, void System_init(void) { lcd_init(); s_connectionreset(); DS1307_settime(0x10,0x40,0x30)...
  4. A

    Problem of RTC remaining information

    Is you mean that it is no longer setting the information after I have set the information for one time? (The information has been stored in rtc when I set it one time??) ---------- Post added at 23:42 ---------- Previous post was at 23:39 ---------- Is you mean that it is no longer setting...
  5. A

    Problem of RTC remaining information

    My rtc(DS1307) cannot remain the information(either date or time). I have connected the 3V Li-battery to pin3(vbat) and 5v to pin8(Vcc) together. When I disconnect the 5v supply and then re-connect it, the rtc only starts to which I set to. Why happens this issue??
  6. A

    AT89S52 using uart send wrong data

    Hi all, I have encountered a problem that I cannot send the correct data to the hyperterminal. I'm using KeilC51 complier and C++. Also, I set the SMOD to 1 and using 11.0592 crystal(baud rate set to 4800). Sometimes send correct data, sometimes wrong.(like below figure) I do not know what...
  7. A

    GPS receiver does not locate

    um,,you're right,,but I never success to connect the GPS module with the satellite within 1min Anyway, I know that my module is work under my continuous testing.
  8. A

    GPS receiver does not locate

    I got it from my tutor
  9. A

    GPS receiver does not locate

    As I read the AT89s52 datasheet again, I find the minimum input high voltage is 0.2Vcc+0.9 not 0.75Vcc which is maximum output high voltage. In addition, the low logic from the Tx also pull high when I add the pull-up resistor. For ATxx, the maximum input low voltage is 0.2Vcc-0.1. If the...
  10. A

    GPS receiver does not locate

    I find a link about how to build a voltage translator but I am not sure which is being suitable. http://www.interfacebus.com/Design_Translation.html
  11. A

    GPS receiver does not locate

    I have no idea so I guess that its internal antenna is so weak and may be some interference from different way. Regards, Andy
  12. A

    GPS receiver does not locate

    It still lighting that means the GPS cannot locate my position but the voltage in Tx pin have a change between 1.x~2.8v while the Rx maintain to 3.8v. Ah...what's happen?? I have tested before around 5 months with max232 receiving in PC and stored the data in txt. Besides, I remember that it...
  13. A

    GPS receiver does not locate

    now I am indoor and the result is Tx=2.89v, Rx=3.8v Is it normal?
  14. A

    GPS receiver does not locate

    To E Kafeman, If it unable to locate the location, the Tx pin still have a voltage?
  15. A

    GPS receiver does not locate

    Oh, I have added the pull-up resistor(20k) on both sides(Tx and Rx) and tested it today but it's not work. It's LED is lighting (searching location) EM411 - twinkle means it located. Have any ideas?

Part and Inventory Search

Back
Top