Tinkerspy

Results 33 comments of Tinkerspy

Hi Yunhui Fu, Thanks for your pull request. I made the changes to ATm_controller.cpp and keywords.txt. Could you explain a bit further what the chnages to Atm_button and Atm_fade do?...

Yeah. I moved to a tropical island, and while I took a miniaturized version of my server with me, my provider doesn't allow me to open up incoming ports. Unless...

The Multicopter code is just not finished. I never got my DIY drone stable (not even running other people's working code) and at some stage Dell formatted my laptop drive...

The issue is probably that I made two versions for the mpu6050 module based on two different code sources. They can be found here: https://github.com/tinkerspy/Automaton-Multicopter/tree/master/src/imu The example is probably from...

Look in the older commits, like this one: https://github.com/tinkerspy/Automaton-Multicopter/tree/55ca8eaa0ae96629979177c1c2ea76ad7f089885/src Regards, Peter van der Landen On Sun, Apr 19, 2020, at 2:43 PM, rahkshar wrote: > > Thank you Tinkerspy. >...

> > Then I abandoned the project and started coding a pinball machine ;-) > > Can we see that pinball machine anywhere, I mean the "real" one (physical)? You...

I haven't heard of one. I ordered an APA102 strip recently so I'll probably cook something up for that. I'm thinking I'll build a low-level machine that updates the strip...

I'm working on digitizing a seventies electromechanical pinball machine and a APA102 LED strip plays a big part in that project. The code contains a rough apa102 state machine. You...

Thanks, I'll have a look at it. I believe the catchUp() method was added by another contributor.

Hi Best, I could fairly easily add an input_mode argument to the begin() method, if that works for you. But Atm_button would still be 'active LOW'. Is that useful? You...