Close

737 Results for "C%20%EB%B0%94%EC%B9%B4%EB%9D%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%EC%BF%A0%ED%8F%B0%20cddc7_com%20%E2%98%86%EB%B3%B4%EB%84%88%EC%8A%A4%EC%BD%94%EB%93%9C%20B77%E2%98%86%ED%83%9C%EC%95%88%20%EC%9B%90%EC%97%91%EC%8A%A4%EB%B2%B3%E2%91%8A%EC%9B%90%EC%A3%BC%20%EC%9B%90%EC%97%91%EC%8A%A4%EB%B2%B3%E2%94%AB%EC%95%84%EB%9E%8D%EC%B6%95%EA%B5%AC%EC%83%9D%EC%A4%91%EA%B3%84%E3%8E%97%EB%B6%80%ED%8F%89%EB%B0%94%EB%91%91%EC%9D%B4%CC%BC%EB%B0%94%EC%B9%B4%EB%9D%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%EC%BF%A0%ED%8F%B0%ED%9B%84%EA%B8%B0%20soliloquist/"

  • Exhibition Position

  • Huaxing Intelligent Control UWBLOC positioning system adopts self-developed wireless pulse ranging technology to achieve precise positioning of exhibition hall personnel and exhibits. The positioning accuracy is better than 30 cm. By setting the base...
  • Hydroponics Nutrient feeder unit

  • I have been growing leafy greens using Hydroponics for the last 3 years. I was tiered checking out for the nutrient levels and pH level of the nutrient water solution, so I decided to make a nutrient feeding unit to maintain the optimal nutrient level...
  • Top 20 Hackaday Prize 2020!!

  • Hey folks!!! today is the last day to vote for projects for the top 20 in the hackaday prize! I entered the competition a bit later than everyone else, since I wanted to go in with an idea/project that I felt passionate about enough to work on all the...
  • SG-90 Hobby Servo

  • SG90 is one of the cheapest and most common hobby servos available. That is probably because it's also the most commonly cloned hobby servo. If you bought one of these very cheap. there is a very good chance that it wasn't actually produced by Tower...
  • Ac Servo Motor Vs Dc Servo Motor

  • AC servo motor and DC servo motor are two classifications of servo motors. In this article, we'll briefly cover some of the main differences between AC and DC servo motors and their respective advantages and disadvantages, but let's start with some basics.DC...
  • AC/DC Bridges for measurement, Wheatstone bridge

  • When servicing metal cable lines, measuring bridges are most commonly used. However, other devices are also available for locating cable faults. Firstly, they provide high accuracy in a wide range of measured values. Secondly, their use makes it possible...
  • How to maintain the AC servo motor control system?

  • For the maintenance of ACservo motor control systems, the following are some common precautions:(1) Clean the servo motor and controller regularly to ensure that their surfaces are clean and to prevent dust, oil and other impurities from entering the...
  • Apple][+ Videx Videoterm Card (80 Columns) Emulation

  • // Videx Videoterm Card Emulator // by Augusto Baffa feb 2024 // // Based on Apple II Simulator // by Peter Koch, May 6, 1993 int videx_slot = 3; bool card_videx = true; bool card_videx_mem_on = false; bool card_videx_80col = false; class VidexCard...
  • Deconstructing Ping with C and NodeJS

  • I’m David, and my goal with this repository is to demystify the word protocols in enven more detail then my previous article called IoT-Raw-Sockets-Examples, and proving that there is nothing to hard to learn. We just need to pass through the unknown...Before...
  • Some progress on microcode compiler in C#

  • For some news, check also:https://hackaday.io/page/11244-more-microcode-compiler-capabilitieshttps://hackaday.io/project/172073-microcoding-for-fpgas/log/186116-boilerplate-vhdl-code-generation-from-microcodehttps://hackaday.io/project/172073-microcoding-for-fpgas/log/197839-more-controllers-implemented-in-microcodeSo...
  • zero-cost abstractions for-in loops in C

  • This is a simple example of zero cost abstractions that might make your code easier to read. I really like the structure of the for loop in python. It almost sounds like a normal English sentence and is therefore more intuitive to understand. for item...