Re: Regarding Arduino M0 zero serial communication implementation

2017-08-30 Thread jyothi . s
Thanks for all who supported me for solving the issue. Finally I can able to figure out the solution. That is my USB to TTL converter which I am using not able to give proper voltage levels. So for testing I converted my Arduino UNO board to USB TTL converter and connected to Arduino M0 pro.

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-29 Thread jyothi . s
On 2017-08-29 15:50, marko kiiskila wrote: On Aug 28, 2017, at 11:49 PM, jyoth...@aritron.com wrote: On 2017-08-28 17:41, marko kiiskila wrote: I just tried it, it worked for me at least. Take a look at output from ‘newt target dep ’, make sure you seen console/full, as well as shell as

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-29 Thread marko kiiskila
> On Aug 28, 2017, at 11:49 PM, jyoth...@aritron.com wrote: > > On 2017-08-28 17:41, marko kiiskila wrote: >> I just tried it, it worked for me at least. >> Take a look at output from ‘newt target dep ’, make sure you >> seen console/full, as well as shell as listed packages. >> Make sure that

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-28 Thread marko kiiskila
I just tried it, it worked for me at least. Take a look at output from ‘newt target dep ’, make sure you seen console/full, as well as shell as listed packages. Make sure that main() goes and executes os_eventq_run(os_eventq_dflt_get()) in a loop, as that’s needed for shell to pick up uart

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-27 Thread jyothi . s
On 2017-08-25 15:39, Christopher Collins wrote: Hi Jyothi, On Fri, Aug 25, 2017 at 12:10:50PM +, jyoth...@aritron.com wrote: [...] After we run the application, cant able to get the shell prompt as mentioned by you through minicom. With Arduino IDE and the arduino EDBG boot loader we can

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread Christopher Collins
On Fri, Aug 25, 2017 at 09:53:26AM -0700, marko kiiskila wrote: > Also note that blinky does not have shell compiled in. It’s a very simple > app which just blinks an LED. Try the app slinky instead; that one has shell > enabled. I believe Jyothi is following this tutorial which adds console and

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread marko kiiskila
> On Aug 25, 2017, at 8:39 AM, Christopher Collins wrote: > > Hi Jyothi, > > On Fri, Aug 25, 2017 at 12:10:50PM +, jyoth...@aritron.com wrote: > [...] >> After we run the application, cant able to get the shell prompt as >> mentioned by you through minicom. With Arduino

Re: Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread Christopher Collins
Hi Jyothi, On Fri, Aug 25, 2017 at 12:10:50PM +, jyoth...@aritron.com wrote: [...] > After we run the application, cant able to get the shell prompt as > mentioned by you through minicom. With Arduino IDE and the arduino > EDBG boot loader we can able to communicate with the board. But with

Regarding Arduino M0 zero serial communication implementation

2017-08-25 Thread jyothi . s
Dear Sir/Madam, For testing purpose, we are implementing serial communication with arduino M0 Pro with ESP8266MOD. I am trying with the basic blinky application with shell and console implementation. I followed all the steps mentioned in the links below: Creating Project and target: