GithubHelp home page GithubHelp logo

Comments (1)

KKopyscinski avatar KKopyscinski commented on June 11, 2024

It is possible but it would require work on both auto-pts and NimBLE side. On autopts you'd have to create support in autoptsclient for new project - there is one for Mynewt, but it supports Mynewt running on board - it uses BSPs from ptsprojects/boards. Linux (native) build is host only, and app uses controller provided by Linux. Because such app runs on Linux system and not physical board, it renders current BTP communication useless - there is no UART. I tried building bttester app on native with config:

syscfg.vals:
  BLE_TRANSPORT_LL: socket
  BLE_SOCK_USE_LINUX_BLUE: 1
  BLE_SOCK_USE_TCP: 0

and there are some compilation errors. Maybe they could be resolved by apache/mynewt-core#3042 , or by modifying app code.

Besides that, another communication channel for BTP commands would have to be made, AFAIK TCP could work. You could take a look at uart_pipe.c - we would have to make similar one for TCP.

I'm not sure it would be worth to implement all of this, because PTS is used to qualify Host itself - it does not depend on what platform Host is built. And all tests can be run or nRF52 or nRF53, and other BSP support could be added more easily - it would require only adding board support in autopts, which basically tells autopts how to restart board, and optionally build and flash image onto it.

from mynewt-nimble.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.