-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Questions and Observations using Pybricks on Robot Inventor Hub #168
Comments
Thanks for trying this out. Those are some good questions.
For the moment, please disregard USB/connectivity issues. We are working to make it work just like the other hubs, using BLE and Pybricks Code. When that's ready, we're probably going to improve reliability for all hubs at once. We're not actually sure what we'll do with USB yet. Easy and fast access to the file system maybe?
There will be. Currently, the user flash storage is not yet enabled, so that's why there's only Download & Run for now. See #139 for how it might work. Let us know if you have additional ideas on that one.
Once Bluetooth is working for running programs, there are a lot of exciting possible next steps. There's the remote that comes with the trains, or even gamepads at some point. See also #154, but you may have to wait for Pybricks Code for that.
Yes, we plan add it, but low priority for the moment.
This is fully configurable. See the Color Sensor and check out the second example under "Advanced color sensing", called "Changing the detectable colors". Based on your questions about the EV3 sensor some time ago, I think you'll like this feature 😄 |
Thanks for detailed reply to my feedback. This all sounds great! I will work on the pybricks "advanced color sensing" with respect to the LEGO Cyan color bricks. I have also been using the LEGO Inventor App Python, so some of these comments come from a comparison to that. |
Advanced color sensing with detectable colors works great! I am look forward to pybricks BLE and program storage for Inventor hub. |
Glad to hear it!
Yes, it's already in there for the other hubs 😄 |
Very basic sound was added last night, and documented too! There's no support for volume control or files yet, but you can debug your code entirely with beeps now 🤖 . |
Hi, I downloaded latest RI firmware I could find "firmware-version": "v3.0.0a12-1-gaeac9a68" files dated 12/11/2020. Is there a newer firmware? |
@johnscary-ev3 |
@BertLindeman |
I cannot remember the link myself, so I refer to the link above to look for brand new firmware ;-) |
We’ll make sure to add it to the beta instructions, thanks! 😄 |
I have another question, this time related to the Bluetooth and 30 sec power down function. However, when using the pybricksdev program under Visual Studio Code, it seems to open the connection to send and run a program but when the program terminates, it disconnects the Bluetooth (blue light starts blinking) and after 30sec the hub powers down. So I find myself constantly restarting it. Can this time out behavior be controlled by us users, or am I doing something wrong? |
I agree, 30 seconds is pretty short; I'd prefer to leave it on for a few minutes too, even when using Pybricks Code. |
Timeout fixed via pybricks/pybricks-micropython@d2f7e65 |
@laurensvalk Thanks very much ;0) |
Most of the feature requests here are either supported by now, or covered by other issues like #139, so we can close this issue. |
I don't want to sound like I am complaining since I know you guys are working hard to get Pybricks working on Inventor Hub.
However I have a few questions and observations after using this for a few days with VSC. Hopefully some feedback is useful.
Seems like I need to download it to rerun a program.
I am using the color sensor now to give commands but that is limited to a few colors, and you need to chase the robot around.
We have the Cyan color defined, but the sensor calls those bricks "blue".
Thanks for any comments.
The text was updated successfully, but these errors were encountered: