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 vattipalli

  1. V

    How to test a sensor without interfacing it with microcontroller?

    Re: how to test a sensor without using a micro controller we have to check it....using a simple circuit..is it possible....and all are digital sensors which are in shape of ics...
  2. V

    How to test a sensor without interfacing it with microcontroller?

    Re: how to test a sensor the sensors used are GP2Y1010AU0F Compact Optical Dust Sensor manufactured by sharp,MLX90614 Infra Red Thermometer manufactured by melexis, HIH-4030/31 humidity sensor manufactured by honeywell,TSL235R LIGHT-TO-FREQUENCY CONVERTER manufactured by TAOS (texas advanced...
  3. V

    How to test a sensor without interfacing it with microcontroller?

    hi, in my project i am using temperature , humidity , dust and light sensors....my guide told me to test any two sensors . how can i test a sensor without interfacing it to a micro controller...
  4. V

    Help me with a project which interfaces temperature and pressure sensors to 8051

    k, thank u finally iam using a humidity, water level indicator, temperature , pressure sensors.....
  5. V

    Help me with a project which interfaces temperature and pressure sensors to 8051

    hi, i am using c8051f930 controller which has inbuilt temperature sensor....my prob is what other sensors i can interface.....give some idea...
  6. V

    Help me with a project which interfaces temperature and pressure sensors to 8051

    Re: need help in project hi shivaram, it is an application of industrial automation ...such as reading temperature and pressure from a boiler..etc
  7. V

    Help me with a project which interfaces temperature and pressure sensors to 8051

    hi, actually my project is to interface temperature and pressure sensors to 8051 micro controller and transfer data using zigbee transceiver, but my guide told me to add some more sensors to 8051. can anyone help me regarding what sensors i can use... it is an industrial automation application.
  8. V

    [SOLVED] conversion of hexadecimal to decimal code in 8051 embedded c

    c8051f920 silicon labs microcontroller. keil compiler
  9. V

    [SOLVED] conversion of hexadecimal to decimal code in 8051 embedded c

    // to initialize adc. #include <compiler_defs.h> #include <c8051f930_defs.h> #include <math.h> void Timer_Init() { TCON = 0x40; TMOD = 0x20; TH1 = 0x96; } void UART_Init() { SCON0 = 0x10; } void OSC_INIT(void) { FLSCL = 0x40; OSCICN = 0x8f...
  10. V

    [SOLVED] conversion of hexadecimal to decimal code in 8051 embedded c

    hi, my work is to read data from temperature sensor which is interfaced to 8051, i can read it but to display it , i need to convert hexadecimal to decimal, plz any one give some info how i can convert it and display it.
  11. V

    need help baud rate generate

    can any one plz explain what is baud rate and how it is generated......plz
  12. V

    Zigbeeeee informationnn

    hi nikhilele, Transmission range is between 10 and 75 meters (33 and 246 feet) and up to 1500 meters for zigbee pro, although it is heavily dependent on the particular environment. The output power of the radios is generally 0 dBm (1 mW). so the typical communication range of zigbee is 75mts. u...
  13. V

    Zigbeeeee informationnn

    zigbee is a ieee802.15.4 wireless protocol used to transfer data up to 75mts with a speed of 250kbps. if u want more info about zigbee search for mrf24j40 data sheet in google.
  14. V

    how can i interface temperature sensor to 8051

    few days back i started learning 8051 plz suggest some tips....

Part and Inventory Search

Back
Top