Re: 2nd UART on NRF52DK

2017-02-15 Thread Andrew Tam
.io> wrote: > Hi Andrew, > > I just tried the UART bitbanger on nrf51, as I had not done this before. > I was only able to run it at 4800 bps; I was getting junk at 9600. > I did this trial by changing my console port to use the bitbanger. > > > On Feb 15, 2017, at 3:27

Re: 2nd UART on NRF52DK

2017-02-13 Thread Andrew Tam
return 0; } == Any idea? Thanks, - Andrew - On Wed, Feb 1, 2017 at 6:44 PM, Andrew Tam <t...@proxy.co> wrote: > Thanks marko! we got it up and running! > > Cheers, > > - Andrew - > > On Wed, Feb 1, 2017 at 3:13 PM, marko kiiskila <ma...@runtime.io> wr

Re: 2nd UART on NRF52DK

2017-02-01 Thread Andrew Tam
Thanks marko! we got it up and running! Cheers, - Andrew - On Wed, Feb 1, 2017 at 3:13 PM, marko kiiskila <ma...@runtime.io> wrote: > Hi Andrew, > > > On Feb 1, 2017, at 12:01 PM, Andrew Tam <t...@proxy.co> wrote: > > > > Hi Marko, > > > > I'v

Re: 2nd UART on NRF52DK

2017-01-30 Thread Andrew Tam
Take a look at hw/bsp/arduino_primo_nrf52/src/hal_bsp.c, specifically > the setup of UART0 and UART1. > > UART0 uses HAL uart driver, while UART1 sets up bitbanger. > > > On Jan 30, 2017, at 3:21 PM, Andrew Tam <t...@proxy.co> wrote: > > > > I'm currently look