<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc" -->

---
title: Pi Pico Puts Bluetooth Keyboards On The I2C Bus | daily.dev
description: The bt2i2c project by Roberto Alsina uses a Pi Pico W to bridge any standard Bluetooth keyboard to the I2C bus. Once flashed with the firmware, the Pico W...
canonical: https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Pi Pico Puts Bluetooth Keyboards On The I2C Bus | daily.dev
og:description: The bt2i2c project by Roberto Alsina uses a Pi Pico W to bridge any standard Bluetooth keyboard to the I2C bus. Once flashed with the firmware, the Pico W...
og:url: https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc
og:image: https://api.daily.dev/og/posts/8nj5Wlkcc.png
og:image:alt: Pi Pico Puts Bluetooth Keyboards On The I2C Bus
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Pi Pico Puts Bluetooth Keyboards On The I2C Bus

**[Hackaday](https://daily.dev/sources/hackaday)** · 2 min read · 0 upvotes · 0 comments

## Summary

The bt2i2c project by Roberto Alsina uses a Pi Pico W to bridge any standard Bluetooth keyboard to the I2C bus. Once flashed with the firmware, the Pico W pairs with a Bluetooth keyboard and presents its input to connected microcontrollers as if it were a BlackBerry BBQ20/BBQ10 keyboard at address 0x1F, leveraging existing driver code. An optional ST7789 SPI display provides connection status feedback. The project opens up possibilities for writerdeck and other microcontroller-based projects that benefit from a quality wireless keyboard input.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://hackaday.com/2026/06/06/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus>

## Similar posts on daily.dev

- [The Raspberry Pi 500\+ Works as a Standalone Keyboard \(Well, Kinda\)](https://daily.dev/posts/the-raspberry-pi-500-works-as-a-standalone-keyboard-well-kinda--vp4qmmsxa) · omg\! ubuntu\! · 0 upvotes · 0 comments
- [Wired To Wireless: ESP32 Gives Your USB Keyboard Bluetooth](https://daily.dev/posts/wired-to-wireless-esp32-gives-your-usb-keyboard-bluetooth-vdxjy3w8s) · Hackaday · 0 upvotes · 0 comments
- [PICOTTY project enables multi-target serial remote management through Raspberry Pi Pico boards and Pi Zero 2 W SBC](https://daily.dev/posts/picotty-project-enables-multi-target-serial-remote-management-through-raspberry-pi-pico-boards-and-p-rcor7ceva) · CNX Software · 0 upvotes · 0 comments

---

Tags: [#embedded](https://daily.dev/tags/embedded), [#bluetooth](https://daily.dev/tags/bluetooth)

[View this post on daily.dev](https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Pi Pico Puts Bluetooth Keyboards On The I2C Bus","url":"https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc"},"datePublished":"2026-06-06T20:12:51.683Z","dateModified":"2026-06-06T20:13:11.264Z","description":"The bt2i2c project by Roberto Alsina uses a Pi Pico W to bridge any standard Bluetooth keyboard to the I2C bus. Once flashed with the firmware, the Pico W...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/526b25af272ccf3bac928c1596aaf6ac?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/526b25af272ccf3bac928c1596aaf6ac?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hackaday","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hackaday","logo":"https://media.daily.dev/image/upload/s--JhDfhy70--/f_auto,q_auto/v1767541814/logos/hackaday","url":"https://daily.dev/sources/hackaday"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/pi-pico-puts-bluetooth-keyboards-on-the-i2c-bus-8nj5wlkcc","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"embedded,bluetooth","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hackaday","item":"https://daily.dev/sources/hackaday"},{"@type":"ListItem","position":3,"name":"Pi Pico Puts Bluetooth Keyboards On The I2C Bus"}]}
```

