FabianRig / ArduinoMoonBoardLED

LED system compatible with MoonBoard based on Arduino Nano 33 BLE
GNU General Public License v3.0
71 stars 14 forks source link

Trouble Flashing #14

Closed b00kw0rm451 closed 11 months ago

b00kw0rm451 commented 11 months ago

Hi, this is my second github project, my first was a magicmirror. I'm working on a Rapsberry pi 4b. I downloaded and installed Visual Studio Code, I installed PlatformIO and git cloned the project. We have a standard Moon board so I didn't adjust any config.h settings.

When I plug in the arduino and open the project and click "upload" under project tasks I get the following error: Tool Manager: Installing platformio/toolchain-gccarmnoneeabi @ ~1.80201.0 UnknownPackageError: Could not find the package with 'platformio/toolchain-gccarmnoneeabi @ ~1.80201.0' requirements for your system 'linux_aarch64'

All of this is new to me, I would love help figuring out this error. We have the powersupply and lights all ready to go. Thank you!

FabianRig commented 11 months ago

Hi!

That error means that there is a dependency issue. The RPi uses an ARM processor and therefore, other packages are used than for an x64 platform.

Two things you could try:

b00kw0rm451 commented 11 months ago

Hello,

Thanks so much, I added Visual Studio Code to my Mac, and successfully flashed! Now for the next challenge. I'm having the same problem as Sintoris, only the start and finish holds are lighting up. I pulled the code from github this morning and I know it says it was updated...not sure what I'm missing. IMG_5460

FabianRig commented 11 months ago

Could you please check the following:

I assume that you're sending old problem string, per "P" were progress holds. Now we have "L", "R" and so on.

b00kw0rm451 commented 11 months ago

Wow...it really was the app. My partner has been using it at the local gym and I never asked which version it was. That's all we had to change. Thank you for creating this and for your help! It's his dream come true. IMG_5464

FabianRig commented 11 months ago

I'm very happy to hear that. :-) Congratulations to your nice board!

Have fun climbing and don't get hurt. ;-)

I'll close this issue but feel free to open another if you run into any trouble.

FabianRig commented 11 months ago

I reintroduced the 'P' type of hold. It should work with the old app again -- however, as far as I know, the old app isn't available and usable anymore... So if your buddy wants to use his old app, it should still work.