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 ala aude

  1. A

    how i read timer as counter

    thanx brother i set the configration bit for the pic and it will be read external pulses then i want to know the number that stored in the counter then i want to out the result in 7segment. its like heart beat monter and i use mikroc if any body help me to write the code
  2. A

    how i read timer as counter

    hi all i want to make the timer work as counter then i want to read the pulse number that inter to pic 16f84a can any body help me plz???? in mikroc
  3. A

    how i put my program after 0x800 in pic?

    Re: bootloader I DIDNT UNDERSTAND YOU EXACTLY what you mean but i will put example and please put your chang on it voi main(){ TRISA=0B00000000; PORTA=0B11001100; }
  4. A

    how i put my program after 0x800 in pic?

    bootloader hi all i work with pic 18f and i use ubw wheker programmer i hav a problem that how i put my program after bootloader in pic( how i put my program after 0x800 in pic) in mikroC
  5. A

    problem in ADC - help needed

    Re: problem in ADC can anyone help me in this problem please? or if its correct way??!!!!
  6. A

    problem in ADC - help needed

    Re: problem in ADC thx for your rep but the real problem is in the x=(y*1000*2.5)/(9.8);its take time bigger than the ADC reading because this i have always take the faild result ????idont know how to resolve this problem the sensor give me 9.8 mV for evrey 1 inch,and when i use a tone this...
  7. A

    problem in ADC - help needed

    problem in ADC please can anyone help me un this code // #pragma org all void Tone1() { Sound_Play(659, 250); // Frequency = 659Hz, duration = 250ms } void Tone2() { Sound_Play(698, 250); // Frequency = 698Hz, duration = 250ms } void Tone3() { Sound_Play(784, 250)...

Part and Inventory Search

Back
Top