hi everyone! i'm a robotics tutor, and i'm currently trying to setup mBlock on my personal laptop to be able to prepare classes in advance and test things out
Context
for anyone unfamiliar with Makeblock, they're a chinese company who provide small robots, programmable with blocks/arduinoc/python for educational purposes.
our center has two mBots, which have proven rather annoying to work with, as they require specific drivers (MLink, CH340)
now, mBlock - the IDE used for programming mBot and other Makeblock devices - has two versions: an online one, and a downloadable one.
the online version seems to work fine, except it seems to not support bluetooth connection, which is virtually needed if i want this thing to run around without having to follow it with my laptop in hand
additionally, as of a few years ago, Makeblock has stopped providing resources for linux distributions, so i'm forced to try to find alternative ways of getting it to work - so here we are.
Actions Taken
to get started, i went ahead and got wine and wine-mono as mBlock is built on .NET; i installed the mlink driver through the deb package provided in the official website, promptly started by running
mblock-mlink start
the mBlock app itself was obtained from the respective official download page, and installed using wine. as for the ch340 driver, it seems like ch341 contains? or packages? ch340, and comes pre-installed (see Img. 1) - i deduced this from finding the manufacturer website and reading the "application scope" field (see Img. 2)