Jerry Isdale
Jerry Isdale
wont run with current Processing as selectInput("string") was changed long time back
Reference the DIY Hacking article and my new comment on it... http://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/#comment-3543 The article does a nice job showing hookup an arduino Uno... but we had a Leonardo (and some...
This worked last month but apparently not this month... I create a simple recipe with only OnFirstBoot having Network setup and OTG-Ethernet using default settings. If the Network is first...
The article https://github.com/charliegerard/dev-notes/blob/master/arduino/wavFilesWithoutSdCard.md says ... "you can download a software called EncodeAudio" but does not provide a link. It is thus unclear what file that may be. Perhaps this Processing...
The new v11 Bullseye with proper 64bit has lots of upgrades AND is very hard to get a working tensorflow-camera test running it would be REALLY nice if y'all made...
The wiki and manual says CS0 = Pin 15 (aka gpio22) CS1 = Pin 16 (aka gpio 23) Schematic says CE0 = Pin 24 (gpio 8) CE1 = Pin 26...
Isdale
I added a couple examples for Pair1 and Pub/Sub that are derived from what is in the ReadTheDocs. I also documented these a bit over on [Hackaday.io](https://hackaday.io/project/169746-pynng-nanomsg-nextgen-async-examples). Reference Issue #43...
while learning about Pair1, I played with the example a bit, providing some extra examples and tests. Thought it might be nice to share that code so.... ```python3 #from the...
it seems only animations derived from ColorCycle currently support the callback used by sequence when they complete. I added this code `def onComplete(sequence): print("completed sequence", animations.current_animation, sequence) animations.add_cycle_complete_receiver(onComplete) ` to...