Close

54958 Results for "%s"

  • STONE HMI ESP32 LINE COUNT AND ALARM

  • With the continuous development of a single-chip microcomputer, the counting equipment tends to be automatic. It needs an automatic technical device with real-time, high efficiency, and accuracy to meet the counting requirements of the modern production...
  • STONE LCD ARDUINO ESP8266 COOLER

  • It is known that the cooling machine is widely used in the industry. In this paper, I will show you how to use STONE HMI LCD as the display to combine the temperature sensor with Arduino esp8266 cooler application; the communication between the...
  • MY DESIGN PROCESS

  • STAGE ONE - PICKING A LOGO Stage one of the assignment was to find a logo to redesign, simple, go with my favourite website HACKADAY.STAGE TWO - EXISTING LOGO STUDY AND RESEARCH Stage two was to study the existing logo, what made it unique, what made...
  • AVR Halloween Pumpkin V2

  • Arduino-Code:#include #include #include #include Crc16 crc; SoftwareSerial BTSerial(8, 7); uint8_t configs[18] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; uint8_t configsbuf[18] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
  • 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...