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 buddhikaneel

  1. B

    [SOLVED] Need Car batery Charger

    Hi my dear friends. I need Car battery charger circuit. Please send me circuit diagram Thanks
  2. B

    [SOLVED] Ds1307 and 18f452 Error with external batery backup

    i found wrong i did. i attached wrong power for RTC. Now i set 3.v battery. it is working well. thank for help....
  3. B

    [SOLVED] Ds1307 and 18f452 Error with external batery backup

    I attach Sehematic and codeing togerther.
  4. B

    [SOLVED] Ds1307 and 18f452 Error with external batery backup

    Hi. my dear firends. I have made clock using DS1307 and 18f452. crystal also connected. SDL, SDA also connected well and pull up it using 10k Resistors. if i ground Battery pin clock is working well. Then i attach external battery to it (+) and (-) was grounded. then it's not working correctly...
  5. B

    [SOLVED] soft_I2c with DS1307,24c64 and 18f452

    thank you very much BigDog.
  6. B

    [SOLVED] soft_I2c with DS1307,24c64 and 18f452

    thank you very much for reply. I'll try with it and tell you what will happened ---------- Post added at 16:44 ---------- Previous post was at 16:34 ---------- I Read what you suggest. Is that's mean there are different different Address for Different Device like RTC, Eprom... etc by those...
  7. B

    [SOLVED] soft_I2c with DS1307,24c64 and 18f452

    Hi my dear friends. I want to attach ds1307 RTC ic and 24c64 eeprom with 18f452 MCU. i can already access DS1307 with 18f452. but i don't know how to use RTC and eeprom together. because both are use same SCL(RC3) and SDA(RC4). I used Mikroc Pro and Soft_I2c Library. I want to Store some data...
  8. B

    what is the sutable mikrocontroler for send and read sms

    i want to send and read sms connected with phone and mikrocontroler. and phone's usb port can be use for send & read..? there for i want to know what kind of mikrocontolers use for that and what kind of methods are there to do that...?
  9. B

    what is the sutable mikrocontroler for send and read sms

    Hi. i want to send and read sms using mikrocontroler. what can i use for this... can i use usb data port to do this.. thanks
  10. B

    18f452 EEPROM writing

    can i have screen shots please...
  11. B

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    I also think about that. But i don't know there are any functions in mikroc pro to do that. how ever i'll use this method for now. Thanks for help..
  12. B

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    it's not ASCII. only numbers like 1,2,3..
  13. B

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    Hi. int xArray[10]; long xNo; I want to convert xarray into xNo. How can i do it xArray[0]=1; xArray[1]=2; xArray[2]=3; xArray[3]=4; xArray[4]=5; xArray[5]=6; xArray[6]=7; xArray[7]=8; xArray[8]=9; xArray[9]=0; result could be xNo=1234567890; ____________________________________ Can you...
  14. B

    18f452 EEPROM writing

    Thanks BigDog. What did you change in diagram..? where can i found Advanced Properties..?
  15. B

    18f452 EEPROM writing

    Hi. i wrote this code sample in mikroc pro. it's working well in realtime. But in proteus giving error code. can you help what can i do for this

Part and Inventory Search

Back
Top