Replies: 2 comments
-
|
Update on this. I did some research and found this guide on the PyBricks site: I haven't been able to find an NPM package which can accomplish the same thing. Any recommendations? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Adding on this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am working on a project which involves downloading code and receiving terminal output from a Spike PRIME robot in React. I tired to use the pybricks.code.com code as a base to achieve this, but the code is complicated and hard to understand. So I tried to make a custom version from scratch. The Bluetooth connection seems to work, but when I use sendCodeToSpike, The program on the Spike doesn't change. I have no prior experience with.
Here's the file which contains these functions:
The full codebase is available at:
https://github.com/PySplanner/pysplanner.github.io
The site which uses it is hosted at:
https://pysplanner.github.io/
(Spike > Connect & Download Code)
All help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions