Close

24373 Results for "∇ 최저가 Ò1Ò《⑤⑦93》74⑸⑻ ∇런닝래빗가격β런닝래빗주대result런닝레빗가라오케주대런닝래빗주대런닝레빗가라오케주대voyage 런닝래빗가라오케ㅅG런닝레빗가라오케주대indies"

  • Zookeeper

  • I was discussing with a friend a pet door that would only let out certain animals. We had a few basic ideas (RFID, magnets, etc), but a big issue with a dumb sensor is the wrong animal sneaking out when the door opens. Maybe a camera would work? Sounds...
  • Gigatron TTL microcomputer

  • History followed one pathThere were many other waysIt will always be like that Can fewer than 40 old-skool TTL chips implement a multi-megahertz microcomputer with video and sound? This project started as an exploration of what you can build from 30-40...
  • ESPFLIX

  • ESPFLIX is designed to run on the ESP32 within the Arduino IDE framework. Like the ESP_8_BIT, the schematic is pretty simple: ----------- | | | 25 |------------------> video out | | | 18 |---/\/\/\/----|---> audio out | | 1k | | | --- | ESP32 | --- 10nf...
  • Minimalist Rover/ Satellite

  • const int pingPin = 7; int LEDRED = 9; int LEDGREEN = 10; int LEDBLUE = 11; const int buzzer = 5; #include dht DHT; #define DHT11_PIN 2 #include "Wire.h" #include "LiquidCrystal_I2C.h" LiquidCrystal_I2C LCD(0x27,16,2); void setup() { Serial.begin(9600);...
  • O Blinkenbaum

  • I had absolutely no intention of posting this on Hackday. It's a small one-day hack (well, two-day, if you count the time waiting for the epoxy to dry) that piggybacks on all the other blinkylight fun I've had. New code? Nope; I'd already abstracted...
  • Bin Level Monitoring

  • The intent is to install the device once and have it be in autonomous service for two or three years. There is not a specific design goal here other than to minimize average power usage, size, and cost. In reality, it will be easier to minimize power...
  • CBobby

  • Every year more than 179 million tons of fish are being produced and 156 million tons of that production is used for human consumption. In one way or another, a large portion of the human population is reliant on the fishing industry [1]. To meet the...
  • Smart Knob

  • System Overview The Smart Knob is based on ESP WROOM 32E microprocessor module. The haptic feedback is realized by burying a BLDC motor in the main body of the knob. A magnetic sensor senses the direction of the knob and sends the angle to ESP32. ESP32...
  • Metronome

  • [images and videos are to be reuploaded][Component list will be added soon]Tempo display Since we want a precise time reference, it's better to use a quartz-based oscillator. But, on the other hand, we need to be able to change the oscillator frequency....
  • netBOOT

  • // by: Eduardo Zola - 2015 (www.zolalab.com.br) egzola@gmail.com #include #include #include byte mac[] = {0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02}; EthernetClient client; #define MAX_IPs 5 IPAddress pingAddrs[MAX_IPs]; int CNT = 0; int ERRORS_COUNT = 0; SOCKET...
  • HB6809 Homebrew computer

  • I wanted a low cost kit like computer based around the 6809, with a very simple expansion bus. Design goals: Cost - try to keep board footprints small (this was hard, further minimization with surface mount parts would be the way to go even lower)Minimal...