Mallo321123

Results 10 comments of Mallo321123

I think I have a Similar problem. My Setup: ESP8266 My programm recieves a Json via MQTT every few minutes, and Publishes a Json vie MQTT. The Problem: Every time...

Yes, its getting defined by my callback function: void callback(char* topic, byte* payload, unsigned int length) { Serial.print("Message arrived ["); Serial.print(topic); Serial.print("] "); for (uint8_t i = 0; i <...

The problem is, that I am consuming The payload_d slowly over time

Quick Update: I found out, that the hid descriptor table is fully being ignored. I can even leave it completly empty and inputs are still working. I have given up...

Hey, Thanks for your reply. The Caching tip was very helpfull. (I am using Linux btw, but its the same) I have a "Problem" with these two Lines, there is...

I'm Sorry, but I cant Get it to work. Here is my task Server ``` void BleMouse::taskServer(void *pvParameter) { BleMouse *bleMouseInstance = (BleMouse *)pvParameter; // static_cast(pvParameter); BLEDevice::init(bleMouseInstance->deviceName); BLEServer *pServer =...

There are no scroll move commands being recognized. Normal X and Y movements are displayed. The device is getting recognized correctly: ```-event258 DEVICE_ADDED ESP32 Bluetooth Mouse seat0 default group9 cap:kp...

Thank you so much. I also wanted to do that, but i thought I should get it to work first

@leollo98 Thanks for your work. Your fork sadly doesn't work on my machine eather. What OS are you using?

Its finaly Working, Thank you so much. The only weard part ist, that when sending a 100 step scroll with the move function, evtest shows a move value of -93