HI Carlos
There are different options to communicate with the Pico.
If you're on linux and have Bluetooth/blueZ setup properly, you could use bluez to create an RFCOMM connection to the pico. For that, you'd need to provide an RFCOMM service on the pico, see e.g. spp_counter_example. Please use your favorite search engine to find a tutorial on how to use bluez to create an RFCOMM connection - it's quite similar to creating an TCP/IP socket.
Alternatively, you could plug an USB Bluetooth dongle into your linux system and create a command line tool similar to the existing BTstack examples. Here, spp_streamer_client might be a good start: it does an inquiry and connects to the first device with CoD 1234. With the HID keyboard, either providing the Bluetooth address as a parameter or look for a device with a fixed name would work, too. See port/libusb for this.
If you're adventurous, you could also try the pan_http_lwip_demo, which implements a PAN service with BTstack and then allows to use Bluetooth tethering to connect to it, then use a web browser. You could run a web app on the Pico...
Good luck
Matthias
> On 22 Mar 2023, at 16:19, Carlos Fonseca <
cmce...@gmail.com> wrote:
>
> Hi Matthias,
>
> If possible from linux to the keyboard, but if it is easier it could also be from windows to the keyboard.
>
> Thank you,
> Carlos
>
> On Wednesday, March 22, 2023 at 3:05:33 PM UTC Matthias Ringwald wrote:
> Hi Carlos
>
> On which platform would you like to write the keyboard configuration mapping?
>
> Best
> Matthias
>
> > On 22 Mar 2023, at 15:51, Carlos Fonseca <
cmce...@gmail.com> wrote:
> >
> > Hi Matthias,
> >
> > Are there any examples for that? what I wanted to do was a simple program that would send the mappings to use in the keyboard, what option to send information to the keyboard would you recommend?
> >
> > Thank you,
> > Carlos
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "btstack-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
btstack-dev...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/btstack-dev/85c828dd-463b-4266-9b19-60955f3c82e2n%40googlegroups.com.