On the card10 the ARM Cordio-B50 stack is used, which is in a very early experimental state and has some incompatibilities with some Smartphones.
On the card10 the ARM Cordio-B50 stack is used, which is in a very early experimental state and has some incompatibilities with some smartphones.
Therefore some alternative stacks are evaluated, which meight be used as a replacement in the long term.
Here a stack called NimBLE is presented, which claims to be feature complete. Originally it has been developed
for Mynewt, an open source embedded operating system by Apache (https://mynewt.apache.org/).
Here a stack called NimBLE is presented, which claims to be feature complete. Originally it has been developed for Mynewt, an open source embedded operating system by Apache (https://mynewt.apache.org/).
There is a working port for the ESP32 espressif ESP-IDF framework.
...
...
@@ -70,11 +69,15 @@ Enter the virtualenv:
bash shell:
. venv/bin/activate
.. code-block:: shell-session
. venv/bin/activate
fish shell:
. venv/bin/activate.fish
.. code-block:: shell-session
. venv/bin/activate.fish
Init git submodules and install all required Python packages: