at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:123) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:175) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78) at processing...
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:123) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:175) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78) at processing...
I am only able to upload the sketch by exporting compiled binary, open sketch folder in finder and move the .bin file to STLink drive. Expected behavior I expect to be able to flash STM32WL using Arduino IDE Desktop OS: Mac OS Sonoma 14.5 Arduino IDE version: 2.3.2 STM32 core version...
I can now compile and upload sketches to my Uno and Duemilanove with no problems even though the boards themselves are not recognised. Uno arduino-cli compile --fqbn arduino:avr:uno MyFirstSketch arduino-cli upload -p /dev/ttyUSB0 --fqbn arduino:avr:uno MyFirstSketch Duemilanove arduino-cl...
Hello Simone, I used your script to create TinyML models, which should recognize 96x96 grayscale images. In Python everything worked as well, model was created. Only compiling for Nano33 BLE in Arduino does not work. It breaks with the e...