Communication between DB-410C as a master with ARDUINO Mega as a slave device
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install spidev
This driver can be enabled by the following Kconfig option:
CONFIG_SPI_SPIDEV=y (or) CONFIG_SPI_SPIDEV=m
git clone https://github.com/96boards/dt-update
cd dt-update
make
sudo scripts/db410c/enable-spidev.sh
sudo reboot now
DB410C | ARDUINO MEGA |
---|---|
CLK(8) | SCK |
MISO(10) | MISO |
CS(12) | SS |
MOSI(14) | MOSI |
git clone https://github.com/alokm014/DB-410C-spidev.git
cd DB-410C-spidev
sudo python spidev.py
- Creator: ALOK MISHRA
- Project Name: DB-410C-spidev
- Type of Project: Demonstration
- Project Category: spi
- Board(s) used: DragonBoard 410c
- Difficulty level: Beginner
ALOK MISHRA: Website | Linkedin | Facebook | YouTube | iceUp