Giter VIP home page Giter VIP logo

Comments (9)

tttapa avatar tttapa commented on June 4, 2024

The connections are listed in the comment at the top of the sketch: https://tttapa.github.io/Control-Surface/Doc/Doxygen/da/d78/Toggle-LEDs_8ino-example.html
You cannot change the SPI pins (MOSI, CLK), so you have to use those.

On the Leonardo, you have to change the SS pin to something else, because the SS pin is connected to the RX LED.
That means replacing the SS on line 67 to some other pin number:

SPIShiftRegisterOut<mux.length()> sreg = {SS, MSBFIRST};

If you really can't use the SPI pins (why not?), you could use the bit-banged version, as demonstrated in this example: https://tttapa.github.io/Control-Surface/Doc/Doxygen/d1/d5f/2_8BitBang-Blink_8ino-example.html

from control-surface.

kentforth avatar kentforth commented on June 4, 2024

The problem is I don't understand what pins on Arduino are MOSI, CLK and SS? if I replace SS by any digital arduino pins like that:
SPIShiftRegisterOut<mux.length()> sreg = {10, MSBFIRST};

What about other pins MOSI and CLK? Where should I connect that pins on Leonardo?

from control-surface.

tttapa avatar tttapa commented on June 4, 2024

The SPI pins are on the ICSP header.

from control-surface.

kentforth avatar kentforth commented on June 4, 2024

I found only MOSI pin here. Can you highlight other 2 pins?
Can SS pin be any digital pin on arduino?

from control-surface.

tttapa avatar tttapa commented on June 4, 2024

CLK (clock) and SCK (serial clock) are the same. In master mode (which is what you use for shift registers), SS can be any digital pin.

from control-surface.

kentforth avatar kentforth commented on June 4, 2024

Am I right?

leonardo

from control-surface.

tttapa avatar tttapa commented on June 4, 2024

I think CLK is the top one in the middle, not the right one.

And SS can be any pin, as long as you change it in the code. Pin 10 is a popular choice, because it's the SS pin of the Arduino UNO.

from control-surface.

kentforth avatar kentforth commented on June 4, 2024

Thanx for your answer.
I appreciate your work! I will close issue

from control-surface.

tttapa avatar tttapa commented on June 4, 2024

Glad to hear :)

from control-surface.

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.