Close

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

  • Identifying the joints

  • I have modelled a simple, small 3D printable robot. And the end effector is an open end at the moment. The 6 joints are visualized in the picture above. It’s generally good design practice in a design of this sort to use different subassemblies for each...
  • Programming the Trundlebot

  • You can programme the Trundlebot using Micropython. If you are new to this then I suggest continuing with the examples on the raspberry Pi site linked above. To move the Trundlebot we have four commands in the trundle library. Forward, Back, Left and...
  • Implement progress bar

  • I have make reference from the following website https://www.joshmorony.com/build-a-simple-progress-bar-component-in-ionic-2/ to create the process bar that use to keep track of the budget. we have to create a progress bar component with the...
  • ESP 8266 pin uses and restrictions

  • Not all ESP 8266's GPIOs are born equal, something I have now and then been banging my head at (and burned some ESPs). Some are hard wired for some use, like SPI clock and data, some wired to functionality like flashing and booting. For now Wemos D1...
  • Network connectivity - TCP/IP and HTTP

  • For pretty much any ESP project I'd want the data to be sent to somewhere, thus networking would be like garlic in cooking - first chop it and then start wondering what are you actually going to cook. Initialization #include #include const char *WLAN_SSID...
  • Part list

  • For this project, i used the cheapest and smallest components I could find. The ESP8266 is a great tool for any microcontroleur/wifi application today. Plus, it's now Arduino compatible! As i was adding program inside the ESP8266 100 times a day, I decided...
  • Wiring

  • The half-Wheatstone bridge wiring configuration used for this article is shared below. You will require two of these circuits (i.e. 4 x strain gauges, and 2 x HX711 amplifiers in total) in order to detect the magnitude and the direction of the force...