Advanced operation and JSON modification questions

  1. Writing to an SD is not possible yet. Please see here: SDcard: using to fill [data] objects · Issue #16 · electro-smith/oopsy · GitHub

  2. For the Seed, you may be able to “over-ride” it by configuring those pins in the json file. For example, trying setting pin D4 as digital input. I recommend giving it a try.

  3. I suggest looking at petal.json. You should be able to use something like [out 7 led_ring_1] to control the brightness. Send [cycle 0.25] to it and see what happens.

  4. You can use mux with Oopsy. There was a community member in the Discord server who read my tutorial and implemented it in gen~. There’s a thread called “gen~ Multiplexer”. I was planning on adding it to that forum tutorial post after I test it out personally (but I haven’t had a chance to try yet).
    Also, you can reference field.json. And, this is in the thread of the mux tutorial: Cd4051 Multiplexer Tutorial Is Here! - #5 by shensley

  5. Do you mean read the SD card in Seed A and then send that data to Seed B via wires? It could be possible to do this with that new C++ feature for the new Oopsy version, but I haven’t personally heard about doing that. At the current version of Oopsy, I don’t think something like this is possible.

Let me know if you have any questions :slight_smile: