#๐ Bluetooth HID
48 messages ยท Page 1 of 1 (latest)
@bold fiber
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
my current program:
import bluetooth
import os
os.system("cls")
print("Searching for bluetooth devices...")
devices = bluetooth.discover_devices(lookup_names=True)
os.system("cls")
print(f"Found {len(devices)} devices:\n")
print(devices)
i = 0
for addr, name in devices:
i += 1
print(f" {i}. {name}")
input("\n")```
Yea but it doesnt work with pybluez because it has not build in support for HID profile
Yess
When iam right you can use like pywinusb or smt
pyhidapi
Ah nvm you want to send by Bluetooth and pywinusb is only for usb HID
yeah with bluetooth
but pyhidapi sould work?
ah no wait its also only for usb :>
wait, is windows supporting Bluetooth HID Emulation
I'm not sure it's why I asked here
so you want your laptop to emulate a Bluetooth HID Device?
yea ok that doesnt work, so windows can receive HID signals but not allow to emulate a Bluetooth HID device
so you need smt like an Esp 32
what is it?
a microcontroller that can act as a Bluetooth HID device
you can make it through Wifi so not with Bluetooth
how?
poaahhh i guess this is a lill bit harder so i you need on one device the server with pynut and on the other the sender
ah you wont have on one device like an keyboard to type on another device
i dont get it sorry :<
iam so dump
You said that I have to launch a programm on the host
nono sorry ๐๐
yea
but I just want to launch and type on another device without any preparation
nah all good
Do you want me to get honest?
Yes?
Like actually I'm quite interested in cybersecurity and I did several "hack" (I didn't used them and I will never) it's just like for fun or smth idk And I see that someone manage to control the keyboard of a computer without anything and I would like to do smth like that
okay, so iam out on that, iam also not knowledged about that sorry
okay no probleme thank you ๐
yea no probelm, but good luck on that
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.