Skip to content
Snippets Groups Projects
Commit e9adb177 authored by coon's avatar coon
Browse files

nimble.rst: cosmetics

parent 4879c573
No related branches found
No related tags found
No related merge requests found
NimBLE NimBLE
====== ======
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. 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 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/).
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. There is a working port for the ESP32 espressif ESP-IDF framework.
...@@ -70,10 +69,14 @@ Enter the virtualenv: ...@@ -70,10 +69,14 @@ Enter the virtualenv:
bash shell: bash shell:
.. code-block:: shell-session
. venv/bin/activate . venv/bin/activate
fish shell: fish shell:
.. code-block:: shell-session
. venv/bin/activate.fish . venv/bin/activate.fish
Init git submodules and install all required Python packages: Init git submodules and install all required Python packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment