• SPI communication between two microcontrollers
    Hello everyone, I am trying to make communication between an STM32F3 microcontroller and a custom board baser on PIC microcontroller using SPI protocol. The STM32F3 acts as a Slave and the custom...
  • Serial communication between two AT89C51 chips
    Greeting everyone Do you know any good tutorial for me to learn how to set up a serial communication between two AT89C51 chips in C language and a schematic layout? Thank in advance Manoz Joshi...
  • SPI communication between two STM32 microcontroller
    Hello everyone, I am trying to communication between two STM32F4 microcontroller using SPI protocol. here i am using SPI3. Here i am configuring one STM32 as master & the other as Slave. I have...
  • how to make serial communication between two 8051 microcontroller
    how to make serial communication between two 8051 microcontroller
  • Serial data between two 8051
    I would like to have my two 89C51RD2 communicate with each other via UART. They are connected such that one TX pin is connected to the other's RX pin and vice versa. I tried sending byte by byte and...