Close

92 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸후기た 《〈 문의 OIO↗5793↗7458 》〉 ⑷plenty㎋셔츠룸후기셔츠룸후기んteeth 셔츠룸후기선릉셔츠룸 강남셔츠룸₩셔츠룸ⓤsilverⓞ"

  • Trial and Error

  • Trial and ErrorOptimising the code is tricky as there are so many parameters. One approach is to extract the data from the Arduino and model the code in Excel. Once the Excel model faithfully mirrors the Arduino the the parameters can be tested. Here...
  • Bell 103A2 Modem Debug

  • Loopback TestI had some problems with the audio loopback so I had to drop back to a direct loopback.Here is the signal from the first stage lowpass:Not pretty but functional. Some noise is probably a good idea for testing and optimising.Here is the demodulator...
  • Going further

  • The module works as expected but it's not over : I could spare at least 20 to 30 diodes. Some diodes appear to be back-to-back and there are 27 such pairs. This could save 27 diodes. However the number pairs differing by 1 go to different rails and can't...
  • Another mistake

  • Do you remember this picture from the last log ? OK and now, let's think again about how the diode matrix was optimised.The short version is : the digits 5, 6, D and E are bork. This means that my carefully optimised diode matrix is invalid. I have to...
  • Choosing the gates

  • In case you haven't heard the news yet, there is an open source PDK in the making for a 130nm node, and a promise of free, gratis chips ! https://hackaday.com/2020/06/25/creating-a-custom-asic-with-the-first-open-source-pdk/ This is what I had been preparing...
  • INC8 ASICified

  • After spending some quality time in the ASIC world for 107. Choosing the gates, it was time to practice a bit. The target of choice is of course the INC8 unit, which has been significantly modified after a little session with circuitjs : The circuit...
  • Control & Timing Board

  • OK, while I'm waiting on parts to get the M8047 working, let's go back and look at the control & timing board.  Again, the goal here was to use parts I had on hand and that rule applied to the PCB and sockets as well as the chips.  I had...
  • PARTS AND TOOLS

  • The following lists are divided into 2 categories. The first category consists of things you NEED to complete the project, while the other list consists of things that are very HELPFUL. Things that you NEED: Shoes (duh!)Piezo electric elements (x14)...
  • Air Hacking Hack Chat Transcript

  • Stephen Tranovich12:05 PMSpeaking of which, let's get this Hack Chat started! A BIG welcome to @Amitabh Shrivastava for joining us on today's chat. Why don't you start us off by telling us a little about yourself? Boian Mitov12:05 PMWelcome @Amitabh...
  • Floppy Controller

  • x86 ASM is not a pretty sight. x86 addressing sucks. So I was banging my head on the wall with reverse engineering the main memory board when I figured "Hey, I have the full schematic of the floppy board, why not just use it as the main processor instead?!"...
  • Arithmetic Unit

  • The ALU (Arithmetic Logic Unit) is arguably is a heart of any CPU, which is doing the operations on the bits and bytes of data. Here I am making an Arithmetic half of it, the circuit which, in my case, is going to do additions and subtractions on 8-bit...
  • The Control Panel

  • Building the Arithmetic Unit is great, but as it is there is no simple way to assess its workings. As I've built it, I am personally know what to look at, but for most outside people, the shining of the LEDs on the board is still cryptic. Also, by no...