Arduino / Auto-program issue [solved]
Hi,
I can get the "auto-program" to work:
- In millumin, I've setup My arduino Uno, serial is ok/green, active is ticked.
- a servomotor is plugged on D8 (if I upload a simple servomotor program to the arduino, the servomotor is spinning ok, so no problem on this side)
- I hit "auto-program" : key "D8", Type "Servo", if I hit "test" the RX LED is flashing but the servomotor doesn't move.
I click Upload "Installing PlatformIO" windows appears. Then Terminal, password... everything seems ok.
but if I click Upload again, the "Installing PlatformIO" windows appears again. It's a loop !?
If I hit test, my servomotor doesn't spin (but RX LED is flashing).
If I create data keyframe my servomotor doesn't spin (but RX LED is flashing).
I've updated Xcode to the last version (it was 7.2 when I've tried to Install PlatformIO the first time)
So, I don't know what else to do.
Help please 

Comments
Hi I have the same problem, tried your solution and it did'nt work for me. What can I do ?
Hello @mentalo,
A few questions :
Best. Philippe
Hi, yes it works fine with the ide. I use the last version of millumin. My Os is big sur.
Thanks !
Hello @mentalo,
Please open a Terminal and type the following commands :
brew uninstall platformio
brew install platformio
Take a screenshot of the result when it's finished (it could take some time). Thank you.
Best. Philippe
here is what i get.. it seems ok to me !
Hello @mentalo,
Thank you for the info, I think I have found the problem.
Could you type in your Terminal the command
echo $SHELL
: what is the result ?/bin/zsh
or/bin/bash
?Thank you. Philippe
Hello @mentalo,
Do you still have the issue with Millumin 4.12.h ? (we are preparing an update for Millumin V3 as well)
The issue came from a change in how the Terminal is handling commands since macOS Big Sur.
Best. Philippe