-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change MicroPython version for Calliope mini 3 to the current one. #1703
Comments
I just bump this as people are flooding support because of this issue and it should be quick to implement... |
Hello @joernalraun is this the same as this PR on the other repo OpenRoberta/ora-cc-rsc#15 ? |
This is the same Hex-file, yes! However, the link in this comment is pointing to the generated file from Calliope, the PR has the file already integrated in the lab (so even less work to do)... If you are one of the few how was able to host this on your own machine, you just can switch the Hex-file or merge this change to your current working branch. Please tell me, if there are any issues with it (though it should work well, as this is running for a while at python.calliope.cc). |
btw: we have wo different hex-binaries for the v3 in the ora-cc-rsc repo:
|
@rbudde nice to hear about that. Can you tell me, how an uninformed user like me can reach this test servers :-) |
@joernalraun I took your hex-file and put it into the directory runtimeHex. Then I downloaded a copy of the predefined program ("factory reset") into directory firmware. I deployed this on dev3
There must be a difference i the pairing logic between the predefined program ("factory reset") and the hex-file to which the user program is attached to. Or? I have no IOS device. @AHberta or @BeateJ can you test the v3 with your IOS devices with dev3? @Cruiser79 all out test systems are public, but of course should be used for testing mainly :-):
|
@rbudde great! |
The current used MicroPython version does not support the standard way to start BLE mode (triple reset) on Calliope mini 3.
If you update to the current version it will work:
(https://github.com/calliope-edu/micropython-calliope-mini-v3/tree/oct24-mini3)
The text was updated successfully, but these errors were encountered: