Close

1024 Results for "『 모든문의 OIO=5793=7458 』 선릉셔츠룸㈄ 『 모든문의 OIO=5793=7458 』 Ηcake²셔츠룸테란강남셔츠룸デwriter 셔츠룸테란강남셔츠룸 선릉셔츠룸⒁셔츠룸사이즈┲exhausted⅔"

  • RetroChallenge 2023/10 Log Entry #1

  • I have signed up for the RetroChallenge 2023/10 - my goal is to turn this into the multi-functional Microtronic extension I've been dreaming of. As described on the RetroChallenge page: My goal is to create a multi-purpose expansion for the Busch Microtronic...
  • Automatic Door Lock Using RFID

  • Step 1: Gather the Supplies Getting electronics supplies online can be a bit worrisome because you do not know if the components / modules you purchased are in working condition or not. So to erase these doubts I recommend UTSource.net for...
  • ESP cookbook

  • Note: If code pasted from the "instructions" complains about strange characters, copy first to some plain text editor, remove those strange characters, which are hopefully visible there, and then copy&paste from there. Hackaday has the automatic feature...
  • Sound Check

  • This is the quick hack of another code sample "Register writer" to play a warm up sound. The hardware is based on the schematic linked in the code. Works with Arduino Uno R3 aka: 328 compatible boards. https://pastebin.com/raw/FehmVLQS /*******************************************************************...
  • Transcript

  • Alright! Lets get started. Welcome to Hack Chat @kevin ! While we wait for people to post their questions to https://hackaday.io/event/159091-art-cars-and-flame-effects-with-kevin-bracken can you tell us about about yourself ? kevin3:02 PMCertainly!...
  • The GUI

  • The mane feature of the GUI is the setting for mixing the 4 ADC's.  Mixing down before writing was deemed necessary, since the storage goes from 10 hours for a single channel to 2 hours for 4 channels & multiple files with differential pairs are...
  • Trancsript

  • Stephen Tranovich12:08 PMCool, let's get rolling! This hack chat is going to be more of a community discussion around Prize entries, unique ways of energy harvesting, and anything else about the Prize. Orlando Hoilett12:09 PMIt's kind of a neat way to...
  • Register set musings...

  • The critical part of the "bitslice" architecture defined by #AMBAP: A Modest Bitslice Architecture Proposal is the register set. It uses quite a lot of parts ! An 8-registers implementation with 16 bits each requires 128 bits of storage ! So that's a...
  • Random syncing thoughts

  • Part of me has gained quite a bit of interest in trying to implement this thing (at least read-back) with discrete logic, like TTL/7400-series. Sync: There's no reason it has to be the same duration as a PWM-nibble. 4us seems better to me. The key concept...
  • Log#35 : Register Parking

  • By whygee on Tuesday 8 November 2011, 16:29 - Architecture Warning : this is partially deprecated since 2013-08-09, see http://yasep.org/#!doc/reg-mem#parking As the YASEP architecture specifies, there are 5 normal registers (R1-R5) and 5 pairs of data/address...
  • Going both ways

  • I am now writing a program that runs both backwards and forwards iterations simultaneously on 2 cores, using the POSIX threads library. The performance seems reasonable, I included some little scheduling tricks to save a fraction of performance here...
  • A Physical Interface for Virtual Tapes

  • The wonderful York University Computer Museum MCM/70 Emulator allowed the user to manipulate the cassette drives through the onscreen interface. From the MCM/70 Emulator manual: The MCM/70 computers were equipped with up to two digital cassette drives....