Close

11724 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"

  • [E2] Extruder issues

  • So I connected power and nothing broke so that was a good sign. Thus, I connected the extruder wires and heated up the nozzle. As you can see by the title of this log, the extruder motor didin't turn when I commanded a retraction. So I got...
  • All Your ISA Belong to Me!

  • Before I began the layout of the DDL4-CPU, I came up with an initial Instruction Set Architecture (ISA) for the design. It went through several revisions as I was designing the boards and refined the components. Here at the last minute as I am...
  • nedoPC-85-MK v1.0 boards received

  • Now it's time to build something cool ;)Unfortunately I don't have schematics for this one - I drew PCB as is (using pcb from GEDA) based on original nedoPC-85-A schematics with some thoughts from my mind regarding MK85 cloning - so the thing is...
  • How ESP-NOW really works ?

  • To implement the ESP-NOW Protocol, we first need to understand how it works in details. The datasheet doesn't say much on the really low level, especially on the acknowledgment behavior. To understand what ESP-NOW does, I use Wireshark with my PC Wifi...
  • Hydroponics Nutrient feeder unit

  • I have been growing leafy greens using Hydroponics for the last 3 years. I was tiered checking out for the nutrient levels and pH level of the nutrient water solution, so I decided to make a nutrient feeding unit to maintain the optimal nutrient level...
  • [E2][X] Plotting finger movements

  • So I spent maybe 2 hours setting up the groundwork of this excel spreadsheet and then maybe 15 minutes actually puttinging in some values. This spreadsheet assumes I'm using #Tetrescent [gd0150] and in a mirrored (aka vertical) mode where for both...
  • Debugging

  • Debugging Need to get this project working. One problem is that the Nano does not have enough pins. So I have used a Meduino (a Mega2560 Pro Mini). Here is the schematic: Here is the PCB: The ports (P1 & P2) match the TTA8 bus. A problem with the Meduino...
  • Solar Water Heating Controller

  • An unexpected cold shower made it clear that I need a new controller for our solar warm water heating system ("split architecture" which is typical for installation in middle and northern Europe - thanks @Saabman for helping me understand that I had...
  • [E2][T] AirBerries: Try Taipo?

  • Discovery [06:40] As I was writing the 100th log for #SecSavr Suspense [gd0105], I discovered this on the front page of Keyboard Builders' Digest: Now I had actually found out about Tapio a bit after I finished up the draft version of ZEV-XS. The...
  • [E2][T] Thinner solution idea

  • [19 Dec, 14:00] I'm still trying to mine for a solution and I thought about having multiple concentric belt rings instead of 1 solid belt. It turns out that square cross-sectional belt exists and in a variety of lengths: Thus I started to plan...
  • Reverse Engineering from Package Data

  • As you can see airodump-ng picked up the WiFi of the drone and also that it is running on channel 2. Next I recorded some packages. sudo airodump-ng -w JJRC_out -c 2 -bssid 10:A4:BE:2E:77:B5 wlan0mon While recording I simply used all the functions the...