Close

31 Results for "%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EB%93%B1%EB%A1%9D%E2%9C%9Aoptime4%E3%80%82com%EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC %EC%B2%AD%EC%A3%BC%EB%A7%88%EC%82%AC%EC%A7%80 %E2%9C%9A %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%E1%99%91 %EC%B2%AD%EC%A3%BC%EC%98%A4%ED%94%BC%EC%82%AC%EC%A7%84%E1%99%91 %EC%B2%AD%EC%A3%BC%ED%9C%B4%EA%B2%8C%ED%85%94 %EC%B2%AD%EC%A3%BC%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • 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...
  • First Batch Ready

  • I got approached by PCBway who wanted to sponsor a batch of assembled prototypes, and i just received them and fired them up!! I wanted them without the inductor and tube holders because i want to experiment a bit with different tubes, and to check...
  • Diving Deeper into the PreCalc

  • Last time, I talked about how I shifted most of the heavy calculation work for rasterization into the per-triangle preparation, the PreCalc block. In this post I'll walk through some of the steps from formula to implementation.At its heart are the following...
  • Read the chat here

  • Questions/ discussion sheet: https://docs.google.com/spreadsheets/d/18731w1yfgBcYex6_fATdqN73-3HR5MbewZPcUmiO_o0/edit?usp=sharingJorge Garcia : Hi SophiJorge Garcia: Hi CharliexSophi Kravitz: HI Jorge!technolomaniac and I'm matt, I work at autodesk....
  • Test jobs

  • Following the previous log An individual job and all the necessary processing, I wrote the program gold_01.c to check the behaviour before I increase parallelism. First thing it did was confirm that the result C=1 occurs only when the result X=0. So...
  • Phenome generation software

  • I plan on learning/using an open source phoneme recognition package called cmusphinx/pocketsphinx.https://cmusphinx.github.io/wiki/phonemerecognition/Also there are 39 phonemes (plus a silence) so my design will increase the outputs from 32 to 39.I...
  • the proof of concept

  • Simple update from my work last night to get a the switches up and running. I harvested the switches from the io board of a printer I recently disassembled, wired up the board, tested getting a read from the board. From there via the serial monitor I...
  • Code upgrade_1.1

  • //bracelet_for_the_blind_Upgrade_1.1 //tác giả(Author): Đỗ Xuân Tiến - Gmail: doxuantiendx07@gmail.com #include const int trig = A1; //chân trig của HC-SR04 const int echo = A0; //chân echo của HC-SR04...
  • 0201 Club

  • As the misery spreads, it seems only fitting that we should recognize those who are unfortunate enough to suddenly complete the SMD Challenge.  To be included in this club, you must submit photographic evidence (or link thereof) of a working SMD...
  • Code upgrade_1.2

  • //bracelet_for_the_blind_Upgrade_1.2 //tác giả(Author): Đỗ Xuân Tiến - Gmail: doxuantiendx07@gmail.com #include const int trig = A1; //chân trig của HC-SR04 const int echo = A0; //chân echo của HC-SR04...