Close

207 Results for "%E3%80%8A %EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98 OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%89%B9%E3%83%99grace%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EF%BC%B3%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%D0%B5 %D1%8F%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EB%B9%84%EC%9A%A9superstition %EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%80%B2%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%C2%A7%EF%BC%98fetch"

  • Part list

  • When I am working on a project, I like to build things that are the most cost efficient possible but still of good quality. So even those on a tight budget can afford to build their own. It's hard to give the exact amount of money spent, as...
  • 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...
  • Final Test / Power Up

  • 13. [ ] Apply only the +5 volt power again, verify the power LED lights and nothing gets hot. 14. [ ] Power off, connect motor power (but don't turn it on!) and the motor. For help with sorting out the motor leads, see: Stepper...
  • CODE

  • Here's the code used in this project.#include PCF8563 pcf; #include #include #include #include #define OLED_WIDTH 128 #define OLED_HEIGHT 64 #define OLED_ADDR 0x3C Adafruit_SSD1306 display(OLED_WIDTH, OLED_HEIGHT); void setup() { display.begin(SSD1306_SWITCHCAPVCC,...
  • Install code.

  • Copy and paste the following code into the Arduino IDE. Update the AP name and password to match your needs.  90% of this code is not mine. For full details please see this great guide: https://randomnerdtutorials.com/esp32-esp8266-web-server-physical-button/...
  • Battery Tutorial for SG circuit

  • Greetings fellow Enthusiasts Let me introduce myself. I'm Bones MacGyver. I like to make sparks.I'm going to do my best to help out the community with their battery woes.By no means am I a battery expert. But I have used and abused MANY Ni-Cd cells (and...
  • Commands for MSXPi-DOS (MSX-DOS)

  • It is possible to use MSXPi along with other disk drive interface, such as the MegaFlashRom SD or ATA-IDE. In this case, MSXPi-DOS burned to the MSXPi EPROM is not started, which means, it is not possible to use the MSXPi disk images stored on Pi. However,...
  • Gathering The Required Parts

  • To build the dial, you’ll need to get the kit with all the required custom PCBs from my Tindie Store,you can get the boards alone and source the rest of the parts yourself, I also have the full assembly kit with all the required parts available...
  • LIVE Display of Data from ESP32

  • In this project, we will host a server on the ESP32 dev board, which will display Temperature, Humidity, Altitude, and Pressure from the BME280 sensor module (You can use any other sensor to get environment data / Or use a randomized value to view data...
  • Proto-Rap Mark II

  • https://www.youtube.com/watch?v=WZIk_cwCiGshttps://www.youtube.com/watch?v=HmMKeCfoe2whttps://www.youtube.com/watch?v=uXEBNPaA-JkBasicamente en esos 3 videos de aprox un minuto se ve el armado. Primero se montan los laterales, el carro z y en tercer...
  • ESP8266 Software

  • Make software in ESPHome that listens to the UART traffic and changes the state of a switch based on specific messages that happen when the dryer is first turned on or off. The code I used is based on a Custom UART Component in ESPHome and a Custom...