I have tried adding zero drivers, no connection. I added zero drivers on my MacBook Pro Laptop using Catalina OS, and it recognized FINE, ports and all.
My Mac Studio M1 MAX with Ventura OS, not quite so lucky.
I have installed over 6 different drivers recommended on the web, no good.
I have used different usb cables, different slots on the Mac Studio, I have also tried three different versions of Arduino IDE, and different boards from with the IDE, and ALL HAVE FAILED ME.
All I get for my efforts is a constant spinning of the Arduino infinity logo.
Has anyone in the forum had similar problem and what was your remedy?
This description sounds somewhat like the Arduino IDE startup animation (except the animation is a pulsing Arduino logo rather than spinning). I have never seen a spinning Arduino logo. Are you certain it is spinning?
Various problems with your system can cause the IDE to hang on startup, in which case it remains forever on that startup animation rather than loading the full Arduino IDE interface and sketch editor as usual. Is that what is happening to you?
Wait until you are sure the IDE startup has gone into the hang state
(as indicated by no additional output being printed to the Terminal window).
Switch back to the Terminal window if the Arduino IDE window took the focus.
Press the Command+A keyboard shortcut.
This will select all the text in the Terminal window.
Press the Command+C keyboard shortcut.
This will copy the selected text to the clipboard.
Open a forum reply here by clicking the "Reply" button.
Click the <CODE/> icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.
Press the Command+V keyboard shortcut.
This will paste the output into the code block.
Move the cursor outside of the code block markup before you add any additional text to your reply.
Click the "Reply" button to post the output.
Please let me know if you have any questions or problems while following those instructions.
For what it's worth - I have been using an UNO R4 Wifi with a Mac Studio M1 under Ventura for ~4 months or so now with no problems other than when the Mac goes to sleep and then wakes up the serial monitor stops working - which is not unexpected behavior. I didn't have to add any drivers. It just worked day one out of the box with version 2.3.2 of the IDE. So, at least we know that combination should work. On the other hand the SSL library just stopped working randomly so there's that to deal with - it looks like it updated on 06-20-24. Wish I had a better answer for you.
My UNO R4 WiFi worked out of the box on my Mac Studio M1 on day one (07/22/24) Arduino IDE v2.3.2 and macOS Sonoma 14.5. Port /dev/cu.usbmodem34B7DA637D602. I am using high-quality USB-C cables connected to USB-C ports on back of Mac Studio M1 or the Apple Studio Display port. I am not using the USB-C cable provided with the Arduino UNO R4 WiFi because I already had high-quality USB-C cables available. I am not using the front USB-C ports on the Mac Studio M1 to connect to the Arduino UNO R4 WiFi.