Close

64147 Results for "%s"

  • Assembling the pitch actuator

  • One component that is supposed to make WinDIY more secure is the pitch actuator. It allows the wing’s angle of attack to be changed via a push rod. In case of an emergency (e.g. if the speed is too high) the angle of attack can then be changed so that...
  • Assembling the prepared components

  • So that the construction articles for WinDIY do not become too extensive, I have divided the construction into several articles. A certain component such as the wing built. Of course, these individual components have to be brought together at some point....
  • Coding Battle!

  • Now, we need to do something very important and that is coding our pocket weather station because without the code running in the Arduino which in turn runs everything, our device is just a plastic box with no functionality. So let's program our pocket...
  • Smart Home Solution

  • MQTT topic and message description : Kit have two Capsense button. I used that as two switches. Capsense 1 --> Topic : cap1 --> Message : TURNON/TURNOFF Capsense 2 --> Topic : cap2 --> Message : TURNON/TURNOFF Flow Chart:  . Our module code is designed...
  • Project Precision

  • Way back in the late 80s, I remember seeing a TV show (I think it was Amazing Stories) which featured an interesting clock. It was round, black, about the same size as a normal wall clock, and all done up in LEDs. The LEDs appeared to be what I now recognize...
  • MOAR I/O! (SPI)

  • I have a couple oled displays lying around, and I figured that the display wouldn't be too complicated to interface to (riiiight). Anyway, the OLED controller (SSD1306) is configured to communicate with SPI, so to talk to it, I need an SPI master entity...
  • CP Dice Bag For The Visually Impaired

  • My kids play games with a friend who is visually impaired. The thought went up, can the CP speak? According to Adadfuit's example code the answer is yes...but it is a finicky beast to hear. I put the code in from their example code and worked it into...
  • AndysAquaponics

  • Use node read.Import:[{"id":"3b4f4164.ff2986","type":"http in","z":"ecdc725b.4275e","name":"Get temp","url":"/temp","method":"get","swaggerDoc":"","x":104.5,"y":175.33331298828125,"wires":[["809da49f.ba0078"]]},{"id":"809da49f.ba0078","type":"rpi-ds18b20","z":"ecdc725b.4275e","topic":"","array":false,"name":"","x":326.5,"y":174.33331298828125,"wires":[["92362f3f.c5cff","93c6a90f.82fd38"]]},{"id":"92362f3f.c5cff","type":"http...
  • Checkers

  • Programming.Software is divided into two parts. Fisrt one is program for choosing the best move. Program having the board, simulate moves for each chequer, then respond of player, againg robots move and again players moove. So thanks to this simulation...