Close

17534 Results for "S%20%ED%86%A0%ED%86%A0%EC%B6%94%EC%B2%9C%EC%97%85%EC%B2%B4%20CDDC7.COM%20%E2%99%AA%EB%B3%B4%EB%84%88%EC%8A%A4%EC%BD%94%EB%93%9C%20B77%E2%99%AA%ED%86%A0%ED%86%A0%ED%94%BC%EC%A7%80%EC%BB%AC%E0%BE%AA%ED%94%BC%EB%A7%9D%ED%8F%AC%EC%BB%A4%EC%BF%A0%ED%8F%B0%E2%98%B8%EC%B9%B4%EC%A7%80%EB%85%B8%EC%A7%81%EC%97%85%E2%8B%94%EC%8B%A4%EC%8B%9C%EA%B0%84tv%EC%A4%91%EA%B3%84%DA%A2%ED%86%A0%ED%86%A0%EC%B6%94%EC%B2%9C%EC%97%85%EC%B2%B4%EC%82%AC%EB%9E%91%20dissimilarity/"

  • Drowsiness detector for Drivers

  • Story We develop our own drowsiness detector that allows us to efficiently prevent traffic accidents by issuing an audible alarm that establishes the alert pattern for the driver. What do we need? We connected our camera to the raspberry pi 4 where the...
  • ESP8266 Weather Station v1

  • The wiring of this project is extremely simple as all components use the i2c interface, making use of four pins only. As both the OLED display and the BME280 sensor make use of this interface, the wiring is as follows:VCC (on the sensor/OLED) - 3.3V...
  • The Hand Wave Project

  • This is the project log of the Hand Wave project, a project involving students Maximilien Canale, Diogo Ferreira-Brites, Yohan Saint-Julien and myself, Guillaume Bailleul. In this text, we will explain and our journey throughout this International semester....
  • Arduino serial Programmer CH340N

  • There are lot of programmer boards that are compatible with Arduino. But the cheapest and smaller one I found on internet is based on WCH made CH340 ic. And I also found that USB to serial programmer in many Arduinos clone boards. Even I used them in...
  • ESP8266 Weather Station v2

  • The wiring of this project is extremely simple as all components (except the dust sensor & touch sensor) use the i2c interface, making use of four pins only. As both the OLED display and the BME280 sensor make use of this interface, the wiring is as...
  • 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...