Search found 6 matches

by cadotif983
Sun Feb 21, 2021 2:21 am
Forum: Raspberry Pi microcontroller boards
Topic: Play music through a passive buzzer and the Pico
Replies: 0
Views: 3654

Play music through a passive buzzer and the Pico

I created a micropython library so that you can play any of the hundreds of thousands of tracks from https://onlinesequencer.net using a single passive buzzer and a Pico! You can just use copy and paste to get the music string and the script automatically turns chords into really fast arpeggios to s...
by cadotif983
Sun Feb 14, 2021 7:03 pm
Forum: Raspberry Pi microcontroller boards
Topic: RPi Pico and OLED display (SSD1331)
Replies: 8
Views: 8091

Re: RPi Pico and OLED display (SSD1331)

Oh.... you're danjperron.... we had this exact discussion on the rpi forums :lol:. I'm the guy with the Chinese oled
by cadotif983
Sat Feb 13, 2021 9:35 pm
Forum: Raspberry Pi microcontroller boards
Topic: RPi Pico and OLED display (SSD1331)
Replies: 8
Views: 8091

Re: RPi Pico and OLED display (SSD1331)

Sorry, I couldn't find any mention of the display in any of the github links in the forum discussion you linked, I'm not very experienced with this kind of thing :). Could you please link the github that would help me get the SSD1331 working on the Pico?
by cadotif983
Fri Feb 12, 2021 8:18 pm
Forum: Raspberry Pi microcontroller boards
Topic: RPi Pico and OLED display (SSD1331)
Replies: 8
Views: 8091

Re: RPi Pico and OLED display (SSD1331)

The github link you sent says "(Micro)Python class to access the MFRC522 RFID reader", how is this related? :)
by cadotif983
Sat Jan 30, 2021 11:56 pm
Forum: Raspberry Pi microcontroller boards
Topic: RPi Pico and OLED display (SSD1331)
Replies: 8
Views: 8091

Re: RPi Pico and OLED display (SSD1331)

Thank you for the reply! I just discovered that the rpi pico supports circuit python so I'll try to get it working with this lib:

https://github.com/adafruit/Adafruit_Ci ... GB_Display
by cadotif983
Sat Jan 30, 2021 2:39 am
Forum: Raspberry Pi microcontroller boards
Topic: RPi Pico and OLED display (SSD1331)
Replies: 8
Views: 8091

RPi Pico and OLED display (SSD1331)

The display I have been trying to get working appears to be supported by this: https://github.com/adafruit/micropython-adafruit-rgb-display/ However the .MPY files provided appear to be incompatible with the pi pico's version of micropython since the repo is archived. I'm not sure how to rebuild it ...