MKesenheimer

Results 17 issues of MKesenheimer

Added Dockerfile to create a docker container that contains all required packages and software. See also: https://hub.docker.com/repository/docker/mkesenheimer/blueflower

I am trying to install bluing on a current kali machine, however an error is displayed that bluing only works with python3.10. Currently, on my system only python3.11 is installed....

bluing relies on the dbus-python package. On kali linux I get an error, when the dbus-python package is being built: ``` $ pip install --user bluing Requirement already satisfied: bluing...

When sniffing with btlejack, I get garbage on the command line while determining the channel map: ``` btlejack -v -f 0x5065621d BtleJack version 2.1 [i] Detected sniffers: > Sniffer #0:...

Changes for slower display refresh rate ## Description The e-ink display is updated very frequently whenever the state of the pwnagotchi changes. This effectively makes the config parameter `ui.fps` useless...

I had to add the line ``` target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-format) ``` to `Firmware/ESP32/main/CMakeLists.txt` in order to ignore compiler errors. Furthermore, the macro `portTICK_RATE_MS ` was replaced by `portTICK_PERIOD_MS` in `Firmware/ESP32/main/openhaystack_main.c`...

# Bug Report **NanoVNA-Saver version:** 00dd59ffc68a37b60cf25ffb2574d4f32dca1e06 **Current behavior:** `NanoVNASaver` does not start and throws the following error when started from the command line: ``` [90198] Module object for pyimod02_importers is...

bug
stale

To install the chipwhisperer software, I followed the instructions at [https://chipwhisperer.readthedocs.io/en/latest/linux-install.html](https://chipwhisperer.readthedocs.io/en/latest/linux-install.html). However, when running the command ``` jupyter notebook ``` python errors occurred. I had to install the packages traitlets...

Python had some problems with encoding of the strings: ``` create_bgi.py, line 15: unicodeescape codec can't decode bytes in position 0-1. [...] create_bgi.py, line 23: TypeError: a bytes-like object is...

Dockerfile to build the docker container locally added.