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 prabin20

  1. P

    How to convert asm to hex for AT89c2051

    @Jayamohan, use Keil uVision, u will find AT89C2051 microcontroller for ur project. U can execute ur .asm to create hex file. First make the project, execute it. To create hex file frm the corresponding .asm file, go through screen shots. hope it will help u. I have attached the project with...
  2. P

    Interfacing gsm modem, real time clock , and at89c/s52 microcontroller

    @ANJ, Thanks for ur interest. See i want to send SMS after every 3 days for that i am using RTC. i have coded for sms part, now i donot know how to integrate with rtc to send message at the time given.....please also help in RTC Coding.
  3. P

    Interfacing gsm modem, real time clock , and at89c/s52 microcontroller

    Hi Guys, hw r u all ......? i am working on a project, in which i have to send sms continuously after certain intervals of time. The sms will be sent through GSM Modem Sim 300 attached with the AT89C52 Micro controller.To provide time, i will use RTC. The SMS send through GSM modem should have...
  4. P

    how to install fedora 12 on windows 7 as dual boot.

    @sunil880089: Why do u want to install fedora on dual boot ? The best thing is the Virtualization Technology. Use Oracle Virtual Box or VMWARE WORKSTATION to install fedora. Just google for Virtual Box, its Open source software and easy to install. Virtualization helps u to use multiple OS on ur...
  5. P

    Interfacing gsm modem, rtc, and at89c52 microcontroller

    Hi Guys, hw r u all ......? i am working on a project, in which i have to send sms continuously after certain intervals of time. The sms will be sent through GSM Modem Sim 300 attached with the AT89C52 Micro controller.To provide time, i will use RTC. The SMS send through GSM modem should...
  6. P

    SMS through GSM Modem SIM300 and at89c52

    hi guys i m doing a project in which i have to send sms.but i couldnot able to send sms . i also wanted to display the modem responses on lcd. please upload program any who has already done this kind of project.....:-? #include<at89x52.h> #define lcd_data_pin P2 sbit BUSY=P2^7; sbit rs=P1^0...
  7. P

    Gsm based energy meter reading

    @rakesh_sharma ,will they help in codings?
  8. P

    Gsm based energy meter reading

    @rakesh sharma, i don't want to buy a fully made project from the market. i want to do it by myself
  9. P

    Gsm based energy meter reading

    i want to write 0.0312 to eeprom. can you give ur email id so that i can send some codings to check.
  10. P

    Gsm based energy meter reading

    @jayanth.devarayanadurga, thanks for ur help. Can i use at89s52 mcu ? reading after 800 pulses will be 0.2496. my gsm module datasheet,go to link https://www.uploadmb.com/dw.php?id=1362327200 what about the displaying reading on lcd?
  11. P

    Gsm based energy meter reading

    @jayanth.devarayanadurga,thanks for your questions. i don't have any idea what to do if these conditions occur during real time operation. can u help in this matter? please also help me in programming to send the meter reading via sms. i don't how to send the readings via sms...... :-(
  12. P

    Gsm based energy meter reading

    The digital power meter was set to display six digits with one decimal point reading in kWh unit and a meter constant of 800 impulse per kWh. The digital power meter has an optocouple meant to couple the impulse count to any external electronic circuitry without direct contact to the digital...
  13. P

    Gsm based energy meter reading

    @jayanth.devarayanadurga, yeah !units has to be stored on eeprom, and has to be checked whether old reading is equal to or mor than 100 units before sending sms to user. can u modify my program given above to add these things. @tpetar can you justify what you said "GSM bill maded by SMS usage...
  14. P

    Gsm based energy meter reading

    thanks for your interest in my project. I developed a code which will count 1000 pulses and increment unit =unit+1. i have not used external interrupt (INT0 PIN3.2 of AT89C51). Please developed this code using EXT INTERRUPT (INT0) & also help me to send the LCD display content by SMS to user...
  15. P

    Gsm based energy meter reading

    sir,im using at89c51 and keil compiler. i hv interfaced energy meters' Cal led with optocoupler mct2e then output from mct2e to microcontroller. but i don't how to count the pulses and display the units on lcd. please help me in coding.

Part and Inventory Search

Back
Top