Author Topic: Is the required software for electronics available on macOS?  (Read 1278 times)

0 Members and 1 Guest are viewing this topic.

Offline CromulentTopic starter

  • Newbie
  • Posts: 7
  • Country: gb
I only have Apple hardware. A Mac Studio and a MacBook Air and my question is will I have problems due to missing software not being available on macOS? As I'm new to all of this I don't know what I need to look for. I'm just curious if I should get an Intel x86_64 machine running Linux or Windows 11 for electronics work or whether I'll be fine with a Mac.
 

Offline CatalinaWOW

  • Super Contributor
  • ***
  • Posts: 5358
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #1 on: June 20, 2024, 05:42:46 pm »
The range of tools available in the Mac world is smaller, but from what I can see there is plenty to get you started.  I wouldn't run out and buy new hardware and start learning a new software environment until you run into something that you just can't find in your world.  If you get really deep into the hobby I suspect you will add a Linux and/or Windows box to your toolset, but no reason to leap into that at the start.
 

Offline CromulentTopic starter

  • Newbie
  • Posts: 7
  • Country: gb
Re: Is the required software for electronics available on macOS?
« Reply #2 on: June 20, 2024, 05:44:25 pm »
Awesome. Thank you so much. That is great. I'll use what I have for the moment and see where it takes me.
 

Offline themadhippy

  • Super Contributor
  • ***
  • Posts: 2799
  • Country: gb
Re: Is the required software for electronics available on macOS?
« Reply #3 on: June 20, 2024, 05:47:49 pm »
is parallels or boot camp an option to run windows  on the mac?
 

Offline CromulentTopic starter

  • Newbie
  • Posts: 7
  • Country: gb
Re: Is the required software for electronics available on macOS?
« Reply #4 on: June 20, 2024, 06:23:09 pm »
Yeah I have Parallels and VMware Fusion but assumed that the Windows they run is for AArch64 and not x86_64 and would therefore cause problems for software that isn't ARM native.
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9914
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #5 on: June 20, 2024, 06:52:59 pm »
Not particularly 'electronics' software but MATLAB runs native on a MacBook Pro M2. 

LTspice (siimulator) might work and it is highly regarded.  It's free so try it out.
 

Offline CromulentTopic starter

  • Newbie
  • Posts: 7
  • Country: gb
Re: Is the required software for electronics available on macOS?
« Reply #6 on: June 20, 2024, 07:02:15 pm »
Thank you. I'll have a look.
 

Offline Benta

  • Super Contributor
  • ***
  • Posts: 6039
  • Country: de
Re: Is the required software for electronics available on macOS?
« Reply #7 on: June 20, 2024, 07:12:23 pm »
Start with KiCAD. It's available for Mac.
 

Offline wasedadoc

  • Super Contributor
  • ***
  • Posts: 1514
  • Country: gb
Re: Is the required software for electronics available on macOS?
« Reply #8 on: June 20, 2024, 07:29:32 pm »
"required software"?  Many of us learned electronics and were a significant fraction through professional careers before personal computers were invented.
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9914
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #9 on: June 21, 2024, 12:44:20 am »
Some of us did the entire program with a slide rule.  I still carry the powers of 10 in my head an do the math to just a couple of decimal places.   I just want an 'about' answer.
 

Offline J-R

  • Super Contributor
  • ***
  • Posts: 1058
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #10 on: June 21, 2024, 04:05:18 am »
Typical round numbers for Windows vs. macOS market share are 70% and 15% so most test equipment software is Windows-only.  And while a lot of devices can be found with standard ethernet coms, a lot of devices that you will probably want don't have it.

It's quite trivial and inexpensive to snag a used x86 Windows machine, so I don't see the point in avoiding picking one up.  (If you already have a Studio and Air, money doesn't seem to be an issue?) The absolute minimum spec I'd suggest would be a quad core CPU, 16GB RAM and a 256GB SSD.  That will be enough to run Windows 10/11 as well as an x86 Linux virtual machine.  I also think the knowledge you'll gain by having that available will be 100% worth the time investment to get it set up.

Also, you don't need a dedicated keyboard/mouse/monitor for the Windows box, just use Remote Desktop to connect to it from your Apple computers.
 

Online zapta

  • Super Contributor
  • ***
  • Posts: 6230
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #11 on: June 23, 2024, 10:25:27 pm »
I do all the design on a Mac laptop (Apple silicon M2), including schematic, PCB layout, FGPA/Verilog, MCU firmware, host software, and 3D mechanical design and printing. It's a great machine for engineering.



 

Offline mayor

  • Regular Contributor
  • *
  • Posts: 236
  • Country: ca
Re: Is the required software for electronics available on macOS?
« Reply #12 on: July 07, 2024, 09:30:47 am »
You can start with the mac and a Windows VM for software that requires Windows. I've been doing that as a hobbyist for years, and haven't had a situation where that wasn't sufficient.
 

Offline Moriambar

  • Supporter
  • ****
  • Posts: 502
  • Country: it
Re: Is the required software for electronics available on macOS?
« Reply #13 on: July 07, 2024, 01:24:31 pm »
I've been using a mac-only setup for at least 12 years. Never needed windows, but I'm still a beginner btw.

Cheers!
 

Offline InvisibleMan

  • Contributor
  • Posts: 14
  • Country: gb
  • Just testing..........
Re: Is the required software for electronics available on macOS?
« Reply #14 on: July 07, 2024, 01:55:13 pm »
As a Mac user, I'm also very interested in this question. One tip I learned recently is that as a lot of modern test equipment can be controlled with SCPI commands. It is very easy to send these over your LAN from the Mac terminal with no additional software if you just need to send a few specific commands (for example for calibration).

Just start a terminal session, and then use the netcat command with the IP address and port number:

nc 192.168.1.100 5025

Then in the resulting session type the SCPI commands you need (e.g. *IDN?)
Close the session with Control-C to return to the terminal session.

Should be easy enough to write SCPI scripts too if needed.
 
The following users thanked this post: David Aurora

Offline Marco

  • Super Contributor
  • ***
  • Posts: 6817
  • Country: nl
Re: Is the required software for electronics available on macOS?
« Reply #15 on: July 07, 2024, 02:07:41 pm »
Yeah I have Parallels and VMware Fusion but assumed that the Windows they run is for AArch64 and not x86_64 and would therefore cause problems for software that isn't ARM native.

There's also Crossover (Wine+Rosetta 2). Of course that's a lot of layers for things to go wrong with.
 

Offline Midphase

  • Contributor
  • Posts: 33
  • Country: us
    • KaysLABS
Re: Is the required software for electronics available on macOS?
« Reply #16 on: July 07, 2024, 03:24:52 pm »
There is a lot of development happening on MacOS. Plenty of tools from Wolfram Alpha to KiKad to LTSpice to Arduino IDE and so on.

Ideally...do get yourself familiar with the Terminal and the command line basics.
 

Offline westfw

  • Super Contributor
  • ***
  • Posts: 4245
  • Country: us
Re: Is the required software for electronics available on macOS?
« Reply #17 on: July 08, 2024, 02:05:02 am »
I use a Mac for most thing (but I have an x86 Mac, so that might make things easier.  I'm not sure of the state of x86 emulation on Mn.)  A Mac runs a lot of unix/linux-like Open Source Software (including gcc compilers for everything, and assorted IDEs), and I use VirtualBox to run Windows and Linux, when necessary.

OTOH, a used less-than-SoTA windows laptop or desktop can be very cheap, and probably worth having.  The performance requirements for most EE-type stuff is not too high, so nearly anything will do.  You can even remotely access the Windows PC from your Mac using assorted tools and network their filesystems, if you want.
 

Offline agehall

  • Frequent Contributor
  • **
  • Posts: 388
  • Country: se
Re: Is the required software for electronics available on macOS?
« Reply #18 on: July 08, 2024, 04:50:05 am »
As a Mac user, I'm also very interested in this question. One tip I learned recently is that as a lot of modern test equipment can be controlled with SCPI commands. It is very easy to send these over your LAN from the Mac terminal with no additional software if you just need to send a few specific commands (for example for calibration).

Just start a terminal session, and then use the netcat command with the IP address and port number:

nc 192.168.1.100 5025

Then in the resulting session type the SCPI commands you need (e.g. *IDN?)
Close the session with Control-C to return to the terminal session.

Should be easy enough to write SCPI scripts too if needed.

You can use telnet on pretty much any platform out of the box for the same thing.
 

Offline nonlinearschool

  • Contributor
  • Posts: 13
  • Country: us
  • Electrons evade me...
Re: Is the required software for electronics available on macOS?
« Reply #19 on: July 11, 2024, 08:24:14 am »
Has anyone mentioned PlayonMac? I use that and PlayonLinux plus WINE. I have yet to find Electronics software that I can not get to work on the Mac... or Linux. with Virtualbox, or Parallels Mac Users can run most anything., today
 

Offline jonpaul

  • Super Contributor
  • ***
  • Posts: 3506
  • Country: fr
Re: Is the required software for electronics available on macOS?
« Reply #20 on: July 11, 2024, 08:35:32 am »
Try W10/11 VM for MAC.

KiCAD is free as are many others.


See Altium for MAC options.

j
Jean-Paul  the Internet Dinosaur
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf