New pages
Jump to navigation
Jump to search
- 14:10, 31 May 2022 Sketching with Hardware MicroPython Edition Part I (hist) [400 bytes] Sebastian feger (talk | contribs) (Created page with "== Content of Part I == * Pinout Diagram Interpretation (Pi Pico) * Digital Input and Output ** Internal and external LEDs ** Buttons * Analog In and PWM Out ** Rotary pote...")
- 15:35, 23 March 2022 Bangle js (hist) [1,755 bytes] Skwhadmin (talk | contribs) (Created page with "== Bangle.js 1 & 2 == this is an open source smart watch that can be easily programmed in java script. * https://www.espruino.com/ * https://www.espruino.com/Bangle.js * https...")
- 15:14, 23 March 2022 LilyGo T-WATCH-2020 (hist) [215 bytes] Skwhadmin (talk | contribs) (Created page with "==LilyGo T-WATCH-2020== * https://www.youtube.com/watch?v=keHIhxRA8tk * https://github.com/Xinyuan-LilyGO * https://www.cnx-software.com/2021/02/17/ttgo-t-watch-2020-v3-esp32-...")
- 17:10, 4 January 2022 E-Paper Displays (hist) [209 bytes] Skwhadmin (talk | contribs) (Created page with "https://www.waveshare.com/wiki/Pico-ePaper-4.2 https://www.waveshare.com/wiki/Pico-ePaper-4.2-B https://www.waveshare.com/wiki/Pico-ePaper-2.66 https://github.com/waveshare...")
- 17:07, 4 January 2022 Arduino Nano RP2040 Connect (hist) [3,485 bytes] Skwhadmin (talk | contribs) (Created page with "= How to control the Builtin LED MicroPython = this is GPIO6 (D13 in Arduino) <syntaxhighlight lang="python" line='line'> from machine import Pin from time import sleep # u...")
- 03:05, 4 January 2022 Raspberry neopixel (hist) [202 bytes] Skwhadmin (talk | contribs) (Created page with "https://learn.adafruit.com/neopixels-on-raspberry-pi/overview https://learn.adafruit.com/neopixels-on-raspberry-pi/raspberry-pi-wiring https://learn.adafruit.com/neopixels-o...")
- 03:01, 4 January 2022 Raspberry Pi ADC (hist) [273 bytes] Skwhadmin (talk | contribs) (Created page with "High Precision AD board with 10 channels with 24 bits (or differatial 5 channels 32 bit) https://www.waveshare.com/wiki/High-Precision_AD_HAT https://github.com/waveshare/Hi...")
- 02:57, 4 January 2022 Raspberry Pi I2C (hist) [572 bytes] Skwhadmin (talk | contribs) (Created page with "TMP117 connected to the raspberry Pi 4 programmed in python 3 blue dot boards - https://www.bluedot.space/products/tmp117/ circuitpython library - https://circuitpython.rea...")