Verified Commit f397bf62 authored by Jakob Moser's avatar Jakob Moser
Browse files

Configure SPI1 to be enabled

parent 8465762f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ Then, connect the cables to the Pi as described in this chart:
2. Go to “Interface Options”
3. Go to “SPI”
4. Enable it (no reboot necessary)
5. Add the line `dtoverlay=spi1-1cs` somewhere in `/boot/firmware/config.txt` (reboot might be necessary here)

<details>
<summary>Further information on enabling SPI</summary>
@@ -69,6 +70,7 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co
- [Datasheet (de)](https://cdn-reichelt.de/documents/datenblatt/A300/SBC-RFID-RC522_DB.pdf)
- [Instructions (de)](https://cdn-reichelt.de/documents/datenblatt/C300/SBC-RFID-RC522-ANLEITUNG-08-07-2019.pdf)
- [Instructions (en)](https://cdn-reichelt.de/documents/datenblatt/C300/SBC-RFID-RC522-MANUAL-08-07-2019.pdf)
- [How to enable SPI0 and SPI1 at the same time](https://raspberrypi.stackexchange.com/questions/73346/how-to-enable-spi1-and-spi0-at-the-same-time)
</details>

### WiFi hotspot