Close

870 Results for "%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EA%B0%95%EC%B6%94%E2%9C%9Awww%2Coptime4.com%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%20%EC%9D%B8%EC%B2%9C%EB%A7%88%EC%82%AC%EC%A7%80%20%E2%9C%9A%20%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%E1%98%9B%20%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EC%82%AC%EC%A7%84%E1%98%9B%20%EC%9D%B8%EC%B2%9C%ED%9C%B4%EA%B2%8C%ED%85%94%20%EC%9D%B8%EC%B2%9C%ED%82%A4%EC%8A%A4%EB%B0%A9%20%ED%83%80%EC%9E%84"

  • The Dune Pain Box

  • Winding the inductors is easier than you might think!  I used about 4 feet of 18GA Magnet wire to wind the inductors for this particular power supply.  Each inductor has ~30 turns on it for an inductance of about 90uH.  If you don't have...
  • Getting to Blinky!

  • After all that work, we are finally ready to compile and program our first application! Let's blink an LED! Various ESP boards have LEDs on different pins. The Feather HUZZAH has one on GPIO0, and another on GPIO2. The SparkFun Thing has one on GPIO5....
  • PolaPi

  • The raspberry pi could be accessed with ssh and files copied with scp (or winscp).Make the following folders:/home/pi/Photos (where the picture files will be saved)/home/pi/polapiOn the last one, put 3 files. The file fbcp (if not executable, use "chmod...
  • Open FURBY

  • PC control systemDriver installation After connecting Open FURBY USB connector to the master PC controller you must install serial control port driver. Driver are usually installed automatically by Windows; if not install the following driver LINK. URBI...
  • 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...
  • Program your Board

  • I'm a pretty mechanically inclined person, not a "code person". So, briefly, here's an overview on how 3D printers work, assuming you don't know anything about 3D printers, like I didn't. If you do know, you can probably skip this part. Motors and Sensors...
  • Software Installation

  • Download and install the Arduino IDEOpen the Arduino IDEGo to "File" -> "Preferences"Insert the following URL into the "Additional Boards Manager URLs" field http://arduino.esp8266.com/stable/package_esp8266com_index.json Click "OK"Open the Boards Manager...
  • Setting up Arduino IDE

  • Next, open up the Arduino IDE then goto Sketch→Include Library→Add Zip and select the downloaded the GitHub repo. Once you added the library, then open the File→example→Library Example. Select the Wappsto, and generic Temperature example. First, we have...
  • Key Codes

  • """ `adafruit_hid.keycode.Keycode` ==================================================== * Author(s): Scott Shawcroft, Dan Halbert """ """USB HID Keycode constants. This list is modeled after the names for USB keycodes defined in https://usb.org/sites/default/files/hut1_21_0.pdf......