Close

2412 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%EA%B0%80%EA%B2%A9%E2%92%82 %EA%B0%95%EB%82%A8%EC%95%84%EC%9D%B4%EB%A6%B0%EC%85%94%EC%B8%A0%EB%A3%B8practically%E3%81%AA%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%80shoes %EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%E3%84%BA%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%E2%94%9E%E3%81%AE%EC%8B%A0%EC%82%AC%EC%95%84%EC%9D%B4%EB%A6%B0%EC%A3%BC%EB%8C%80boiled"

  • Quick Update 03/10/22

  • Currently, I am checking the new PCB and changing the code. As soon as it's ready I'll publish it. Corrections: There were2 errors on my PCB one on the pin of the DHT22 and one on the 5V pump which consumed too much power for the 2N7000. Everything...
  • Quick Update 03/10/22

  • Currently, I am checking the new PCB and changing the code. As soon as it's ready I'll publish it. Corrections: There were2 errors on my PCB one on the pin of the DHT22 and one on the 5V pump which consumed too much power for the 2N7000. Everything...
  • 20230219c -- ROM test file

  • While whizzing through the code trying to scrounge verified keyboard scan codes and flags, I found some some buried treasure in the form of an undocumented test routine.  It's not that exciting -- it just fills the current file with some sample...
  • 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...
  • More SD Card Write Details

  • Had to dig into the FPGA code for the SD card. Using Neal Crook's documentation of Grant Searle's version (longer pedigree on the page). The status register values are: // SD_Status bit values from Neal Crook's documentation of Grant's SD card // b7...
  • Voices of the past, speak up!

  • Introduction Talker/80 offers: DECtalk-Based Text-to-Speech (TTS) Synthesis: the Epson S1V30120 TTS chip on the utilized mikroBUS "TextToSpeech Click!" daughterboard from MikroElektronika implements DECtalk v5 - a natural sounding speech synthesizer...
  • Building a CP/M System Disk

  • Building a CP/M System Disk To avoid rewriting the assembler codes for ccp, bdos and cbios so that they can co-exist in the same file. I can append the i8hex files and remove the "end of file markers". To make the hex file more readable I have changed...
  • 20230212d -- LCD Display

  • The LCD is a 40x4 character display.  Judging by my friend [Eric]'s@EricHertz photos, this is not the common HD44780 device, but instead a Mitusbish M50530 I did find a datasheet for this device.  If it's not code compatible with the '44780,...
  • Aquaponic IoT Controller (NFT)

  • MotivationMy motivation for doing this project was to make life easier to all those aquaponics enthusiasts by automating the system so they can have a better control and monitoring of the system, and to allow them to experiment more easily with different...
  • Reverse Engineering from Package Data

  • As you can see airodump-ng picked up the WiFi of the drone and also that it is running on channel 2. Next I recorded some packages. sudo airodump-ng -w JJRC_out -c 2 -bssid 10:A4:BE:2E:77:B5 wlan0mon While recording I simply used all the functions the...