Re: Arduino Zero/M0 Pro default serial connection changed

2016-06-29 Thread Brian Giori
First make sure you're connected to the programming microusb port and not the native one. If you can't see a new tty look for a cu. I have heard of some microusb cables providing power only so if all else fails try a new cable. On Wed, Jun 29, 2016 at 8:39 PM, todd mitton

Re: Arduino Zero/M0 Pro default serial connection changed

2016-06-29 Thread todd mitton
What /dev device do I use? I don't seem to get any new tty to talk to. Thanks, -Todd On Wed, Jun 29, 2016 at 3:15 PM, Gavin Jefferies wrote: > Cool! Thanks Brian. > -G > > On Wed, Jun 29, 2016 at 3:08 PM, Brian Giori wrote: > > Hey everyone, > > > > I

Re: Query current state of master and slave

2016-06-29 Thread Christopher Collins
On Wed, Jun 29, 2016 at 05:45:58PM -0700, Simon Ratner wrote: > For example: > > ble_gap_is_adv > ble_gap_is_disc > ble_gap_is_connecting > > You get the idea. > > As a concrete example, I want the master to be scanning whenever it isn't > handling a connection. Ditto for

Re: Arduino Zero/M0 Pro default serial connection changed

2016-06-29 Thread Gavin Jefferies
Cool! Thanks Brian. -G On Wed, Jun 29, 2016 at 3:08 PM, Brian Giori wrote: > Hey everyone, > > I recently changed the Arduino Zero/M0 Pro's default serial connection to > use the micro USB debugging port rather than the RX-0 and TX-1 pins. > > Here's the change: >

Arduino Zero/M0 Pro default serial connection changed

2016-06-29 Thread Brian Giori
Hey everyone, I recently changed the Arduino Zero/M0 Pro's default serial connection to use the micro USB debugging port rather than the RX-0 and TX-1 pins. Here's the change: https://github.com/runtimeinc/mynewt_arduino_zero/pull/2 Now you can ditch that FTDI cable :) Brian