Close

35398 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 쓰리아워가격u 쓰리아워가격earth강남쓰리아워강남쓰리아워쓰리아워enter 강남쓰리아워ぶЪ강남쓰리아워most"

  • Tablet Init

  • We have some bytes from the tablet. It's all pretty standard stuff with one exception.// unenc init a4 w f0 55 a4 w fb 00 Read ID Bytes a4 w fa a5 r ff 00 a4 20 00 13 // Enter enc mode a4 w f0 aa // write 16 byte key a4 w 40 e0 7d e0 7d e0 7d a4 w 46...
  • Migrating to Platform.io IDE (Atom)

  • More structured details to come. Some quick notes:Copy the original Arduino .ino file to Platform.io IDE on Atom may cause build issues. Create a new .ino file using PIO IDE and then copy/paste source code from Arduino .ino file to new .ino file. The...
  • Frequencies

  • For some reason the 47 pF value for the caps is sitting in my mind. Either after 'calibration' the LC meter is so far off that it read both my TI-89's and my V200's caps 51 pf, both ~8% high, or both of them are within their 10% tolerance and reading...
  • Gathering information

  • Tonight I gathered some reference/research material for this project. Fortunately, several others have done some really great work with this module, so here's credit to them: LTC3780 DatasheetBeyond Logic blog postTemplaro blog postGreat Scott videoJulien...
  • Z80 (CP/M) Writing to SD Card

  • Digging into SD card writes means shifting gears from the Boot BIOS source code since the Boot BIOS code only does reads. The CP/M BIOS code (CBIOS128.LST) which does the reads/writes after booting. Here's the BIOS code for writes to the SD Card: 0754...
  • Researching Options - Power

  • I'd like to avoid frequently replacing batteries or running power wires to the boxes if at all possible, as such, I'm either wanting to have ultra-low power components and 'smarter' operational times (eg only show LED's when someones in the room) or...
  • Finally, some publicity!

  • An article recently published on MOONGIFT, a Japanese developer site, has showcased RasDash! The article is entirely in Japanese and Google Translate won't accept the URL as it has special characters but YANDEX does. Below are some links and a basic...
  • MORE RADII!!

  • I haven't putzed about with the v0.1 base at all, but I think I've got a motor mount design that I like. It's got the split bolt setup for securing the motor (including a cutout for holding a 2-56 nut), and the legs are cool lofted dealies. Lots of radii...
  • Fibonacci

  • With the ALU verified and the RAM connected, today the breadboard determined that the first 8-bit Fibonacci number is 144. 0000 0000 ld $00 ; outer loop 0001 c200 st [$00] ; a=0 0002 0001 ld $01 ; b=1 0003 fc0a bra $0a 0004 0200 nop ; (pipelining) 0005...
  • Log #89 - CondomBoard specifications

  • Size: about 50x50mm (size of condoms I have, could be a little larger if required)Layers: preferrably a single 2-layer PCB, for easier ordering at the usual suspects in ChinaConnections: debug UARTMicroUSB for charging the batterytemperature sensor connectortwo...
  • Ordered Some More Parts

  • I decided that once I get this project working well, that I might make several for family and friends that might need something like this. To that end I placed an order for some HC-SR04 (Ultrasonic Ranging Module) and the HC-SR501 (PIR Sensor) modules...
  • Keyboard Driver Almost Done

  • I ended up using the key combination for On and Mode (it seemed appropriate) to change the mode, which basically is between TI-83 keyboard mode for the TI-83 emulator and Regular mode which allows through various submodes access to just about all of...