Replies: 1 comment 6 replies
-
While you can't convert graphical programs to python directly, the rollercoaster is very simple. In fact, we have one 😄: https://youtu.be/XyT5AaslSaY This one uses 2 city hubs and we adapted the design slightly, but it seems like a good idea to also make a demo for the official move hub version as well. There wouldn't be sounds, though. Usually when designing code, it can help to describe exactly what the hub/motors/sensors should do, in words. So if you want to share what you had in mind, we can probably help you convert that to code. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR: Is there a way to find and import an existing Lego program that was written through the Boost app?
The rest of the story:
I built the rollercoaster and saw in the instructions about adding a hub to automate it. The only hub in stock on the Lego site was the Move Hub. They were also out of the medium motor so I got the large one. Turns out the Boost app can't control it through the Move Hub since it has serial comms on ID1 & 2 instead of a resistor. After some digging I found Philo's site (this is where I found the pin out and wiring info) and emailed him some questions. He pointed me here saying pybricks will be able to work with the motor through the Move Hub. Now I have to get a Bluetooth adaptor for my laptop since Chrome web Bluetooth won't work on mobile even after enabling the experimental features. It may still be a pointless endeavor though as I don't know if/how I'll be able to do the sound files that go with the roller coaster. Especially since I don't fully understand coding yet either. 🤣🤣
Thank you for any help,
Eric
Beta Was this translation helpful? Give feedback.
All reactions