Close

1621 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"

  • 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....
  • Raspberry Pi Vintage Arcade

  • Wiring the Joystick and Buttons (Optional Soft Mount)This will be the start of your amazing Raspberry Pi Arcade System!First, you must become familiar with the Raspberry Pi GPIO.This will be where you plug in all the buttons and joysticks.The awesome...
  • 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...
  • Huzzah ESP8266 and Blynk.cc App

  • Now setup Arduino IDE and prepare the sketch for upload.Add the Huzzah boards manager to the IDE preferences. http://arduino.esp8266.com/stable/package_esp8266com_index.json Open the boards manager, search for esp and install the esp8266 package (you...
  • 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...