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 bhan1992

  1. B

    altium - moving a routed component

    i tried that. but the route still wont follow the component along
  2. B

    altium - moving a routed component

    i want to move a component together with its route from one place to another without having to reroute it again.
  3. B

    changing the entire layout route width (altium)

    i done routing my pcb. but now i want to change the width of the route. what should i do so that i dont have to reroute the board.
  4. B

    altium - output pcb layout to pdf

    hi, i wanted to generate a pdf file from the PCB layout that i have designed. i only want to output the routing & holes on the bottom layer and it must be in black and white. it will be great if i can copy and paste multiple copies of the layout onto a single piece of paper. i tried using the...
  5. B

    IR distance measurement

    i want make a circuit that can measure distance about 3-5 meters range. i want to use ir tx and rx. the signal from the rx is then fed to a pic for processing. how should i create that rx circuit? do i need a op amp in this case? and a diode in between the rx circuit and pic?
  6. B

    pic18f43k22 salvo RTOS

    im trying to blink an led. the rate which it blink depends on the adc value. i have tested that the adc is working fine. but when i load this piece of code, the led just wont light up at all. is there any other way of blinking the led depending on the adc value besides this rtos? #include...
  7. B

    [SOLVED] pic18f43k22 adc wont work

    it works but there is a delay. eg: when i turn the pot to the max, i have to wait for about 15 sec before the LED turns on. and turn i turn the pot the other way, i have to wait another 15 sec before the LED is turned off. my modified code below #include <p18f43k22.h> #include <adc.h> #include...
  8. B

    [SOLVED] pic18f43k22 adc wont work

    im sorry but i don't get you. - - - Updated - - - im feeding the pot with 5v. i try to tune the pot but led doesnt light up
  9. B

    [SOLVED] pic18f43k22 adc wont work

    #include <p18f43k22.h> #include <adc.h> #include <stdlib.h> #include <delays.h> int result, increment; void main (void) { OpenADC(ADC_FOSC_32 & ADC_RIGHT_JUST & ADC_2_TAD, ADC_REF_VDD_VSS, ADC_CH0 & ADC_INT_OFF ); TRISB = 0; while(1) { SetChanADC(ADC_CH0); ConvertADC()...
  10. B

    pic18f43k22 adc error

    i try to build the code below but it gives me the following errors. i checked that 'ADC_8ANA_0REF' is in the 'adc.h' header. #include <p18f43k22.h> #include <adc.h> #include <delays.h> #include <stdlib.h> #include <timers.h> #include <salvo.h> #undef OSC void main (void) { TRISB = 0...
  11. B

    [SOLVED] PIC18f43K22 analog pins

    the pin diagram doesnt show the analog pins. however i found the pin arrangement in the pin summary table is page 8, which is exactly what i want. thanks
  12. B

    [SOLVED] compilation failed. syntax error?

    i duno why but when i compile this piece of code, the compiler says that there is a syntax error at line 11 can any1 tell me whats wrong with my code? #include <p18f452.h> #include <adc.h> #include <stdlib.h> #include <delays.h> int result, increment; void main (void) { OpenADC(ADC_FOSC_32...
  13. B

    [SOLVED] PIC18f43K22 analog pins

    hi, is any1 kind enough to tell me where are all the analog pins on the PIC18F43K22? issit the same as the PIC18F4520? i couldnt find it on the datasheet, it only tell me where the I/O pins. thanks
  14. B

    batteries connected to voltage regulator

    can you tell me why we need a series resistor plz? thanks is it ok that i use a voltage divider instead of 7805?

Part and Inventory Search

Back
Top