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 caesarsrilanka

  1. C

    I need to know what is the minimum voltage that a micro-controller can detect

    Refer the datasheet of the controller which you are using............
  2. C

    Interfacing GPS module with RS232 with PIC 16F877A and transmit the received data

    you can do it.... just use RX pin to receive then TX to transmit through bluetooth. Do not forget to connect Ground for both.
  3. C

    How to detect mobile number

    01. you can contact your service provider and ask them is there a ussd code to get sim no. 02. Ring / send a SMS to a mobile using the module commands.
  4. C

    proteus MMC image file help ?

    You can do this... please see my above post. you have to just change extention of file to .edk (as i remember) to .mmc
  5. C

    Connecting MicroController to GSM modem via RS232

    check the data sheet for the modem .... as i remember pin connection of the modem is 2,6,9,14. i couldnt remember the order rx,tx,ground. reset.
  6. C

    Remove debounce on IR Sensor

    Either your ir sensor is keeping output the same value than u expected or ur adc buffer keeps the same value when u come to the loop again. have more delay or limiit ir sensing output or clear the adc buffer....
  7. C

    Serial communication without hyperterminal

    if u dont want to use windows hyperteminal you can use Terminal programme by Bray++. just google it and u will find that. The other method is write an interface programme using c or vb.net. later is much easier...
  8. C

    why this code does not showing value on LCD~

    Try to change the project path to a much simple one. (i.e. copy your project directory to c:\ or D:\ . So the path names of the files will reduce. and this will enable the compiler to get all the files for compilation. sometimes compilers dont include all the files for compilation if the path to...
  9. C

    proteus MMC image file help ?

    you can use virtual usb drive also. Then you can implement FAT file system on virtual usb drive and create .mmc file. do the simulation using proteus read the file again using a pc. i have done this for a data logger and its working well

Part and Inventory Search

Back
Top