Close

10806 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》선릉레깅스룸㉹ベgrace레깅스룸S선릉레깅스룸선릉레깅스е я레깅스룸비용superstition 강남레깅스룸′강남레깅스§8fetch"

  • 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...
  • The resistive touchscreen

  • July was a tough month, and August is no different. Due to some components arriving late, I've only been able to start my work on the Hackaday.io project with considerable delay. So I had to catch up with everything and squeeze the entire development...
  • Fibonnaci checks out

  • Well, I should have expected the Fibonacci code to work since I already checked out all the previous functions of it.  So I'm wondering what isn't going to be working to prevent the ROM code from working.  I'm running the ROM v3 code because...
  • Z80 Pins and Debugging

  • There are two ways to get to the Z80 bus for external operations. RESET* - Clears PC and sets address/data bus to Hi-ZBUSREQ* - input - Address, Data, MREQ*, IORQ*, RD*, WR* to HiZBUSACK* - output indicates that BUSREQ* signal was performed (Hi-Z busses)...
  • Up to date

  • [This post brings me up to date with the work I've done so far, and corresponds to the state in commit 0e4b928083ae69bb6ae577197ac016e93a77e80e] I've documented my design for the NEXT routines, which I've committed to Github here. It's a little sketchy,...
  • Measured parameters

  • I promised this log for several times and now it is finally here. Let's start with how a rising edge looks.RisetimeThe orange and light blue ones were measured using commercial devices, the Agilent 86100C and LeCroy WaveRunner (this one was already mentioned...
  • Boostrapping Lights and Sensors

  • So, part of this project will involve creating very fast light pulses (the photo-flashes), and part will be detecting fast optical pulses (the milk drop and bullet detecting photo-gates). The two, of course, are related in that a fast optical pulse generator...
  • Step 3 - IMU and BLE functions

  • IMU functions The Arduino 101 Inertial Measurement Unit is fully documented and works well. For the fall detection, the software detects a short period of freefall followed by a shock. Both events are handled via callbacks: void imuInit(void) {...