Close

673 Results for "python"

  • AdvancePetPot

  • Follow the same above instructions for setting the Mind+ software.Drag and drop the AdvancePetPot folder into unihikers directory.Follow this tutorial for Setting Up The SSH For Unihiker.After you setup the SSH follow the below steps. Connect Unihiker...
  • Outdoor Hot tub monitoring

  • Here's what I did, i'll try to remember everything. -install raspbian on your sdcard, get the full release not the small oneplug your raspberry pi zero with some power and your wifi usb dongle. configure your pi so you can access it through your laptop...
  • Getting the NodeMCU Firmware

  • Many ESP8266 boards come with the Lua interpreter pre-installed. NodeMCU is both the name of the firmware, and also an ESP8266 development board that comes with NodeMCU firmware pre-installed. The firmware can be built with many different modules, which...
  • Raspberry Pi Setup

  • What I did to Raspberry Pi 3 B (for now)... Do not use NOOBS (I don't think it allows analog composite video output as we need it) Install just RASPBIAN, use 'stretch' update only (I think?).perform: -update pip3perform: sudo apt...
  • DSB18B20 Solution

  • You’ll need the following items to build this solution:DSB18B20 Temperature Sensor10K Resistor-Breadboard40-Pin Breakout Board + Ribbon Cable-Wires The ribbon cable connects to the GPIO pins on the Pi. The DS18B20 has three wires. The red wire connects...
  • Parts Details

  • Raspberry Pi B+: The Raspberry Pi 3 Model B+ is the final revision in the Raspberry Pi 3 range. Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz1GB LPDDR2 SDRAM2.4GHz and 5GHz IEEE 802.11.b/g/n/ac wireless LAN, Bluetooth 4.2, BLEGigabit Ethernet...
  • mandelHari.py

  • # Mandelbrot adapted for Pi Pico by Hari Wiguna from: # https://www.codingame.com/playgrounds/2358/how-to-plot-the-mandelbrot-set/mandelbrot-set def main(): import board # Pi Pico Board GPIO pins import displayio # Python's multi layer graphics import...