ThadHouse / SpikeSharp

A C# library and set of applications for communicating with Lego Spike Prime and Mindstorms 51515
MIT License
8 stars 2 forks source link

SharpBrick #1

Open tthiery opened 4 years ago

tthiery commented 4 years ago

Hi, I am the maintainer of SharpBrick. Can you give me some insights in your project?

My Mindstorms set is still unopened (I punish myself and wait for my birthday ;)).

ThadHouse commented 4 years ago

It's just a UI app to be able to read all the status values from the spike/mindstorms hub, get console logs, and upload python programs to the hub without needing the full mindstorms app.

I tried using SharpBrick at the start, but the spike hubs are not BLE and use a completely different protocol, so it needed something more custom.

tthiery commented 4 years ago

Cool. I have the feeling that I have to learn Python ;)

In case you every want to make something "library" style out of it ... I hope we can collaborate on that.