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
1 merge request!358wiki: bluetooth: add NimBLE page
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.
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment