Close

1532 Results for "%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%E3%86%8B %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%85%94%EC%B8%A0%EB%A3%B8applause%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%EC%A3%BC%EB%8C%80caught %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%E3%8F%87%E3%85%97%EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0queer"

  • BASIC Assembler

  • Can't find a way to add files to the project, so I'm just going to paste below - sorry.  First is the BASIC program, then a text file I wrote to document the code.  My apologies to anyone who tries to read this; I have no experience with BASIC.Here...
  • BASIC Assembler Fix

  • Well, it turns out that BASIC strings can be at most 255 bytes long.  I was trying to keep all of the labels from an assembly file in one BASIC string, which meant I couldn't have very many labels.  Below is an updated BASIC assembler which...
  • Adding Sockets for External Connections

  • (Original post date: 06/03/16)Even though I ended up constructing a brand new front panel for the toy piano for this project, the rest of the enclosure of the vintage toy synth will be using the existing piano enclosure. Apart from the front...
  • But I hate math...

  • As for the equation that will be used to determine whether a neurotransmitter triggers one of the intervals in a neuron, it will be as follows:where the numerator represents the sum of the specific neurotransmitter (t) from the neurons that are active...
  • V9958 - Beyond Hello World

  • Development on the V9958 board continues apace, and after a false start due to a silly mistake in the first revision things are back on-track with a revision 1 prototype. The design is now validated and working really well. So far it's baby-steps in...
  • Hardware

  • For this project I used a cool little 8085-based single board computer (8085 Minimax) described and graciously provided to me by Ken Yap (thanks again!). I was actually in the process of soldering together the board, and decided to use a verification...
  • Port 4, LCD config

  • OK... Looking at 84-port4.txt again, again... LCD/Timer correlation: Thinking, very differently from before, the LCD driver is actually the source for Timer Ints.  Port4 bits 4,3 set the number of columns: 80, 96, 128, or 160. Lacking software-control...
  • Deriving some thermodynamic properties of vapsy

  • On my way to a better control strategy I took a closer look at the plot from yesterday. I'm interested in estimated heat capacity of the chamber and the isolation, and some sort of heat transfer coefficient between the oven's inside and the ambient air.Here's...
  • #1: blinky

  • After installing the icestorm tools, arachne-pnr, nextpnr and yosys (which all worked out of the box, apart from some more packages to download), I modified some very old blinky verilog code that was originally written for #DIPSY to work with the...
  • clock divider, makefile, simulations and gtkwave

  • I found a great makefile in the icestorm examples. It can do synthesis, place and route, packing, run a simulation (pre- and post-synthesis) and program your board. Since users and hardware are different, it might need some adjustments here and there....
  • Programming the Nextion 7" panel

  • For the Thor robot I use the Ultratronics v1.0 pro board which is basically an Arduino Due. The touch panel that I want to use is the Nextion 7" HMI panel. These are the steps that I had to take to make the panel work with the Ultratronics board.The...