Skip to content
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

Pesto Link Blockly Implementation #79

Open
Advay17 opened this issue Jun 1, 2024 · 4 comments
Open

Pesto Link Blockly Implementation #79

Advay17 opened this issue Jun 1, 2024 · 4 comments

Comments

@Advay17
Copy link

Advay17 commented Jun 1, 2024

My robotics team wants to implement controller based driving using Pesto Link in block code, which is easy enough to implement by adding a few blocks.

@fgrossman
Copy link
Collaborator

We have a few things in the works on this, including a version of the IDE that works completely on Bluetooth. We want to make sure we implement this in a way that can share the bluetooth with controllers and other peripherals and that the blocks added work with any new XRPLib APIs.

We hope to have something out soon, but we can not guarantee it will be out before your summer camp.

@Advay17
Copy link
Author

Advay17 commented Jun 1, 2024

Would it be possible to implement the PR I created recently? It uses Pesto Link code and is an easy stop gap solution that can be replaced when a better solution is found. The code has been tested and appears to work, with the exception that if one were to have a while true loop with if logic to check if a button is being pressed, because there is some delay before the code executes.

@fgrossman
Copy link
Collaborator

We are cautious with these releases. There are now thousands of users a day with this software, so we have to be careful that we don't make releases that might not have backward compatibility in the future. As well as an internal QA process. If you want to run your fork now, you can setup a small webserver on a machine and then run it on a local router and have your campers connect to the IDE through your router.
We appreciate the work and will look at your blocks as we create the final solution.

@Advay17
Copy link
Author

Advay17 commented Jun 3, 2024

Alright, thank you for your suggestions and support. We are using github's hosting service to host a site and will look into your suggestion soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants