Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Bluetooth module is found on the MacBook Pro as HC-06 in the list of available Bluetooth devices. A connection can be established with Code '1234'.

Expand
titleClick here to show monitor approach...

In Terminal a list of all open serial ports can be shown via ' ls /dev/tty.* '.

/dev/tty.HC-06-DevB ' should be shown in the list. A serial console to the module can be established via ' screen /dev/tty.HC-06-DevB '.

Update:

To close a running screen, press ctrl-a, afterwards crtl-\ (Yes: on German keyboard: ctrl-alt-shift-7), afterwards y.

 

Unfortunately the MacBook does not reconnect automatically after reset of the Arduino. The Bluetooth module has to be unpaired and paired again to be usable again. Hopefully this will can be fixed somehow...

 

Update:

To close a running screen, press ctrl-a, afterwards crtl-\ (Yes: on German keyboard: ctrl-alt-shift-7), afterwards y.

A much better A much easier way of connecting via Bluetooth is to use the Arduino Serial Monitor (Tools -> Serial Monitor).