The operating system typically used on Mac computers. Use this tag for questions about using Arduino alongside a Mac environment, such as uploading a program from a Mac.
0
votes
0answers
22 views
Cannot edit text using OSX editor
When I received an Arduino Uno in the post today, I used my 2012 iMac running OSX El Capitan to download and run the OSX version of the Arduino Editor. After having finding I could not edit the text, ...
0
votes
1answer
17 views
Controlling an OSX app by Arduino
I am trying to control an app on OSX with an Arduino Uno. Specifically, I would like to start and stop play of an MP3 on iTunes, or a track on Spotify, using an Arduino connected to the Apple ...
0
votes
1answer
46 views
Missing Libraries make no sense
I've never much issue importing a library to my master sketchbook location, restarting Arduino, then using the library examples. Today is a different story:
I'm loading RCLib which is part of this ...
0
votes
0answers
59 views
Arduino Yún not connecting to Mac serial port
I am using OS X El Capitan (V 10.11.2) and I'm new to the Arduino world.
I was uploading to the Arduino one second and it was working fine and the next second, the USB port couldn't be found. I've ...
7
votes
0answers
126 views
Mysterious RX pulses on UART connect on OS X Arduino Due
Arduino IDE 1.6.8, Arduino Due, Mac OS 10.11.3
I am seeing eight mysterious pulses on the RX line when I connect to the serial port using multiple client libraries (Python, JavaScript as well as the ...
1
vote
1answer
75 views
Board won't show on one of my computers
I have the same problem with these two boards: Ruggeduino (Uno compatible) and DFRobot Romeo 1 (Duemilanove compatible). On one of my Macs (a Macbook Pro running 10.11.4), I can see a new port /dev/...
2
votes
2answers
475 views
MKR1000 not showing up on OSX
I can't appear to get my MKR1000 to list a port on my mac in the arduino ide, am i missing something obvious or does it need additional drivers?
Also
➜ ~ csrutil status
System Integrity Protection ...
0
votes
1answer
82 views
How to read data from PC
I'm new to Arduino.
I'm passing some data from my Android phone to my Macbook via bluetooth (throught the app Sensoduino).
What I'd like to do now is to export that data to my Arduino Mini Pro.
Is ...
1
vote
1answer
4k views
Upload with esptool fails with “espcomm_send_command: cant receive slip payload data”
Uploading a sketch to an ESP8266 board fails with:
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
...
0
votes
0answers
48 views
Record and playback serial data (tty devices)?
I've connected my Arduino project with a FTDI cable to my Mac. I would like to record data that is sentto /dev/tty.usbserial-AJ038NZ3 and be able play it back so I don't need to attach my project all ...
1
vote
0answers
71 views
Using embedXcode with Adafruit Trinket
I'm trying to get set up to develop for the Adafruit Trinket on a Mac running the OS X El Capitan beta (10.11.2 beta) with Xcode and embedXcode. I've got the Arduino IDE downloaded from arduino.cc ...
3
votes
4answers
7k views
Arduino not detected On El Capitan Public Beta 6
Since I updated to El Capitan Public Beta, my Arduino Uno doesn't show up in the serial devices list.
The System Information utility shows an Arduino connected on the USB port (as 'Communication ...
1
vote
2answers
5k views
Arduino Nano with Mac OS Yosemite 10.10
I have an Arduino Nano and i’m trying to use it with the Mac OS Yosemite (10.10). However, I’m having issues with the data transfer between the computer and the device. The Arduino is powered (LED is ...
0
votes
1answer
141 views
LCD Display hangs the computer
I'm trying to connect 16x2 LCD screen to clone Arduino UNO via PF8574T backpack. 4 cables are connected to +5V, GND, SDA and SDL pins.
When I tried this I2C scanner code from arduino.cc. It returned ...
1
vote
0answers
316 views
How to run Arduino 1.0.6 on OS X 10.10 with Java 7 or 8 already installed
On a new Mac (running OS X 10.10) with Java 7 or 8 already installed (for other development), how can I run the Arduino 1.0.6 IDE (which seems to be required for the LightBlue Bean BLE Arduino device),...
1
vote
1answer
3k views
Is there an Arduino Simulator or Emulator that runs on OS X?
Is there an Arduino Simulator or Emulator or cross-compiler to native Mac executable that runs directly under Mac OS X, and does NOT require a Windows or Linux VM or an active internet connection for ...
1
vote
0answers
352 views
Cannot upload sketch to Arduino Micro with Arduino IDE on OSX
I have been programming a Arduino Micro for weeks now, but suddenly it is not able to upload a sketch.
I am using OSX Mavericks on a Macbook Pro which has USB 3.0 ports. It has never been a problem ...
1
vote
2answers
2k views
Installing Ports for Arduino Nano on Mac OS X Yosemite
Just starting with Arduino and have gotten stuck at the first hurdle: trying to connect an Arduino Nano with my Mac Book Pro which runs 10.10. I can't seem to find the right port as all suggestions ...
0
votes
1answer
123 views
Make upload stuck on osx 10.10 bare-arduino-project
I followed the instructions in here, including to use arduino IDE v 1.0.5, but when I tried to make upload it stuck. I can upload it when using Arduino IDE.
Here is what I got:
mkdir -p /Users/...
13
votes
6answers
27k views
Rename device name (ch340 usb to serial) Mac OS
Can't upload sketches to Arduino Nano clone with USB to serial chip ch340.
After installing drivers and plugging in, device has the name cu/tty.wch ch341 USB=>RS232 fa130 (with spaces), but ...