Skip to content

Instantly share code, notes, and snippets.

@rubikcuber
Last active July 2, 2022 00:02

Revisions

  1. rubikcuber revised this gist Mar 20, 2021. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,17 +1,17 @@
    Sensirion SCD30
    https://www.mouser.co.uk/ProductDetail/Sensirion/SCD30?qs=rrS6PyfT74fdywu4FxpYjQ%3D%3D

    Raspberry Pi Pico
    Raspberry Pi Pico (U1)
    https://www.raspberrypi.org/products/raspberry-pi-pico/

    0.96 OLED SSD1306
    0.96 OLED SSD1306 (U2)
    https://www.amazon.co.uk/SSD1306-Self-Luminous-Display-Compatible-Raspberry-Blue-Yellow/dp/B08FD643VZ/
    (other versions are available - make sure the pins are in the order: GND, VCC, SCL, SDA when viewed from the screen

    Axial Resistor 330Ohm x 3
    Axial Resistor 4.7K x 2
    RGB LED Common Cathode
    Tactile Switch SPST 6.00mm x 6.00mm
    Axial Resistor 330Ohm x 3 (R1, R2, R3)
    Axial Resistor 4.7K x 2 (R4, R5)
    RGB LED Common Cathode (LED1)
    Tactile Switch SPST 6.00mm x 6.00mm (SW1, SW2)

    RGB LED and tactile switches from those Arduino parts kits will probably work

  2. rubikcuber revised this gist Mar 20, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,5 @@ Tactile Switch SPST 6.00mm x 6.00mm

    RGB LED and tactile switches from those Arduino parts kits will probably work

    Some of these parts are optional. The Sensor and the Pico are required and either the OLED or the LED are needed show the reading. The switches are not used in in the current code.
    Some of these parts are optional. The Sensor and the Pico are required and either the OLED or the LED
    are needed show the reading. The switches are not used in in the current code.
  3. rubikcuber created this gist Mar 20, 2021.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    Sensirion SCD30
    https://www.mouser.co.uk/ProductDetail/Sensirion/SCD30?qs=rrS6PyfT74fdywu4FxpYjQ%3D%3D

    Raspberry Pi Pico
    https://www.raspberrypi.org/products/raspberry-pi-pico/

    0.96 OLED SSD1306
    https://www.amazon.co.uk/SSD1306-Self-Luminous-Display-Compatible-Raspberry-Blue-Yellow/dp/B08FD643VZ/
    (other versions are available - make sure the pins are in the order: GND, VCC, SCL, SDA when viewed from the screen

    Axial Resistor 330Ohm x 3
    Axial Resistor 4.7K x 2
    RGB LED Common Cathode
    Tactile Switch SPST 6.00mm x 6.00mm

    RGB LED and tactile switches from those Arduino parts kits will probably work

    Some of these parts are optional. The Sensor and the Pico are required and either the OLED or the LED are needed show the reading. The switches are not used in in the current code.