Close

1993 Results for "%E3%80%8A%EC%98%88%EC%95%BD%EB%B2%88%ED%98%B8OIOX8489X83O6%E3%80%8B3hours%E2%91%A3%D0%A3favorite%E2%93%993hours%EB%A0%88%EA%B9%85%EC%8A%A4%EA%B0%80%EA%B2%A93hours%D0%BAleaving 3hours%EB%A0%88%EA%B9%85%EC%8A%A43hours%EB%A0%88%EA%B9%85%EC%8A%A4 3hours%E3%85%843hours%D0%A5prussia%E3%89%A6"

  • ZX81 16K RAM Pack

  • Counting the GPIOs... With the intention of using the Raspberry Pico micro controller, I needed to understand how many GPIOs would be required to carry all of the necessary signals: 16 X Address Lines8 X Data LinesMREQ signalWR signalRD signal....
  • switching Power Supply Module

  • AM01 AC-DC 85-265V To 5V 12V 24V Converter Onboard switching Power Supply Modulehttps://www.ebay.com/itm/AM01-AC-DC-85-265V-To-5V-12V-24V-Converter-Onboard-switching-Power-Supply-Module/323446158512?hash=item4b4ee4b4b0:m:mIG-LEtsfS5ktG6VCUwO4Vw&var=512525585009...
  • LAMEBOY - another ESP12 handheld

  • What is this good for?  Ever needed an IoT remote to connect to all your MQTT stuff? Or wanted to check your hackaday.io likes? Maybe test your WiFi with the ESP8266? It's also good for gaming, as the looks might give away. RGB background light...
  • Archaeopteryx

  • The XMega32E5 doesn't map perfectly to the Mega328, so we're going to have to take some liberties with the pin mappings.Instead of having a separate AREF pin for the ADC, the XMega32E5 shares this function with A0. So in this design, A0 is connected...
  • RGB color interpreter

  • Here's the Arduino code!  // LED color interpreter // Made by Thomas Burns // www.thomasburns.net // last revised: 04/12/2020 #include #include #include int red, green, blue = 0; // I2C pins declaration LiquidCrystal_I2C lcd(0x27, 2, 1, 0, 4, 5,...
  • Backbone Bus

  • I plan on using this bus as the backplane for supporting R&D for my Kestrel Computer Project. Signals are as follows:SYSCON Signals.50MHZ. A 50MHz reference clock generated by the backplane. NOTE: This doesn't mean that the bus has to run at 50MHz; you're...
  • color detector for blind people

  • This project main target is to make your smartphone say the color of anything using just your smartphone and 1sheeld with Arduino.this project uses the color sensor shield from 1sheeld app this shield uses the camera of your smartphone to get the color...