Take the 2-minute tour ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free.

How can I start PIC Microcontroller Programming on Mac OS X. Can I use an Arduino connected to my Mac has a programmer? Or do I need to buy specific programmer board and serial adapters?

share|improve this question
1  
Have you tried WINE? –  Connor Wolf Jan 20 '11 at 5:11

5 Answers 5

up vote 11 down vote accepted

You can use the PICKit Flash Starter Key (USB!). Check this website: www.teammojo.org/PICkit/pickit1.html

There used to be a Cocoa GUI to program the PICKit made by someone at Microchip, but I can't find it now... (source code was available!).

You can compile your code using gpasm (gputils.sourceforge.net), and then flash it into the PIC using the PICKit.

I found also this simulator that runs perfect on the mac: www.feertech.com/misim/homepage.html

share|improve this answer

I don't think you can do it from an Arduino board. There are various specs around the internet for serial based pic programmer boards, or you can get them from Microchip (the manufacturers of PIC chips), if you go to their site http://www.microchipdirect.com you should find most of their offerings under development tools, including USB based programmers. I'm not sure what software there is available as an IDE for the Mac but Google is your friend in situations like this.

share|improve this answer
    
Untrue, you can with an Arduino and a few components. Though it may not be the most optimal method. –  Chris Stratton Oct 22 '12 at 15:09

You will need a special programmer and you can use SDCC and xcode which you can get from apple.

share|improve this answer
1  
SDCC can compile for PIC. However, you'll still need a programmer and software to drive it. XCode is just an IDE/editor, it won't easily integrate with SDCC –  Toby Jaffey Jan 20 '11 at 11:27

The MPLAB X (runs on Java, based on Netbeans) is available here for Mac OS 10.X.

share|improve this answer
    
Look at microchip MPLAB X that all. –  Luis Muñoz Jan 20 '11 at 15:58

You can make the PIC microcontroller programming with Mac OS X via USB simple and straightforward.

You must have XCode installed: http://www.youtube.com/watch?v=rSg_i3gHF3U

share|improve this answer
    
Please include details that don't require watching a youtube video, –  Connor Wolf Jan 24 '13 at 5:00
    
Also, the video is in Spanish (I think). –  Connor Wolf Jan 24 '13 at 5:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.