Matthew Clark

Results 49 comments of Matthew Clark
trafficstars

Do you not have SPI enabled? If you run `ls /dev/spi*`, you should see something like this: ![Screenshot 2023-12-08 at 12 07 21 PM](https://github.com/chandrawi/LoRaRF-Python/assets/540782/c4207d86-124f-4557-8120-49f3d37f3887) ...if not, then you don't have...

> I am using raspberrypi Zero w with Lora module SX1262 Same! And mine is working. After looking closer at the error message, I see a reference to `gpiod/chip.py`, but...

I'm using DietPi, 64-bit (bookworm). But its Apt uses the Debian repos, so it'd be the same as Raspbian (or legacy Raspberry Pi OS). But I don't think this is...

I am also attempting this exact thing -- a MiroTik R11e-LR9 that is connected to ChirpStack, but also The Things Stack. Looks like [examples/network](https://github.com/chandrawi/LoRaRF-Python/tree/main/examples/network) is close to what we're looking...

Switched to using the EPL driver via `Zebra EPL Page Mode 4-inch/203dpi/Direct-Thermal` and was able to "Print Test Page" successfully. However, printing from iPhone causes iOS Print Summary to hang...

> ...printing from iPhone causes iOS Print Summary to hang at "Waiting" I rebooted both the iPhone and the Raspberry Pi running LPrint, and am now able to print shipping...

This seems like an essential feature, and is very common in various caching libraries across all languages. Why was issue #3 closed without this actually being merged?

I'm having the same problem (currently on v1.7.0, but started with v1.4.x and made progress before the problem was fixed), and here's how to fix it: 1. While viewing the...

I see that you didn't include the full set of error messages, because further down will be this error: ```text ModuleNotFoundError: No module named 'distutils' ``` ...this is the main...