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 gaurav_sharma132

  1. G

    simulating using Proteus

    No, I checked it again it is not constant. Actually what I'm doing is trying to simulate built-in function in Arduino 1.0 and checking out the results. There is one funcion: https://arduino.cc/en/Reference/PulseIn So here are what I observed 100Hz -- 5ms(expected) --...
  2. G

    simulating using Proteus

    I Have one confusion in regarding Proteus ISIS simulation. As I'm generating the pulse of period 10ms using pulse generator. Then I'm measuring the pulse width of it i.e 5ms and displaying it on LCD using ATmega328P. Pulse width verified on Proteus oscilloscope. But LCD displaying pulse width...
  3. G

    Interfacing RSW-434 TSW-434 With 8051

    Nice work ctownsend .... thread is helpful.
  4. G

    PDS - Design Simulation Tutorial Recommendations

    I have made a circuit for simulation in proteus but when I try to simulate it error comes i.e "VCC and GND nets are connected- check net GND!". So please help to rectify this error.
  5. G

    Problem with wireless serial transmisson

    Betwixt really thanks for all this information. :smile: I posted this problem long time before. And reading it now again. Its very refreshing. :smile: I will experiment with this coding scheme because due to shortage of time I developed Spy robot Using encoder/decoder and LabVIEW.
  6. G

    Bulb Light Intensity control using 8051

    No, actually in C all done by it automatically. Like I have to mention only interrupt number along with the function For Example 0 is for INT0 and 2 is for INT1. And if the interrupt code exceeds its pre defined memory then it automatically shifts to General purpose memory.
  7. G

    Bulb Light Intensity control using 8051

    I have already did both things like initialized x=0 and also checked routine on LED's but it didn't work. Yes, firstly I tried same thing but same problem with variable which have the timer value as it is global accessed by two functions(Timer interrupt routine and INT0 routine). Yes but it is...
  8. G

    Bulb Light Intensity control using 8051

    Hello I'm making project on Home automation along with varying light intensity and fan speed using Philips TV remote. There is little problem at software side I'm facing. As at one pin INT0 I have switch and at other INT1 i have ZVS(Zero voltage signal). Both interrupt routines are are edge...
  9. G

    Send several bytes via GPRS - SIM300

    Hi I am also trying to send email through SIM300 but failed. I'm using vodafone GPRS. Through AT+CGATT=1 reply is ok so it is connected to GPRS. But I'm unable to define PDP context and further.. as it gives error. Also response to signal strength command AT+CSQ is always less than 14...
  10. G

    Problem with wireless serial transmisson

    OK!! Thanks you very much ------------------- Regards Gaurav Sharma
  11. G

    Problem with wireless serial transmisson

    Thanks for the encouraging Words. I'll do work on it and make a successful robot..after integrating so many things on it. Now I am going for 6 months training...so may reply in weekend from home or daily from cybercafe :D. -------------------- Regards Gaurav Sharma
  12. G

    Problem with wireless serial transmisson

    I am thinking...It is really difficult until and unless I go through some ebook... May be have to switch to encoder/decoder. :cry: ------------------ Regards Gaurav Sharma
  13. G

    Problem with wireless serial transmisson

    How do I receive the data(55h or 0AAh) to synchronize receiver and transmitter. It is bit by bit or complete byte ??? Or If you can please give small programming example. Thanks -------------------- Regards Gaurav Sharma
  14. G

    Problem with wireless serial transmisson

    Is it necessary to rotate data+its compliment received as to extract data. Cant we simply pick up the whole data+its complement and initiate corresponding event in receiver. For example if I Have to send 0Ah then I have to send 10 01 10 01 or 99H Now in receiver we have to extract 0Ah(by...
  15. G

    Problem with wireless serial transmisson

    Really nice description Brian. You have good knowledge. Hats off!! Now my interest in this is increased more. :D So can you please refer me any ebook regarding this. So that I can read it myself which prevent you to write here long post and may save your time. Thanks --------------- Regards...

Part and Inventory Search

Back
Top