I couldn't find any information on Adafruit CLUE's bluetooth library or even examples of code. Could someone tell me if Adafruit CLUE even has a bluetooth library and where I can find it?
\$\begingroup\$ \$\endgroup\$
2 - \$\begingroup\$ Have you had a look at this: learn.adafruit.com/adafruit-clue/arcada-libraries \$\endgroup\$hacker804– hacker8042020-09-10 08:50:35 +00:00Commented Sep 10, 2020 at 8:50
- 1\$\begingroup\$ Please do some research and then ask a more focussed question (if necessary) before posting. Don't expect other people to Google, interpret and spoon feed answers when you haven't made a reasonable effort up front. I found this learn.adafruit.com/… and a bunch of other references just by Googling "adafruit CLUE bluetooth library" \$\endgroup\$mhaselup– mhaselup2020-09-16 00:32:31 +00:00Commented Sep 16, 2020 at 0:32
Add a comment |
1 Answer
\$\begingroup\$ \$\endgroup\$
1 Adafruit has circuitpython support for it: https://github.com/adafruit/Adafruit_CircuitPython_CLUE
The CLUE is just a bunch of sensors and an nRF52840. If you want to use it in an Arduino environment, I assume you can use the individual libraries for its components.
- 1\$\begingroup\$ I am using it over on mu the editor for CircuitPython. I just want to know what the library name is. \$\endgroup\$Electrolyte– Electrolyte2020-09-02 23:32:27 +00:00Commented Sep 2, 2020 at 23:32