Git Product home page Git Product logo

daisy_receive_spi's Introduction

daisy_receive_spi

Set up daisy libs

git submodule update --init --recursive
echo "building DaisySP . . ."
cd "DaisySP" ; make clean ; make | grep "warning:r\|error" ;
echo "done."

cd ../libDaisy
echo "building libDaisy . . ."
make clean ; make | grep "warning:r\|error" ;
echo "done."

Building

cd into the directory of the program you want to build and run

make clean; make

Uploading

Put Daisy into DFU mode by pressing BOOT, then RESET, then letting go of RESET and then of BOOT.

make program-dfu

Or build and upload in one:

make clean; make; make program-dfu

Docs

https://electro-smith.github.io/libDaisy/md_doc_2md_2__a8___getting-_started-_s_p_i.html

https://github.com/electro-smith/libDaisy/tree/master/examples/SPI

https://forum.electro-smith.com/t/spi-examples/4973

Daisy pinout

https://github.com/electro-smith/DaisyWiki/wiki/2.-Daisy-Seed-Pinout

Connecting pins

The two chips need to be connected by GND (otherwise you need optocouplers) and a resistor on the signal pins to avoid driving the other chip through the data pins. This post recommends 3.3kOhm closest to the side receiving input. https://forum.arduino.cc/t/will-spi-work-between-two-systems-with-different-power-supplies/168680/6

ESP32 Websocket

https://github.com/dvarrel/AsyncTCP

daisy_receive_spi's People

Contributors

eriknatanael avatar

Watchers

 avatar

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.