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 A_Nis

  1. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    first of all i'm sorry for the late reply i was away from here Thank you all for the ideas and i'll check one by one :smile:
  2. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D7 at RB7_bit; sbit LCD_RS_Direction at TRISB2_bit; sbit LCD_EN_Direction at TRISB3_bit; sbit LCD_D4_Direction at TRISB4_bit; sbit...
  3. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    I did and i'm still struggling to fix it :(
  4. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    oh :shock: i'll check it after fixing it Thank you both :) - - - Updated - - - i made the change but it still doesn't display "Hello world " it shows like the 3rd image which i have already posted without the middle line(sorry at the moment i don't have resources to take a photo and post it...
  5. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    This is the circuit and the program Link ==> https://www.edaboard.com/threads/299985/ but when it doesn't work i tried simple hello world program // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB6_bit...
  6. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    its 8 MHz does it work or should i have to change it to 4Mhz but it doesn't work with simple connection(without PIC) fades the display pin 1,pin 5,pin 7,pin 8,pin 9,pin10 = GROUND pin 2 = Vcc(5v) pin 3 = 10k variable resistor
  7. A

    [PIC] LCD 16x2 LCD display doesn't work properly (with pic 16f877A)

    Hi I have a common issue that most people that its my LCD Display doesn't work when i tried it with PIC16f877A micro-controller when i input the basic hello world program in to my PIC and the display was like this and sometimes it doesn't display anything at all i have already checked all...
  8. A

    How to modify the progam when replacing DS18S20 with DS18B20

    Thanks alot and hope this is the only change which i have to make
  9. A

    How to modify the progam when replacing DS18S20 with DS18B20

    Hi i'm new with pic programming but i have a project to develop a temperature measuring and alerting system The thing is i have the program for DS18S20 sensor but not for DS18B20 so wanna know the changes which i have to make in my program according to the change of the sensor though i have...

Part and Inventory Search

Back
Top