Eytlin

Results 42 comments of Eytlin

Can you please tell me which version of raspberry pi do you have? Later, i will perform some tests on RPi4 and RPi Zero and suggest a fix.

> It works without any errors when I remove the line "self.sock.settimeout(self.timeout)" in the **init**.py file in the connect function (line 93). But I don't understand what the issue is...

Currently i'm trying to reproduce the bug on RPi Zero and RPi 4. RPi 4 seems to randomly fail in bluetooth connections. Try to run the following code and check...

> in the same shell i tried to load your script too and i got a new error ... maybe that's normal. It's normal because fixed code is not committed...

@KataPi @hvfrancesco Pushed the test fix Try to install it with ``` git clone https://github.com/bitrate16/ppa6-python cd ppa6-python pip install . --user ``` And check if issue persists ``` import ppa6...

@KataPi You can try to change the print concentration using `-c 1` ``` python -m ppa6 -m -c 1 -p -i image.png ``` And you will get almost the same...

@KataPi i'll look over this issue, but later

Second step: CUPS driver using this module and/or native implementation in C/C++

> May I get an hint on the best way to reverse the app? Try looking at [akptool](https://ibotpeaches.github.io/Apktool/) for app decompiling/patching/recompiling, and, as you said, jadx. In addition you can...

Looked over the trivial set of codes and here is overview of the range: Request -> Response: ``` 10ff1000 + BYTE -> set concentration [0-3] 10ff1001 + BYTE -> set...