Close

422 Results for "%E2%86%98 %EC%B5%9C%EC%A0%80%EA%B0%80 %C3%921%C3%92%E3%80%88%E2%91%BB%E2%91%B789%E3%80%8983%C3%92%E2%91%A5 %E2%86%97 %EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EF%BC%A6 %E3%82%B0possibility%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%E2%94%83%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EF%BC%A9%E3%82%B7%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8unnatural %EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%D1%8B%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%8F%85%E3%88%87temper"

  • improved encoder reading

  • The software I'm modifying does an encoder read as follows: int rot = ((digitalRead(BTN_EN1) == LOW) << BLEN_A) | ((digitalRead(BTN_EN2) == LOW) << BLEN_B); // potentiometer uses grey code. Pattern is 0 3 switch (rot) { /** logic to interpret the value...
  • 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...
  • 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...
  • Eureka!

  • After I convinced myself that the emulator was probably OK, I turned back to the ROM.  But after I found yet another ROM image online, and it turned out to be identical to the other three, I have to rule out bad ROM as well. Just as well as I was...
  • Bringing up new boards

  • 1/30/2021 - bringing up boards notes Sch/brd name Wedding 5Using Atmega328PBAAA battery footprint (not AA as mentioned before) still not quite rightProgramming over ISP works, power supply worksProgramming over FTDI/ UART works, I found this to be finicky,...
  • 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,...
  • 20230213b -- Memory

  • I find it vexing that I have not yet figured out the RAM banking scheme.  Some things:at reset, the peripheral configuration registers and internal RAM are mapped at 0000h.  They can be moved elsewhere, but are not.  The RAM at 40-ff is...
  • 1K Challange Laser

  • At this point, we decided to abandon the concept of mirroring. If we had had a much more complex design with many more points and more than 1kb, mirroring would have saved us space. Due to having so little space however, the algorithms power wasn't able...