John Scarangello

Results 9 comments of John Scarangello

I found that PybricksHub moved so this import works now but other calls still give errors as below. Thanks. `from pybricksdev.connections.pybricks import PybricksHub` ``` File "c:/Users/johns/pybricksdev-demo/RemoteControl_Blast.py", line 27, in forwarder...

Thanks so much for the help. I can see from your example and reading the latest pybricksdev code that you have reworked how we get hub status now using the...

I tried your short robot side program and it worked fine as you mentioned. Then saw your post about update v1.0.0-alpha.27 so I updated to that and tried your PC...

Hi Guys, Sorry for the poorly written bug report. Actually, I am using the Prime Hub now despite my Name and Profile pic. I should probably change those. Your code...

I have started working on the play_notes small demo program using non-blocking code and the hub play_notes, So far both methods work perfectly. In my actual program however, there are...

Hi guys, After a lot of debugging I finally figured out what was causing my non-blocking play_notes to slow down. I am using the Lego Remote Control in addition to...

Even if we did not have speech, if we had some special sound effects like motor sounds, that would be awesome.

Thanks for the 'background music', music.py, program. That works great integrated into my program. I was thinking that timers and yield statements would probably be needed. Now I just need...

We have volume control and a non-blocking way, and an await way to do play_notes so I think we are good on this. However, I am now wondering if Prime...