Last active
July 2, 2022 00:02
Revisions
-
rubikcuber revised this gist
Mar 20, 2021 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 (U1) https://www.raspberrypi.org/products/raspberry-pi-pico/ 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 (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 -
rubikcuber revised this gist
Mar 20, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
rubikcuber created this gist
Mar 20, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.