Close

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

  • Analysing the code

  • As we've established in prior tutorials, every program written with the ESP SDK needs to have a function called user_init(). This function is called by the SDK once it has finished the boot process. Much of the code in our example revolves around getting...
  • Connect your device with miniDenko

  • WIP Scan and connect to the AP named "miniDenko-xxxxx"(here xxxxx is a unique chip ID)Open http://192.168.1.5/ in a browser (Chrome recommended) Here you can edit & submit new messages ( Try to tap the "Add" button) miniDenko internally has 3 "slots"...
  • Step 9: The code

  • Now, it’s time to start our program! First, import the a few libraries, such as MCPI library which is the Minecraft Pi Python library that allows us to use a very simple API to integrate with the Minecraft world; time library which allows us to us sleep...
  • CyborgDistro

  • Autonomous Cyborg Backpack Instructions:--Hardware Setup--Mount Dagu arms on rigid surface (such as a cardboard box or plastic container).Place arms/surface in backpack and seal backpack so arms do not fall out (possibly seal via industrial-grade tape).Mount...
  • ramanPi - Raman Spectrometer

  • Below is a list of build instruction logs that will instruct you on how to go all the way from sourcing your components to printing the parts, and constructing your very own raman spectrometer!To begin, you will need some tools..  Pretty much every...
  • Step 2- Parts

  • Bellow is a list of all the parts you will need. There are only two kinds of parts which are custom and they are the waterjet cut aluminum frame parts and the axle spindle.  Waterjet Aluminum Parts I would recommend you start by visiting https://gallery.autodesk.com/fusion360/projects/107744/bellcycles-v1-2-bicycle the...
  • Step 4: The code

  • We’ll start by writing our python code, first we’ll start by importing a few libraries that we’ll need in order to integrate our code with the Minecraft world. Then, we’ll import the time library, specifically a function called sleep. The sleep function...
  • Receiver

  • In this tutorial, M5Stick C will act as a transmitter, and it will receive the temperature reading from the transmitter. #include #include "BLEDevice.h" //BLE Server name #define bleServerName "M5" /* UUID's of the service, characteristic that we want...