Close

90479 Results for "∇ 최저가 Ò1Ò《⑤⑦93》74⑸⑻ ∇강남아테나셔츠룸ち셔츠룸아테나unseen아테나셔츠룸셔츠룸아테나셔츠룸아테나origin 강남아테나셔츠룸㎰ ⒧강남아테나셔츠룸arrangement"

  • Initial Code Push

  • I just pushed the current code to GitHub.It's amazing, with 93 lines of node.js and 225 lines of HTML, much of the basic functionality is present.You'll need to either have your own map tile images or change the HTML to use online maps/charts to get...
  • Added parity control

  • Added configurable parity control. Parity can be NONE, EVEN or ODD, selectable by contents of address 0F96DH which RS232 Queue Putback flag that is not used by MSX BIOS.The hook code size is 63 bytes and can still fit within unused RS232 Queue space...
  • First (trivial) test program!

  • addi r1, r1, 1 add r2, r1, r1 jalr r0, r0, 0 All it does is increment r1 and set r2 to r1*2 in a loop. Told you it was trivial.It comes out as the following for anyone wanting to poke it into memory themselves. A RAM image of it is in the project files...
  • Yet another project on hold.

  • After completing all the actual hard work, digging two sediment catch pits, fixing a trencher, trenching, and actually laying the pipe needed to generate the needed head pressure, we had to move on before I could actually assemble the prototype.. days...
  • Updated firmware and getting results

  • I was able to follow ElectroDragon's firmware update guide to update my ESP8266 modules from 00150900 to 0018000902. Once this was done I was able to run a simple AT+CWLAP and listed all AP's around me with security information, SSID name, RSSi, MAC,...
  • Topology (1)

  • In this post I want to share how I selected a suitable topology for the resistor network that will be the core of the programmable decade resistor. Although I did some online “research”, the following criteria determined my choices: Switch...
  • Cyrillic alphabets in Terminal-BASIC output

  • My friend Dylan Brophy inspired me to investigate the ability to output the cyrillic text using different output devices, supported by Terminal-BASIC. 1. Using symbols others then capital latin in identifiers not possible and unnecessary. 2. USART output....
  • Thermals

  • I recently borrowed a thermal camera to figure out how hot the board gets, especially when powered from the higher end of the expected supply voltage range. This is an image of the board taken with a thermal imaging camera. The shot was taken after feeding...
  • Comparing ESP8266 antenna types

  • Here is the result of a quick ESP8266 antenna experiment:Same room ( ~5m )Next room ( ~9m )Garage, 2 walls, 1 floor diff( ~13-15m )ESP 07int. + ext. antenna-45 dB-56 dB-85 dBESP 07only ext. antenna-40 dB-54 dB- 85 dBESP 07only int. antenna-60 dB-74 dBno...
  • Some pictures

  • Assuming everything has gone to plan, and you've wired up the circuit as described, you're left with something looking like this!Along the top row: three 74-series logic gates performing the address decoding, the static RAM and then the Arduino.Along...
  • Review

  • ReviewI build a simple compiler tool train for Subleq but the results are quite disappointing. Subleq is very memory inefficient:12 lines of high level language coverts to74 lines of OpCodes (95 words), which converts to3126 lines of Subleq including...