Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See Indoor Positioning System.


Anchor
spi
spi
SPI

The MLC / Raspberry Pi is the SPI master. It exchanges data with the LLC / ATmega2560. The communication is synchronous, i.e. the LLC waits for the MLC to initiate the exchange. SPI is full duplex, the input and output data are exchanged simultaneously.


https://git.rwth-aachen.de/CPM/Project/Lab/software/blob/master/vehicle_atmega2560_firmware/vehicle_atmega2560_firmware/spi_packets.h

https://git.rwth-aachen.de/CPM/Project/Lab/software/blob/master/vehicle_atmega2560_firmware/vehicle_atmega2560_firmware/spi.c

Simulation Mode

TODO