Replies: 2 comments 16 replies
-
Buried deep into the interwebs I found this Seems to be what I need. |
Beta Was this translation helpful? Give feedback.
-
Tried the Keyboard remote control and it works fine in https://code.pybricks.com When trying I was wondering, would there be any way to run a program on the Hub and connect it to, say PlayStation gamepad? Asking because currently when I want BT remote control, I use Lego FW. When I need an autonomous robot, I re-flash Pybricks. This is very inconvenient and I'd like to use |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been looking into ways to remove control the 51515 set hub from a Windows application. The Windows application should preferably connect to the hub via bluetooth, read some sensor data, and based on the sensor data, compute what to do next. The possible commands would be to continue to move forward at a computed speed,or stop.
The Windows application is preferably written in C++ as it needs access to some very low hardware functions on the host machine. If possible I could split the application that connects to the hub from the one that computes the speeds through some RPC. The important part is being able to send commands to the hub and get responses in real time.
Is this scenario possible with pybricks?
If it is not possible with 51515 hub, is it possible with other hubs that are currently available on the market?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions