Close

24924 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗ 강남쓰리아워h 쓰리아워worship쓰리아워레깅스룸쓰리아워가격강남쓰리아워egypt 강남술집정보クQ강남쓰리아워disorder"

  • 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...
  • 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...
  • Headband PCB - Version 0.89

  • I sent out the Headband Sensor Package Version 0.89 PCB's to OSH Park, Got three purple PCB's back, and they look great! The top and bottom of the boards look pretty good. I could have flipped the resistor silkscreen (the R1, R2 and R3),...
  • Cost optimization, run 1

  • PCB Rev 1 are working and usable but there is room for BOM cost optimization. Current sale price could be 89 EUR, with extensive BOM optimization it could be lowered - hopefully. USB micro-B to USB mini changeFTDI USB connector is currently micro-B footprint...
  • Assembly

  • The build of the module was pretty strait forward...with some complications. Except for one all footprints matched the parts I have. The LDO for VCC_USB was the wrong footprint, a SOT-89-3 should have been a SOT-223. I fixed this by soldering cables...
  • The Modular Concept (explained)

  • When the first ideas for this Cyerdeck came up, I was already sure to create it modular, as much as possible. As such I had defined the following requirements for myself:All "Modules" MUSTbe easily replaced for future improvements, modification...
  • Deep Sleep

  • I've been testing the deep sleep mode on the ESP-03. I loaded the frankenstein firmware from here https://github.com/nekromant/esp8266-frankenstein onto the module to test the deep sleep mode.Note, you need to tie gpio15 to GND in order to boot any firmware...
  • muahaha, I cheated :)

  • So since the Teensy++ 2.0 bootloader is not available and I'm not feeling comfortable to learn all the bells and whistles of USB communications I was looking for other options. Googling "at90usb1287 arduino" I found this https://github.com/mattairtech/ArduinoCore-avr...
  • Instruction Set Shuffle

  • Instruction Set Shuffle Having ADD and SUB in different op code pages seems wrong, as SUB (ACC = Value - 1) can be coded as: LOAD ValueXOR FADD 1XOR F Yes, the carry flag works. The current op code set would be: LOAD ValuePAGE 8SUB 1PAGE 0 No saving!...