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 vasiliugeo

  1. V

    Problem with I2C code and a slave mode

    I need help with i2c nobody?
  2. V

    Problem with I2C code and a slave mode

    I did a communication between a dspic 33 fj256gp710 as a master (on a explorer 16 board) and a pic 16f887 as a slave (on a pickit 2 board). When I'm runnig the programs(both master and slave) in animate mode it is ok for the first cycle, in next cycle thoose does not syncronize I think. In...
  3. V

    problems with I2C communication

    i2c1con is not working, when I wrote the code I folowed the chapre :Communicating as a single master.. from the atached document :(( Help me please
  4. V

    problems with I2C communication

    i2c1brg this microcontroler hasn't a register to setup it like a master properly, I am using the pull-up resistors. Today I will use a osciloscope and I will let you know guys if it works. Thanks.
  5. V

    problems with I2C communication

    i2c1con dspic i'm using 7-bit adressing, and i'm waiting there for the ack I think it is ok there. Can I see with the Pickit 2 analizer the signals from the bus? I did some modifications : #include <p33FJ256GP710.h> unsigned char Hbyte,Lbyte, x; #define SCL1 TRISGbits.TRISG2 //cu ac...
  6. V

    problems with I2C communication

    pickit2 i2c Hy to everybody, I'm new here. I'm woerking right now at my diploma project: I want to make a I2C communication between a Explorer 16 board from Microchip which has a dsPic33fj256gp710(I want to be the master one) and a pickit2 which has a pic16f887(the slave one). I wrote the...
  7. V

    Questions about I2C baud rate for PIC18F452

    Re: i2c baud rate doesn't depend if the mcu is slave or master?

Part and Inventory Search

Back
Top