Page 1 of 1

When can I find the "connectivity" library

Posted: Wed Sep 11, 2024 1:07 pm
by patmolloy
I have a Connectivity board. Scripts want "Connectivity.h" which I do not currently have and cannot easily find!

Many thanks and TIA

Re: When can I find the "connectivity" library

Posted: Thu Sep 12, 2024 10:37 am
by Pontus
Hi,

The Connectivity.h file is available in the arduino-pico BSP from Earle Philhower downloadable from here: https://github.com/earlephilhower/arduino-pico.
You will need to select the board in the Arduino IDE before it can be used. Instructions on how to install the package is in the README on that page.

/P

Re: When can I find the "connectivity" library

Posted: Thu Sep 12, 2024 11:26 am
by patmolloy
Thanks so much. I had actually followed all of that but then *failed* to see there was an Connectivity board option, so had selected Challenger LTE.

Having selected the right board, it's much happier!

Sorry!!

Re: When can I find the "connectivity" library

Posted: Thu Sep 12, 2024 1:22 pm
by Pontus
No worries, happy hacking ;)