Arduino Library with windwos

Hi,

I have built my model and have turned it into an Arduino library. This worked out pretty good. I have involved the arduino ZIP library to the arduino IDE. This worked out well. Now I want to upload the sketch to my Arduino Nano 33 BLE Sense, but this doesn’t work. I’ve tried diffrent things fixing it but it didn’t work. I’ve tried diffrent versions of the Arduino Nano 33 BLE Sense library in the Arduino IDE and tried to reset the bootloader while uploading by clicking the reset button twice, but non of them worked, so I’m unable to upload my sketch.
Is there anything to do that it works on windows. We’ve also tried it with a Mac Book and there it worked, but I need it on Windows.

Thanks for your response

Hi @flori,

What error message do you see on Windows?

It shows the following message

fork/exec C:\Users\flori\Documents\ArduinoData\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4/bin/arm-none-eabi-g++.exe: The filename or extension is too long.

Fehler beim Kompilieren für das Board Arduino Nano 33 BLE.

Thet’s the message it shows if I reset the bootloader while uploading.

@flori, see the guide here: https://docs.edgeimpulse.com/docs/running-your-impulse-arduino#code-compiling-fails-under-windows-os

Will hopefully be fixed in the Arduino tools soon.