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 joynal

  1. J

    Coding help custom lcd display

    Hi, I don't know how to coding this custom lcd display, i want to use this display.. i using PIC16F877a Any one give me code..
  2. J

    [PIC] pic12f675 pin is not working

    I am using pic12f675 . This IC GP4,GP5 pin is not working.... :???: anyone solve this coding... // PIN difine... #define Green_Led GP1_bit #define Yellow_Led GP2_bit #define Blue_Led GP4_bit #define Red_Led GP5_bit int ADC_Value; void main() {...
  3. J

    How coding for nokia 3311 display.

    I am using LM016L LCD my simple project and i want to use Nokia 3311 display. I don't know how to coding for Nokia 3311 display, anyone help me? Code: // Lcd pinout settings sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D7 at RB7_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D5 at...
  4. J

    [PIC] PIC16F676 INPUT OUTPU Coding help

    I want to use PIC16F676, & programing mikroc i don't understand how to coding input and output. input port RA0/AN0 RA2/AN2 RC0/AN4 RA3 And other port want output port RA5 RA4 RC5 RC4 RC3/AN7 RC1/AN5 RC2AN6
  5. J

    [SOLVED] how to coding led on off

    thank you my code is Solved...
  6. J

    [SOLVED] how to coding led on off

    thank you for replay betwixt (switch 1) if switch 1 press led1 off and led2 on, if i press switch again do alternative. (switch 2) if switch 2 press led1 on and led3 on, if i press switch again do alternative. i using c and mikroc software, and i want to run PIC16F877A
  7. J

    How to copy microcontollar PIC16f73 from pc?

    when i insert hex file in ic this time protection on .
  8. J

    [SOLVED] how to coding led on off

    How can i coding, when 1st switch press 1st led off 2nd led on, again 1st switch press 1st led on 2nd led off. when 2nd switch press 1st led off 3rd led on, again 2nd switch press 1st led on 3rd led off. this like coding....
  9. J

    LED blinking program help on c program

    How can i coding, when 1st switch press 1st led off 2nd led on, again 1st switch press 1st led on 2nd led off. when 2nd switch press 1st led off 3rd led on, again 2nd switch press 1st led on 3rd led off. this like coding....
  10. J

    How to copy microcontollar PIC16f73 from pc?

    no.... top programmer i using software..
  11. J

    How to copy microcontollar PIC16f73 from pc?

    I have top programmer top2009 version..
  12. J

    How to copy microcontollar PIC16f73 from pc?

    Hi, how can i copy pic16f73 form pc. have any software can anyone help me?:grin:

Part and Inventory Search

Back
Top