-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Support Move38's Blinks #294
Comments
Which of the 4 boards referenced in the |
I've started a minimal project at https://github.com/maxgerhardt/pio-mov38-test that couples with repo that has the necessary platform-atmelavr modifications, it builds the firmware for a "Move38 -> Blink" board exactly like the Arduino IDE. Uploading options not yet implemented, other boards not yet implemented. |
I have a bunch of "Blinks" with a USBtinyISP programmer to test. |
I've updated the test project above, can you check if it builds and uploads fine for you? |
It uploads, but it doesn't work correctly afterwars. It just does nothing.
|
Hm, it may have erased the bootloader file (but no problem, it can be reflashed with the programmer). Let me double check the exact upload flags in the Arduino IDE. |
When I upload an example sketch via Arduino IDE it works again. Not sure if the bootloader gets changed simply by uploading. I assume one needs to burn it via the Tools menu in Arduino IDE...? |
Nope, as I've just found out, the Arduino IDE flashes both bootloader and sketch in one go.
Let me adjust this do to the same in PlatformIO, right now it just does
|
Please
now. |
Works like a charm. :) |
I've filed a pull-request per above. I've updated the project as to remove the local board definitios (in Can you update in the same way as before and reupload the project to make sure it still works? Do you happen to have the other 3 Blink board types (328, MAX, NFC)? |
Yes, I removed the platform folder, cloned the repo from scratch (just to get rid of all the non-versioned files), and it still worked! 👍🏻 I have none of the other Blinks available, no. According to this forum post, the Blink328 "behaves the same as all other Blinks, except instead of having an Atmega168pb microcontroller (MCU), it has an Atmega328pb." The BlinksMAX and NFC are not yet available as far as I am informed. The BlinkNFC might be this one that is coming soon. |
Oh and thank you a lot! :) |
I'd love to use platformio to develop applications for the blinks.
There is a board manager url for Arduino IDE: https://boardsmanager.com/package_move38.com-blinks_index.json
More information: https://move38.com/pages/game-makers
The text was updated successfully, but these errors were encountered: