Close

9810 Results for "%s"

  • HomeMade Arduino Jet Engine

  • Starting with the Ingredients This Jet Engine has been fully 3D printed and I got the STL files from Thingiverse specifically the ones prepared by Catiav5tfw user but I have added some extra parts to make the design suitable to get a DC motor...
  • 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...
  • 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...
  • 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...