Giter Site home page Giter Site logo

Comments (4)

Gadgetoid avatar Gadgetoid commented on June 1, 2024

Chip-Select 0 is, indeed, BCM8. That CS0_PIN variable should probably just be CS0 since it refers to an SPI Chip-Select channel and not a BCM pin. MOSI and SCLK are also implicit to SPI port 0- so spidev.SpiDev(0, 0) uses BCM 10, BCM 9, BCM 11 and BCM 8.

You should also ensure all the Groudn connections are made and, potentially, also Physical Pin 17 (the other 3.3v power)

from inky.

JimMadge avatar JimMadge commented on June 1, 2024

Thanks for your help, here is what I found.

Chip pins,

  • BCM 17 (Chip Busy)
  • BCM 27 (Chip Reset)
  • BCM 22 (Chip Command)

SPI pins,

  • BCM 8 (SPI Chip Select)
  • BCM 9 (SPI MISO)
  • BCM 10 (SPI MOSI)
  • BCM 11 (SPI SCLK)

Power pins,

  • Physical pin 1 (3v3)
  • Physical pin 2 (5v)
  • Any one ground pin (except 30!?) (6, 9, 14, 20, 25, 34, 39)

I wonder if the ground pin issue is just my board. Would you like me to make a pull request documenting these pins (and possibly renaming the CS0_PIN variable) somewhere in the repository?

I will make a pull request on https://github.com/gadgetoid/Pinout.xyz to add the missing SPI pin.

from inky.

Gadgetoid avatar Gadgetoid commented on June 1, 2024

I don't believe MISO (BCM11) is phsyically connected, but otherwise this seems sensible.

Documentation is always welcome.. and- yes- that CS0_PIN variable could stand to have less confusing name.

from inky.

JimMadge avatar JimMadge commented on June 1, 2024

I had another chance to check. I was mistaken, MISO is not required.

from inky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.