Close

2043 Results for "%EC%A6%9D%EA%B6%8CDB%EC%97%85%EC%B2%B4 %ED%85%94%EA%B7%B8 dbmong %EC%A6%9D%EA%B6%8CDB%EC%97%85%EC%B2%B4 %E2%91%A9 %EC%A6%9D%EA%B6%8CDB%ED%8C%90%EB%A7%A4 %E3%8B%88 %EC%A6%9D%EA%B6%8CDB%ED%8C%90%EB%A7%A4 %EA%B0%9C%EC%9D%B8%EC%A0%95%EB%B3%B4%EB%94%94%EB%B9%84%ED%8C%9D%EB%8B%88%EB%8B%A4"

  • Philips MiniVac Battery Conversion

  • Philips MiniVac A couple of years back a bought a Philips FC6149 MiniVac vacuum. The performance of the vacuum quickly diminished and currently it is barely operating. I found a nice post of Jasper Sikken where he upgraded his vacuum. Although the post...
  • December update

  • It’s time for the next project update! The past few updates, I encountered various clogging issues, which was more or less to be expected with this technology. First, nozzle clogging was due to X-Pando pipe sealant that had gotten into the liquid metal,...
  • Optimizing Display Code

  • Over the past few months I have been working on custom drivers for various peripherals for our badge. Most of this is to learn how to build the drivers and the underlying hardware. This would have been an impossible task for me just a year before working...
  • Build Writeup

  • This small clock is actually my second project; it was started and finished while I was intermittently programming another larger clock made with a 16x16 NeoPixel matrix.  Apparently clocks are my thing (for now) because I wanted to build useful...
  • Z80 SIO Emulation (part 2)

  • SPoC Code Side The PSoC will need to poll the IO_Stat_Reg and wait until it sees IORQ* asserted along with either CPURD* or CPUWR*. It should then read the AdrLowIn status register. Using this information, the PSoC should then perform the IO operation. ...
  • Li-Ion Charger Automation

  • Table of Contents 1. Overview2. The charger hardware3. The LCD and its interface 3.1. Electrical3.2. SPI Protocol3.3. Framebuffer layout 4. The SPI sniffer 4.1. Bus tap board4.2. The sniffer code4.3. Interpreting the data 5. The sidekick board6. The...
  • Body Heat Powered Flashlight

  • Short Project Description My objective in my project was to create a flashlight that runs solely on the heat of the human hand. Using two Peltier tiles and the temperature difference between the palm of the hand and ambient air, I designed a flashlight...
  • Shilly-shally with the Shell by the Seashore

  • Summary: I first try to get a UART up to provide some I/O for the shell.  Half seems to be working. Deets: For my first step, I am going to simply get a serial port up with the System Workbench HAL drivers, and attempt to wire that into the eLua. ...