I want to use the Arduino IDE using a raspberry pi with raspbian OS because it's the only way I can read a Digispark usb (I don't have 2.0 usb ports in my laptop so I can't read the usb with it).
I installed arduino IDE 1.8.13 so I can add the Digistump package. The problem I got is that when I try to add the drivers from the linkhttp://digistump.com/package_digistump_index.json, it returnsTool micronucleus is not available for your operating system..
I donwloaded micronucleus using
git clone https://github.com/micronucleus/micronucleusand installed it. Now I have it but I don't know how the arduino IDE could detect it. Could someone help me on how to make the arduino IDE understand I have it (micronucleus) installed?
- The question could be answered directly, but it's probably easier for you to just insert a USB 2.0 HUB in the path to your device rather than messing around with the Pi and trying to fix the board support to work on the Pi. Also, my understanding is that micronucleus can work on USB 3.0if you get the correct version installed.timemage– timemage2021-03-25 16:43:14 +00:00CommentedMar 25, 2021 at 16:43
- Which is thecorrect version ? I’m new in this stuff, so any answer that could help is really useful :-)iam_agf– iam_agf2021-03-25 16:44:39 +00:00CommentedMar 25, 2021 at 16:44
- v2.01 (or newer), I think. Although, the comment seems to suggest it should not have fixed the problems I've seen it fix. So, dunno. Sometime in the next week I'll have one of these myself, which is ironic, because I don't recommend them.timemage– timemage2021-03-25 16:48:18 +00:00CommentedMar 25, 2021 at 16:48
- @iam_agf, I foundthis when looking up "laucher", in the process of doing pretty much exactly what's written there. I compiled micronucleus under Raspbian, but that's about as far as I went. Kind of looks like they got it working, so I'm not sure what the point in me continuing with it would be.timemage– timemage2021-03-25 20:28:43 +00:00CommentedMar 25, 2021 at 20:28