py-gaugette
py-gaugette copied to clipboard
Python library to support building hardware gadgets with the Raspberry Pi and BeagleBone Black
Hi, I want to install it on Thonny packages. I have two issues, one is `platform can't be found` and the other I am unable to install on Raspberry Pico...
hi, loved this repo. I am trying to read dc motor encoder link, using your example, how ever I am getting NotImplementedError: Platform is not supported. exception is raised for...
Although there is support for the AdaFruit Monochrome 128x32 SPI OLED Graphic Display the I2C version isn't supported: http://www.adafruit.com/products/931 Support is needed for the use of the I2C version in...
Hi, I am using DC motors controlled by a Raspberry Pi Model 3 running Stretch. I adapted the code from rotary_worker_test.py to read from two of the wheels as below....
Added a script for the SSD1351 OLED driver chip, along with an example script in samples/. Original credit for the code goes to @boxysean, I just brought it up to...
Hello! I have a problem that when I run rotary_interrupt_test.py I get Segmentation fault (I saw that someone already reported about this issue but it wasn't solved). If I run...
I'm trying to read out a rotary encoder using a Raspberry Pi, but I'm having trouble getting good results. I first tried the code in the [rotary_interrupt_test.py](https://github.com/guyc/py-gaugette/blob/master/samples/rotary_interrupt_test.py) file, but as...
Hi, I just tried to run the example program for the rotary encoder provided and as soon as I turn the rotary encoder the program terminates and gives the "Segmentation...
Hi I've updated my Pi and no longer able to use my SSD1306 with gaugette. I've updated gaugette and wiring pi, I've stoped getting the platform issues now but see...