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 mostafa_wahba

  1. M

    I have aproblem in this code

    I'm working on a project on Atmega16 and i send data throw I2C from slave to master and the problem here is that the slave receive the address and don't send the data to the master i want to know the error in the code the code of the master #include <avr/io.h> #include <util/delay.h> #include...
  2. M

    I need I2C code (C code) urgently

    Thank you very much I'll work on it
  3. M

    I need I2C code (C code) urgently

    I'm using 2 Atmega16 MCUs and i want to interface between them using I2C and i know the pins configuration but i don't know the code which i should write can any one help me??
  4. M

    SPI Data Transmission

    hey all i've two MCU (Atmega16) and i connected them with SPI protocol and i want to know how to transmit the information between them should i choose specific port which will be read by the two MCU??
  5. M

    i can't understand SPI well

    thank you very much alex
  6. M

    i can't understand SPI well

    i know that in the pic spi has 4 pins CS , SDI , SDO , CLk and in atmega they are SS , MOSI , MISO , SCK and in mazidi avr reference the spi explained with SDI ,SDO and i don't know what's the pins in the avr that like pic ones for example is MOSI is like SDI? is MISO is like SDO? is SS is...
  7. M

    i can't understand SPI well

    is there any problem from making master ic receive data and the slave send data? because someone told me that master only send data
  8. M

    i can't understand SPI well

    hey all i have a little problem in understanding the SPI i want to send data from slave to a master and i don't know the wright connections and the wright code and also i want to know how will i transfer the data should i send the data to specific port or i can use any port for the output i'm...

Part and Inventory Search

Back
Top