This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

add libuarte to central&peripheral

Hello,
Im working on project that communicate with gps/gprs and it works with the example/peripheral/libuarte. 
but when I want to integrat it (add) it to central peripheral id doesnt :
I added the same "drivers" that are used on libuarte example and "library" and "sdkconfig" and also "User Include Directories"

here is my logs of errors:

Parents
  • I'm sorry, but where exactly are you seeing trouble now? Are you able to build and run the project at all? I'm not sure I'm following what exactly the problem is.

    I see that in all of your screenshots you have not started the program (by pressing the green "play" button in SES which would explain why you don't see any debug output). 

    Best regards,

    Simon

  • Right now my trouble is when i start (press the play button ) it stop immediately after 1 sec.
    first probleme is i tayght its :uart_init() .but we by pass  it with set :uart to 0 .
    seconde probleme , and  its the current one that its crushus also when i press play is :  uart write().

    and put in mind that i just want to add libeuart example to the relay example to work with libeuarte functions in the project.


Reply
  • Right now my trouble is when i start (press the play button ) it stop immediately after 1 sec.
    first probleme is i tayght its :uart_init() .but we by pass  it with set :uart to 0 .
    seconde probleme , and  its the current one that its crushus also when i press play is :  uart write().

    and put in mind that i just want to add libeuart example to the relay example to work with libeuarte functions in the project.


Children
Related