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 aduri

  1. A

    [mikrobasic] polling, adc fast and usart pic18f4550

    Hello everyone, my goal is to sample 2 sine (only positive) pulse signals (Va, and Vk) 70 times each in 10 msec to 7 times as the negative grid voltages. The start is controlled by a polling on rb0. I did the same thing with a PIC16F877A, without the fast adc function but with adc mikroBasic...
  2. A

    pic oscilloscope with pic18F4550

    Hello everyone, my goal is to get an oscilloscope in XY mode that works to make a curvetracer. The display on the oscilloscope with the analog part is finished. For the digital oscilloscope I used a PIC18F4550 with 20MHz oscill. and Glcd 128x64 Wintek the mod. W12864A. It works but has a...
  3. A

    LCD without zero-Mikrobasic code for radio frequency control

    Re: LCD without zero Thank you, I solved with your code. Ciao Antonio
  4. A

    LCD without zero-Mikrobasic code for radio frequency control

    LCD without zero Hello, This code (Mikrobasic) converts an analogical value in a binary for a radio frequency control. This's the code: cod_fine: byteAdcbin1 = Dec2Bcd16(ValoreAdc1) ' conversione da decimale a binario if (ValoreAdc1 =0) then portb=255 'led or contraves on pins 32...
  5. A

    Help me fix codes for PIC16F877A rotary encoder with interrupt

    Hello, I tried these 2 programs but they don't work very well. They miss some pulses during the count. Can anybody help me? Thanks '* ' * Project name: Rotary encoder ' * Description: Rotary encoder with interrupt ' * Test configuration: ' board: My Board Aduri ' MCU...
  6. A

    exadec. LCD LM039 with pic

    lm039 hi I have a lot of Exadecimal LCD models LM039 with driver uPD7225 but I am not able to use them with a pic16f628A or other mid-range pic. I can use mikrobasic, if someone has implemented software with this (or even another) language, perhaps you can give me a hand... thanks in advance!!!
  7. A

    EXADECIMAL LCD LM039 with PIC

    exadecimal hi:D I have a lot of Exadecimal LCD models LM039 with driver uPD7225 but I am not able to use them with a pic16f628.:cry: I can use mikrobasic, if someone has implemented software with this (or even another) language, perhaps you can give me a hand... thanks in advance!!!

Part and Inventory Search

Back
Top