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 ANTI_HACKER

  1. A

    MMSE of a Gaussian noisy image

    Hi everyone, I have a Gaussian noise corrupted image and I need to know how can I find the MMSE estimate of the entire noisy image in MATLAB? or how can I find the MMSE estimate of a Gaussian noise vector/signal (because I can divide the entire image into small patch vectors)? Thanks.
  2. A

    Mobile connection with hyper terminal

    I have been working on sim900d a lot and its communication with pc and micro-controllers. I have a NOKIA 5130 XPRESS MUSIC cell phone.. I want to connect it to my PC using its data cable and check the AT-COMMANDS.. I connected the phone using data cable and 9600 baud but at-commands not...
  3. A

    Fuel Measuring circuit

    I didn't understand how the circuit in that link is a fuel measurement circuit. I know how to measure the water level in a tank but I have to measure PETROL so i cannot use the water level circuit because any spark can create harm. I need a circuit and suggestions for measuring petrol level in a...
  4. A

    Fuel Measuring circuit

    I am working on a project in which I have to add a fuel measuring circuit. I googled it but didn't get a specific link. Can anyone help me with such circuit? Thanks in advance
  5. A

    GPS location marker on google maps

    I am receiving my coordinates from a GPS device on com1 serial port. Now, I want to show the coordinates on the map using google maps. The problem is that I want to animate the marker because the coordinates are continuously received, I want the google map marker to move as it receives the...
  6. A

    Gsm interfacing with atmega16

    This is my code here please check it and guide me through this.. I have communicated through 4800 but I am having problem with 9600 baud kindly tell me the clock value and and the baud values of the terminal and com port in proteus please.. i am waiting #include <mega16.h> #include <delay.h>...
  7. A

    RFID ID20 and atmega16

    Would you tell me how did you find the code from the long string ? I mean how to convert them into each other?
  8. A

    RFID ID20 and atmega16

    in both unsigned int buffer[2] or int buffer[2] following two errors are given " Error: D:\RFID PROJECT\CODE.c(924): function argument #2 of type 'int [2]' is incompatible with required parameter of type 'unsigned char *' " at " itoa(data,buffer,10); " . . . and . . "...
  9. A

    RFID ID20 and atmega16

    i removed volatile and wrote it as "uint8_t buffer[2];" still giving the same error
  10. A

    RFID ID20 and atmega16

    oh sorrry.. forgot... it says the error is on volatile
  11. A

    RFID ID20 and atmega16

    would you just reconfirm the syntax you give I copy pasted it but the compiler give syntax error " Error: D:\RFID PROJECT\CODE.c(4): missing '(' "
  12. A

    RFID ID20 and atmega16

    Would anyone here help me?
  13. A

    RFID ID20 and atmega16

    yes im using a compatible lcd (JHD 162A) .. i am not using external clock.. its atmega16's builtin 1MHz clock.. code is also for 1MHz.... I have posted the complete folder zipped in the above comments which includes my simulation and code which works on simulation... Download the zip file in...
  14. A

    RFID ID20 and atmega16

    the problem is not with the string yes i am getting 4500D8917D71 as the string on hyperterminal and proteus simulation the problem is that I can display this string successfully on lcd ON SIMULATION(proteus) but when it comes to hardware it displays like " <garbage character>-<garbage...
  15. A

    RFID ID20 and atmega16

    oh yes i have done that.. its executing that function.. i checked that if its receiving the first HEX , up to middle.. its working fine.. On hardware i burn the program in which i defined the tag code and compared it with the one received and that work fine.. i mean the code was received and the...

Part and Inventory Search

Back
Top