HID Cable: a Zero+Pico based "cable" allowing an iPad to send text to other devices over the HID protocol

This page summarizes the projects mentioned and recommended in the original post on /r/raspberry_pi

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Adafruit_CircuitPython_HID

    USB Human Interface Device drivers.

  • This is the final version of my HID Cable, a setup I made for my teaching job. It consists of a Pi Pico and a Pi Zero. On the Zero end, a soldered on USB C cable provides power and a wired USB Ethernet gadget local network connection from the connected iPad Pro. The iPad has a ton of Shortcuts (automation app) set up with predefined feedback comments that I can trigger with keyboard shortcuts in order to copy to the clipboard, normally used to insert into student work I grade. A second keyboard shortcut however grabs the clipboard and uses HTTP POST to the Pi's hostname, where it's running a Flask server. The Flask script compensates for any odd characters that the Pico end doesn't support before sending it over UART to the Pico. The Pico is connected to any other device that supports USB keyboards and acts like one, receiving the text over UART and typing it out as if it were a keyboard. This is fairly standard CircuitPython HID with a Norwegian layout.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts