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 flamesier

  1. F

    SMD Diode Part enquiry

    hi all, im trying to replace this diode, but the marking is just mentioning as per attached image. could anyone please give me insight maybe based on previous experience what is the part number for this. really appreciate your help. First Line :2U Second Line : 55 thanks. Ram.
  2. F

    hex file converting due to old version of mikroC pro for pic

    my mikroC software seems to be outdated. V6.0.0 can anyone help to convert this code to hex file please. need it badly. thanks. // VARIABLES char second = 0; char second_old = 0; char minute = 0; char minute_ten = 0; char minute_one = 0; char hour = 0; char hour_ten = 0; char hour_one =...
  3. F

    [PIC] Building issues with mikroC using pic18f252

    hi all, im trying to build a code for a digital clock and MikroC unable to build the code. please see below image for details. anything i missed out on this? how to declare the required? some help on this would be great. if you need the full code, please let me know.
  4. F

    xbee voltmeter using pic16f887

    yes...is this something that u are saying?
  5. F

    xbee voltmeter using pic16f887

    ok...everything is working fine now.. but can i use this to measure rms value of an ac voltage?220vac? this is the modified circuit... i am trying to display ac voltage in the display...
  6. F

    xbee voltmeter using pic16f887

    thank you sir!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! it works great!!!!! u are a genius!!!:D
  7. F

    xbee voltmeter using pic16f887

    void main() { float adc_rd; char volt; unsigned char str_adc_val[17]; unsigned int i = 0; ANSEL = 0b00000100; // Configure AN2 pin as analog ANSELH=0; //other are digital INTCON=0; //disable interrupts ADCON0=1; //ADC enable(bit1) CM1CON0=0; //disable comparators CM2CON0=0; //ADCON1 =...
  8. F

    xbee voltmeter using pic16f887

    thank you for your fast reply!! really appreciate it....exactly this transmitting area is my weakness... i done something with my code.. is this ok? void main() { int adc_rd; //char text[12]; unsigned char str_adc_val[17]; unsigned int i = 0; ANSEL = 0b00000100; // Configure AN2 pin as...
  9. F

    xbee voltmeter using pic16f887

    ok...after this is done..how i can possibly send the X value to the pc?i am totally blank on this sending to pc (uart) part only...other calculation all ok for me... i am totally confused on the sending... if i do this calculation and insert the uart part as the old code, the value is not being...
  10. F

    xbee voltmeter using pic16f887

    i want to send this value to an xbee connected to the computer...i have tested the hardware mode itself...the xctu software only displaying the adc value..i cannot make it to display the value in actual voltage value lets say im measuring 4.99 volts-the display software will display 1023 only...
  11. F

    xbee voltmeter using pic16f887

    hi xbased, im sorry for the confusion i created. what i meant was i know how to convert the adc value to volt... i already can display it in lcd... but every time i convert it and sent it via uart, the terminal is not displaying anything... the best i can go is only displaying the adc value in...
  12. F

    xbee voltmeter using pic16f887

    hi, im new to programming.. but managed to do this...below.. i want to measure the actual voltage that is being measured..but everytime i tried its not displaying anything... after some editing i managed to display the adc value that is being read by the pic16f887... can anyone help me on how...
  13. F

    Sound Level Meter base on LM3915

    can the output led be connected so that it can light up an ac bulb? im trying with triac bt66 but the light wont blink according to the sound.. it stays on...somebody please help me...its quite urgent...

Part and Inventory Search

Back
Top