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 Ekansh_Kaushal

  1. E

    [AVR] SPI code to transmit the received data

    thank u for your advice Susan. can u help me correct hte transrecieve part of my code?? i would be forever greatful thanks in advance.
  2. E

    [AVR] SPI code to transmit the received data

    my code is #include<avr/io.h> #include<util/delay.h> #include<stdlib.h> #define rs PC0 #define rw PC1 #define en PC2 #define pl PA0 functions for lcd data functions for lcd cmds function for string unsigned int spi_tranceiver (uint8_t data) { data=0; SPDR = data...
  3. E

    [AVR] SPI code to transmit the received data

    controller i am using is atmega16 and trying to write a code in embedded c language and another problem i am facing is that the mcu is not generating the serial clock sck i have declaired the pin as outout as well. kindly help.
  4. E

    [AVR] SPI code to transmit the received data

    hi guys i am new to programming and wanted some help with my project as i am trying to receive the data from 74hc165 parallel to serial shift register and want to send the recieved data to 74hc164 can any one help with tx rx part i would be forever greatful.

Part and Inventory Search

Back
Top