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 newwbies

  1. N

    pic is outside program memory for goto/call instruction

    hello.. what is wrong if the pic is outside program memory for goto/call instruction...?? and what can i do to resolve that one??
  2. N

    pic16f84a 8 bit to 4 bit program

    it says,.. attemted to read after writing a single nibble.. and attemted to write after reading a single nibble.... - - - Updated - - - tnx... ill try it... :) - - - Updated - - - i read it... but the pic he is using is pic16F628... :(
  3. N

    pic16f84a 8 bit to 4 bit program

    im trying to make my lcd 8 bit to a 4 bit one so i can utilize the other pins of my pic16f84a, but when i run it in the proteus. there are so many errors.. i dont know whats wrong with it.. and i i dont understand it.. could you please help me.. heres the code and the circuit...
  4. N

    clock using pic16f84a with lcd and keypad asm

    thank you for your help and info.. ill read it.. thank you..
  5. N

    clock using pic16f84a with lcd and keypad asm

    thank you sooo much for your help. anyway this is the circuit diagram.. and the crystal that im using is 4mhz.. thank you.. :)
  6. N

    clock using pic16f84a with lcd and keypad asm

    Ahmm hello.. this is the code. Im still new in writing asm codes.... Processor 16F84A #include "p16F84A.inc" __CONFIG _CP_OFF & _PWRTE_OFF & _WDT_OFF & _XT_OSC ;Automatic Fish Feeder #Define glatch PORTA,3 #Define lcd_e PORTA,2 #Define lcd_rw PORTA,1 #Define lcd_rs PORTA,0...
  7. N

    clock using pic16f84a with lcd and keypad asm

    hello i really need an asm program in this.. i have already the clock program but i cant seem to set the time with the keypad to the lcd.. i really hope you could help me.. :'(

Part and Inventory Search

Back
Top