- Arduino Robotic Projects
- Richard Grimmett
- 204字
- 2021-09-03 09:59:26
Using a Mac to develop using Arduino
Using a Mac or a Windows machine is absolutely fine; however, you'll just need to follow a couple of different steps. First, as noted earlier, download and install the Mac software from http://Arduino.cc/en/guide/macOSX#.UxpobfldVHI. When you plug in your Arduino Uno or Mega, the system will recognize it and establish a connection. The green power LED should turn on. Now, open the Arduino IDE and select the proper board as shown previously.
You will also need to select the serial port. When you navigate to the Tools | Serial Port, you should see the following screenshot:

Select the option that begins with tty.usbmodem. You may need to remove Arduino to see if you have other devices connected to the port and how this selection changes to identify which port is connected to Arduino. You'll then be connected to the device. You should now be able to open the Blink example, run the code, and see the orange LED flash.
If you are using FLORA, Gemma, or Trinket, you'll need to go to https://learn.adafruit.com/getting-started-with-flora/download-software and follow the instructions to download and install the SW. Then, go to Tools | Serial Port as shown earlier for Arduino Uno and Mega.
- arc42 by Example
- Flink SQL與DataStream入門、進階與實戰
- 程序員數學:用Python學透線性代數和微積分
- Python深度學習
- Python網絡爬蟲從入門到實踐(第2版)
- Java Web及其框架技術
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Python語言實用教程
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Django 5企業級Web應用開發實戰(視頻教學版)
- Mastering Adobe Captivate 7
- JavaScript從入門到精通(視頻實戰版)
- Mastering OAuth 2.0
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- Java設計模式深入研究