Close

4629 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%89%B9%E3%83%99grace%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EF%BC%B3%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%D0%B5%20%D1%8F%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EB%B9%84%EC%9A%A9superstition%20%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%80%B2%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%C2%A7%EF%BC%98fetch"

  • netBOOT v2

  • Connections:netBoot with a case:Version 1:Version 2:Scheme:Source code:#include #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...
  • 16C2552 dual UART for RC2014

  • The 16C2552 doesn't need a lot of glue on the RC2014 side. A single 74HCT138 is used to decode the I/O space and allow the card to be placed at 80/90/A0/B0/etc with the second port 8 bytes above. The standard configuration used on non Z80 ports is to...
  • Deghosting multiplexed LEDs

  • Blinking LEDs, what can be easier, right? For a recent project I needed to multiplex 2 sets of 6 LED each. The circuit schematic has the LEDs driven by 6 pins on an Arduino plus two pins to activate one bank or the other. LEDs are these ones from LCSC....
  • The Open Source Autarkic Motherboard

  • 3-11-2024 See these two 2011 Liliputing and TechCrunch articles, which were partly the inspiration for this project:  https://liliputing.com/pixel-qi-suggests-low-power-tablets-could-be-powered-by-1w-solar-panels/(6-3-11) https://techcrunch.com/2011/06/04/first-solar-powered-laptop/ (6-4-11)...
  • CoffeeOfThings

  • Hardware:- The necessary components for the MSP430 to be operational are quite simple: only a CR2032 battery for power, two decoupling capacitors, a pull-up resistance on the RST pin. Note some pins connected to TX, TEST, RST and GND have been soldered...
  • 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,...
  • PDPii

  • At present PDP-11 computer systems are mostly forgotten, but there are PDP-11 compatible Soviet microprocessors still available on eBay (never used "new old stock") as KR1801VM2 (КР1801ВМ2 in Russian) and I'm going to bring PDP-11 of...
  • 2.4 GHz band Scanner

  • In this project, we will build a 2.4GHz Wlan scanner using the nRF24L01 radio board. In this project, the output delivers all the interference and information in the scanned area in the form of ASCII codes. In the project of making  this scanner,...
  • ScrapTrack

  • If you look closely in the picture, there is a LOT more on this robot than is coded yet. I've included a PIR sensor, a microphone, and what's not seen is the little Radioshack IR reflection detector. The plan, once I learn how to use that last sensor,...
  • Enecsys Microinverter Monitoring

  • 1 Intro The Enecsys Gateway is a Zigbee gateway allowing communications between the Enecsys microinverters and their monitoring backend. The Enecsys company is unfortunately defunct since 2015 and their DNS domains have been taken over by a UK enecsys...