Description
On this page https://docs.circuitpython.org/projects/bluefruitconnect/en/latest/examples.html
The 5th block of example code is the same as the first. But the description states that it should be a combination of the first and additionally a "RawTextPacket" example. Looking at the files in the GitHub examples folder for this documentation I think you need to refer to "bluefruitconnect_simpletest2.py". Being barely able to comprehend Python and the libraries is enough of a struggle (embedded C for over 30 years, now retired). Having the documentation add to the confusion is really a pain!
Thanks in advance,
Vin...
This example demonstrates receiving both a color (as in simpletest above)
and raw text (using RawTextPacket).
.. literalinclude:: ../examples/bluefruitconnect_simpletest.py
:caption: examples/bluefruitconnect_simpletest.py
:linenos: