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 slurp

  1. S

    connecting TOUCHSCREEN AND pic16F877a

    Hi engshahrul. Glad to receiver your reply. hmm..Modbus? Never heard of it...but I am reading up on it. https://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf You seem certain that I can connect my PIC16F877a with the touchscreen module using MODBUS PROTOCOL. Q1) May I know how...
  2. S

    connecting TOUCHSCREEN AND pic16F877a

    the datasheet for the above mentioned gt01. thanks engshahrul ~slurp~
  3. S

    Need Assembly code for creating a USB module using pic18F4550

    interested to set up the USB module using PIC16F877a could anyone here assist me in searching for the codings in assembly manguage preferbly....for creating a USB module with the PIC? I want to use PIC16F877a to connect with the serial USB... but was told it's very troublesome.or impossible. is...
  4. S

    How to I2C for many data?

    hi FvM, i am so glad you took notice of my post. I have read and have followed the I2C PDF presentaiton by Microchip. However, the presentation shows I2C in assembly language (which is the language I want to use) but it only Write/Read a data (in this case, 34h written into 12h and then read...
  5. S

    connecting TOUCHSCREEN AND pic16F877a

    I purchased a Panasonic Programmable Display (GT01) whic is a touchscreen device. I would like to to connect it to a PIC16F877a. Q1) how can i do that? the concept is for communication between the 16F877a and GT01. With 16F877a as the domain controlling (sending data) to the GT01 and display...
  6. S

    How to I2C for many data?

    How to I2C for many data? ;the part hightlighted in different color are added by myself call Data_Seq Data_Seq movlw LC01ADDR ;ADDRESS LOCATION 12H movwf FSR ;fSR = 12h movlw 34h movwf INDF ;@12h = 34h incf FSR,F movlw 44h movwf INDF ;@13h = 44h incf FSR,F movlw 55h ;@14h = 55h movwf INDF...
  7. S

    How to I2C for many data?

    ;the part hightlighted in different color are added by myself call Data_Seq Data_Seq movlw LC01ADDR ;ADDRESS LOCATION 12H movwf FSR ;fSR = 12h movlw 34h movwf INDF ;@12h = 34h incf FSR,F movlw 44h movwf INDF ;@13h = 44h incf FSR,F movlw 55h ;@14h = 55h movwf INDF return...
  8. S

    How to I2C for many data?

    Dear Eda-board-ians, From a past thread , i received the links such as below. **broken link removed** Here is the assembler code example **broken link removed** I have read them, and have followed the I2C PDF presentaiton by Microchip from one of the links above. However, the...
  9. S

    communication between 16F877a and 24LC04B (external EEPROM) use i2c protocol??

    **broken link removed** Here is the assembler code example **broken link removed** And here is more information from Microchip website about i2c https://ww1.microchip.com/downloads/en/DeviceDoc/i2c.pdf Hi, I want to thank you for sharing with me the above links. I read the presentation...
  10. S

    communication between 16F877a and 24LC04B (external EEPROM) use i2c protocol??

    I am sorry Kandhu, But I do not see any attachments of yours. Anyhow, I would like to ask. What are the CONFIG for 16F877 and 16F877a? I am sure they are different, but I do not seem to get it from the datasheet. cheers, slurp
  11. S

    Capacitor help me please?

    Hi, in a circuit where i need a 0.1uFarad Capcitor, but I don't have it on hand. can i replace the 0.1uFarad capacitor with a 0.47uFarad capcitor instead? Q1) Does it affect the Circuitry??? I am using that 0.1uF in the PIC16F877a circuitry where these capcitors are fixed at the VSS and VDD...
  12. S

    communication between 16F877a and 24LC04B (external EEPROM) use i2c protocol??

    Hi kandhu... What tutorial are you referring to? the one shared by CK? cheers, slurp
  13. S

    communication between 16F877a and 24LC04B (external EEPROM) use i2c protocol??

    Good-day ckshivaram, Thank you for the detailed answers. However, I tried to open your shared Tutorial 10 file, but i could not using MPLAB IDE. Should I instead open it with the CCS? What would you suggest for me to verify/see the External EEPROM's memory? Else How am I able to know it is...
  14. S

    communication between 16F877a and 24LC04B (external EEPROM) use i2c protocol??

    Hello to all edaboard-ians, Would like to ask some questions with regards to the above topic. I am trying my hands on connecting and write/read between the PIC16F877a and the External EEPROM 24LC04B. However, I DO NOT how to starts its I2C program/protocol. Q1) To communicate between the...

Part and Inventory Search

Back
Top