Close

273 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%E3%89%B5 %EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8Crest%EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%E3%83%AB%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9obs %EA%B0%95%EB%82%A8%EC%88%A0%EC%A7%91%EC%A0%95%EB%B3%B4%E3%85%88%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9%C2%A4%EA%B0%95%EB%82%A8%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EF%BC%A9%E2%94%80%EC%93%B0%EB%A6%AC%EC%95%84%EC%9B%8C%EA%B0%80%EA%B2%A9minute"

  • 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...
  • PPS = Picking Pins Sucks

  • //PIC32MX370F512H-64TQFP: // * = 5V Tolerant (? Marked Gray) // ! = RF6 Cannot be used as a change-notification! (Table 2, Note 2) // % = Pins 13-18 are programming/debugging pins... // See Note below. // // VDD = V+ // VSS = GND // SDA1 // SCL1|SCK1...
  • 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...
  • HelloPenguin Current Test

  • Running binRed test pattern firmware with new CR2032 battery with UNI-T UT61E meter in series set to Amps and logging over USB link to UT61E.exe. We see a high of 73 mA. Graph of Amps per Sample made in Libre Office No Time DC/AC Value Unit AUTO 1 13:33:16...
  • 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...
  • Directory Stuff

  • I put a bunch of files on the SD card so the directory spans across multiple blocks. It might be fun to have a directory listing. The front of the first directory block has: 000 42 20 00 49 00 6E 00 66 00 6F 00 0F 00 72 72 00 B .I.n.f.o...rr. 010 6D...
  • Number conversion

  • The last log (Bit shuffling: what goes where ?) explains how the address bits are shuffled. Once the logical value and all the modes/options are obtained, these informations are compiled to generate a 32-bits word that is output to the file, which will...
  • Pulser-sequencer

  • Remember the last logs : the goal is to use as few transistors as possible to send a string of consecutive non-overlapping pulses to several pass-gates. Here the design uses NPN as primary type but it will be reversed later because PNP are the majority...
  • C-ving

  • OK I thought that the amount of data in the future would be too large and I decided to do the sieving in C. Using the available scanning data, I could only go up to 2161 : n1=46 and n2=2114.The first hicup comes at 1511 so there is no point in dealing...
  • 2020-08-04 Progress update - SFC/SNES support

  • Finished basic SNES 2P support and some experimental 5P Super Multitap support. Multitap can be configured by setting multitap config to Slot 2 in the Web Bluetooth interface. I also fixed a config corruption bug that impacted mostly PS3 & PS4 controllers....