natcl / Artnet

An Art-Net library for Teensy, Arduino and ESP boards
Other
334 stars 91 forks source link

Artnet neopixel sd #47

Open Lotsanoiz opened 5 years ago

Lotsanoiz commented 5 years ago

How and where can i enter the start record, stop record and play value's in the neopixel sd sketch ?

MathieuMH commented 4 years ago

@Lotsanoiz SD card support is not covered in this repository. You can always make your own implementation, and add it to the examples once you got it working.

natcl commented 4 years ago

Sd recording is triggered via artnet by setting certain values, is that what you mean ?

-- lecaude.com studioimaginaire.com

Le 5 mai 2019 à 11:37, Lotsanoiz notifications@github.com a écrit :

 How and where can i enter the start record, stop record and play value's in the neopixel sd sketch ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Lotsanoiz commented 4 years ago

Yes, i thought maybe it was possible to enter these value whitin serial monitor to start en stop recording. I use this sketch now : https://github.com/tangophi/Artnet_DMX_SD_Card but sometimes it fails for no reason.

MathieuMH commented 4 years ago

@Lotsanoiz I guess you better open an issue at that repository. Here only the Art-Net lib is supported.