Close

3766 Results for "%EA%B0%95%EB%82%A8%EC%95%84%ED%85%8C%EB%82%98%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 OIOX5793X7458%E3%80%8B%EA%B0%95%EB%82%A8%EC%97%AD%EC%85%94%EC%B8%A0%EB%A3%B8%E3%88%97 %E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 OIOX5793X7458%E3%80%8B %EA%B0%95%EB%82%A8%EC%95%84%ED%85%8C%EB%82%98height%EA%B0%95%EB%82%A8%EC%97%AD%EC%95%84%ED%85%8C%EB%82%98%EA%B0%95%EB%82%A8%EC%97%AD%EC%95%84%ED%85%8C%EB%82%98%EA%B0%95%EB%82%A8%EC%97%AD%EC%95%84%ED%85%8C%EB%82%98fall %EC%85%94%EC%B8%A0%EB%A3%B8%EC%95%84%ED%85%8C%EB%82%98%EF%BC%B7%E2%92%B3%EC%85%94%EC%B8%A0%EB%A3%B8%EC%95%84%ED%85%8C%EB%82%98exciting"

  • Improvement of the EC sensor

  • It is better to read the EC sensor log before reading this one. I wanted to test the stability and accuracy of the EC sensor! So I replaced the EC probe with a fixed resistor (to mimic the resistance of a solution).   The EC probe was replaced...
  • Improvement of the EC sensor

  • It is better to read the EC sensor log before reading this one. I wanted to test the stability and accuracy of the EC sensor! So I replaced the EC probe with a fixed resistor (to mimic the resistance of a solution).   The EC probe was replaced...
  • Progress on the EC

  • Some progress has been made the past few days on the actual Renesas EC chip. A detailed log will probably follow in the upcoming few days, once I get the chance to take a few pictures and screenshots.In 2014 I etched a PCB to mount the EC on after desoldering...
  • Rev1 Voltage Test

  • I did another test with the rev1 prototype, this time only measuring voltage, and bringing it all the way to the maximum voltage of 60V. Again I am doing calibration and comparison to my Fluke 101 Multimeter. This has a problem as the Fluke 101 does...
  • Rewrite code with FastLED + Gamma Correction

  • Today, i rewrite a code of ambient light of arduino module applied FastLED library carefully. Why? there are 3 important thing, 1) the legacy code of adalight is based on SPI that is used by a RF module too. I think move pin in code of adalight from...
  • 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...
  • Data dump - lightning events

  • Dumped data the other day after we've had some wicked weather (leading into freezing temps again, of which I hope last night was the last)-=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2016.04.04 06:17:37 =~=~=~=~=~=~=~=~=~=~=~=0: 24 km - Thu Apr 1 2016 3:28:25...
  • Theory

  • A laptop keyboard is a diode-less key matrix. Its keys are distributed in a way that you can press the most important key combinations at once, despite the lack of diodes - to the point where some rows only contain one or two keys. Often, there's also...
  • Algorithm bits

  • In this log I will discuss some algorithm ideas I have in mind for MARB. Some are easy, some require higher math. 1. Weather forecast MARB will not be connected to the internet. Call me old-fashioned, but it has nothing to do with AI to get for instance...
  • Building a CP/M System Disk

  • Building a CP/M System Disk To avoid rewriting the assembler codes for ccp, bdos and cbios so that they can co-exist in the same file. I can append the i8hex files and remove the "end of file markers". To make the hex file more readable I have changed...