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 pratyathedon

  1. P

    Project related with mouse(Mouseless)

    Has anyone thought about the project by pranav mistry called mouseless. Where a IR Laser with IR camera is embedded with computer.Does anyone has any idea about this project.How to use/interface an IR camera with PC.
  2. P

    RT Simulator and compiler for controller for both assembly and C

    Want a graphical windows based simulator.to see or add different devices with µc.like interfacing multiple devices i.e LCD,Stepper,DC motors segments ,RTC etc
  3. P

    Controlling stepper motor with parallel port

    i am using winxp & using c language .here is a sample program.can anyone plz explain this #include<stdio.h> #include<conio.h> #include<dos.h> void main() { int i=15; char c; clrscr(); outportb(890,00);//890 is control port address while(!kbhit()) { outport(0x378,7); msdelay(i)...
  4. P

    Assembly language (8051) interrupt

    Hi,I am using Sim31 and Asm31 softwares. i want to make a program to calculate addition,division,multiplication,subtraction. i am using SIM31(simulator) and want the user to to make a choice from the above four operation.how to use the interrupts in this . i want the program too.
  5. P

    C program explanation

    //Encryption-Decryption #include<stdio.h> void main() { FILE *fp,*fp1; int ch; char name[20],temp[20]={"Temp.txt"},c; clrscr(); printf("Press 1 to EncryptPress 2 to Decrypt \n"); printf("Enter your Choice:"); scanf("%d",&ch); switch(ch) { case 1: printf("Enter the filename to Encrypt:")...
  6. P

    Interfacing gas sensors with microcontroller

    What will be the maximum output of the LPG gas sensor.
  7. P

    Interfacing gas sensors with microcontroller

    Contact the dealer on 09448437768 who will arrange send you the said LPG sensor...Cheers just tell me whats his name. and thanks for the reply.i am really angry due to suppliers in our area. they just double the original price. just tell me his name as soon as possible
  8. P

    Interfacing gas sensors with microcontroller

    I live in Pune,Maharashtra,India So plz tell me that from where to buy these sensor without online buying any name of the stores.
  9. P

    Where to buy a CO gas sensor?

    Re: CO gas sensor when 5.0V heater voltage is applied constant for 10 minutes how much will be the temperature after 10 min.
  10. P

    Interfacing gas sensors with microcontroller

    Can plz anybody tell me the temperature range when 5v is applied.i mean what will the max temperature of gas sensor when heater voltage is applied Added after 14 seconds: Can anybody tell me the temperature range when 5v is applied.i mean what will the max temperature of gas sensor when...
  11. P

    LPG Detector interfacing to 8051

    but They do not sell the source code or hex file with that KIT. they say that they will just give a relevant file but in case how can a beginner will do that Added after 1 minutes: i also want to ask you that do the microcontroller comes with a burned program or not
  12. P

    P89V51RD2 problem during reset

    Do this values of resistor and capacitor matters. i mean that if i use a 10k resistor instead of 8k2 and 10uf/35v instead of 10uf/16v does it will have any problem
  13. P

    Interfacing gas sensors with microcontroller

    can anybody plz post some prices of different sensors. like for alcohol sensor,co,co2,LPG sensors. Added after 30 minutes: i want to measure the value/ambient level of the gas so according to above schematic if i use TLC548 A/d conv. i'm using P89V51RD2 micro-controller. so pin 5,7,6 of A/D...
  14. P

    Interfacing gas sensors with microcontroller

    But can anybody plz give me neat schematic diagram using ADC. Coz i have not understood the above schematic.
  15. P

    Interfacing gas sensors with microcontroller

    what will be the o/p of gas A/D converter(assume A/d converter is connected to sensor).do the program to be made for microcontroller will be a tough one.

Part and Inventory Search

Back
Top