-
Notifications
You must be signed in to change notification settings - Fork 3
General SPI Tutorial
SPI has a few interesting aspects that you may not be expecting. First off, some devices may be read-only, or write-only, and may not even have a pin for the other direction. Secondly, all SPI transfers are simultaneous and equal read and write. For every byte you write, you receive one byte in return. How can both of those be true? Stay tuned.
[... to be continued]

Quick Links:
NuGet
Pin Diagrams: RPi | BBB
Developers: CaiB, Baldstrom
General Info:
Home
Common Issues
Getting Started
Supported Devices
Sections:
Logging
DataLog
Filters
Hardware I/O:
- BeagleBone Black
- Raspberry Pi
- Pin Diagrams: RPi | BBB
- GPIO: Using | For Beginners
- PWM: Using | For Beginners
- ADC: Using | For Beginners
- I2C: Using | For Beginners
- SPI: Using | For Beginners
- UART: Using | For Beginners
- CAN: Using | For Beginners
Networking
Sensors
StateStore
Other: Interesting Case Studies