Skip to content

Communication between DB-410C as a master with ARDUINO Mega as a slave device

License

Notifications You must be signed in to change notification settings

alokm014/DB-410C-spidev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-410C-spidev

Communication between DB-410C as a master with ARDUINO Mega as a slave device

Installation

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install spidev

Enabling SPI on Dragonboard 410c with SPIDEV

This driver can be enabled by the following Kconfig option:

CONFIG_SPI_SPIDEV=y (or) CONFIG_SPI_SPIDEV=m

Modifying device tree

git clone https://github.com/96boards/dt-update
cd dt-update
make
sudo scripts/db410c/enable-spidev.sh
sudo reboot now

Wiring

DB410C ARDUINO MEGA
CLK(8) SCK
MISO(10) MISO
CS(12) SS
MOSI(14) MOSI

NOTE: Use 8-bit Bidirectional Voltage-Level Translator

Datasheet

Download & Run Code

git clone https://github.com/alokm014/DB-410C-spidev.git
cd DB-410C-spidev
sudo python spidev.py

Project Details

  • Creator: ALOK MISHRA
  • Project Name: DB-410C-spidev
  • Type of Project: Demonstration
  • Project Category: spi
  • Board(s) used: DragonBoard 410c
  • Difficulty level: Beginner

Resources

RSS URL

Social Media Link

ALOK MISHRA: Website | Linkedin | Facebook | YouTube | iceUp


About

Communication between DB-410C as a master with ARDUINO Mega as a slave device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages