1. Pentinic

    I2C No longer finding SSD1306 display

    Hi all, I have a design for a SSD1306 display driver below that I tested last night and worked (given the I2C address sometimes changed out of nowhere and every couple hundred frames would have artefacts), however this morning the display is no longer even being detected by an I2C bus scan. I...
  2. I

    Is there a way to use Arduino shield with raspberry Pi pico ?

    I have a Arduino nano IO shield with screw connectors and I want to use it with pi pico . The problem is that pico and nano have different width and thus pico doesn't fit in Arduino Nano's shield. The reason I want to do this is because I searched a lot but can't find any IO shield or even cnc...
  3. R

    2 stepper motors simultaneously on rpi pico (micropython)

    I am trying to get 2 stepper motors to run at 2 seperate (and changing) speeds on a rpi pico. the pico will also be doing other things (like reading inputs) along side this. the only way I know to control the speed of a motor is using the time.sleep (see code below function between pulses...
Top