I'm trying to make a RPi Zero W emulate a bluetooth keyboard and haven't had any luck with Raspberry Pi OS.
It seems that the Stenogotchi project has solved this so I'm trying to install it on my RPi Zero W but have hit some issues.
I will provide a pull request for the instructions changes I've identified to date, but here they are for anyone interested:
apt-get install git xorg xserver-xorg-video-fbdev python3-pip python3-rpi.gpio python3-gi libtiff5 libopenjp2-7 bluez screen rfkill python3-evdev python3-xlib python3-pil python3-spidev python3-dbus python3-toml gcc make build-essential python3-dev libssl-dev cmake autoconf automake libtool pkg-config libcairo2-dev -y
pip3 install file_read_backwards flask flask-wtf flask-cors jsonpickle --break-system-packages
wget https://github.com/openstenoproject/plover/releases/download/v4.0.0/plover-4.0.0-py3-none-any.whl
pip3 install plover-4.0.0-py3-none-any.whl
git clone https://github.com/Anodynous/stenogotchi.git
pip3 install ./stenogotchi/plover_plugin/ --break-system-packages
Installation seems to have been successful after this.
I don't think the initial_setup.sh script executed python3 ./stenogotchi/stenogotchi.py so I did that manually and have now paired to a PC