This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I use Mac OSX for my total dev environment or do I need Windows

I have OSX Sierra, VMWare Fusion and Windows 7 available. I do Arduino (Teensy) dev, staying on the OSX side.

I want to use the nrf52 chip as a MIDI over BLE conduit (only), with all other processing on the Teensy MCU. In the end, I’d like to program and control plain vanilla nrf52 chips on a self-designed PCB, straight from the Teensy

  1. what’s the minimum toolset I need to learn?
  2. should I be finding OSX compatible tools in all cases, or do I need Windows tools?

I have the nRF dev kit, and have run blinks and proximity successfully using Windows to drop the HEX files.

Thanks Dave

Parents
  • Hi David, read some blog posts on this forum, there are people developing on Win/Linux/MacOS just fine. Surely most of the examples and tutorials are fro Win so with MacOS you will need more googling and some experience with embedded development. Most of the steps (compilation/linking in some tool chain, IDE for development, chip flashing, debugging) can be achieved with at least 3 options so there isn't any real "minimal" set of HW and SW...

Reply
  • Hi David, read some blog posts on this forum, there are people developing on Win/Linux/MacOS just fine. Surely most of the examples and tutorials are fro Win so with MacOS you will need more googling and some experience with embedded development. Most of the steps (compilation/linking in some tool chain, IDE for development, chip flashing, debugging) can be achieved with at least 3 options so there isn't any real "minimal" set of HW and SW...

Children
Related