Michele Guerra

Results 12 comments of Michele Guerra

CB1 uses a custom IO arrangement, check my post here: https://github.com/bigtreetech/CB1/issues/14#issuecomment-1264658542 Just take a `PC` PIN and use my "guide"; I tried with `PC8`, `PC10` and `PC15`

I'm using latest Klipper image of CB1 OS, the V2.2.0. I just tried and I have the same problem. If I set the type as `gpio`, I get the permission...

> Assuming that you used the Klipper image, so you had the linux MCU host already install or you did it by yourself, you must have: - In your `printer.cfg`:...

> Hmmm tried [ Power GPIO permission denied #249 ](https://github.com/Arksine/moonraker/issues/249#issuecomment-945578614) and now the error looks different: 2022-10-02 22:38:09,928 [gpio.py:_request_gpio()] - Unable to init gpiochip0:gpio24. Make sure the gpio is not...

I just found the solution. Add the following lines in your `moonraker.conf`: ``` [power my_device] type: gpio pin: gpio78 ``` Create a new udev rule as `/etc/udev/rules.d/60-gpiod.rules` : ``` #...

> Okay so [this](https://github.com/Arksine/moonraker/issues/249#issuecomment-945578614) and [this](https://wiki.pine64.org/wiki/SOPine_GPIO_Alternate_Functions_Table) in combination with [this](https://github.com/mkuf/prind/issues/8#issue-1124760831) seem to be allowing me to add [power light_strip_2 ] type: gpio pin: gpio74 off_when_shutdown: True initial_state: off to my...

> Lovely I'm also getting around 1.8V output on high. > So the working pins on the M8P are: > `GPIO17`->`PC14`->`GPIO78` > `GPIO27`->`PC12`->`GPIO76` > `GPIO22`->`PC10`->`GPIO74` > `GPIO6`->`PG6`->`GPIO198` > `GPIO23`->`PC11`->`GPIO75` >...

You can run `sudo cat /sys/kernel/debug/gpio` to check if a GPIO is already in use and by which process/service. In my case `gpio75` is used by `spi1 CS0`

After 6 weeks the GPIO PINOUT for the CB1 is still a mistery for BTT/Biqu. The CB1 is currently useless for whom needs GPIO pins. I did some research and...

> > After 6 weeks the GPIO PINOUT for the CB1 is still a mistery for BTT/Biqu. The CB1 is currently useless for whom needs GPIO pins. > > I...