Close

139 Results for "《〈 문의 OIO↗5793↗7458 》〉 강남셔츠룸ㅬ レresidence㎱강남셔츠룸신사셔츠룸⑧appetite 강남셔츠룸강남란제리 강남셔츠룸╃강남란제리″names㏊"

  • The Plan...

  • I'm going to throw together something with (mostly) what I have. A lot of this pulls from the leftover debris that is the remains of the "SETEC Astronomy" project, and incorporates a few of the lesser goals of that project. I have an HP multimedia...
  • Metaverse Tree

  • Packets | Particles: Visualize the Network In Arthurian legend, Avalon is a mythical island upon which King Arthur and Morgan Le Fay are notable characters. In more recent times, one of the most notable allusions is the movie Avalon (2001) which follows...
  • ROP2 with Falstad

  • Note: this log is obsoleted by BitsliceAfter the last log Adder with Falstad, I also converted the ROP2 bitslice to the interactive simulator : There is still the challenge to disable the output of the CLA so it can be combined by ORs with the rest...
  • It's alive!

  • Finally, after much fiddling around, the upgrade to FLED is operational.We're now running a grand total of 1768 LEDs, in a 52x34 configuration. The setup is a Beaglebone Black connected to an RGB-123 48 output cape. The cape level shifts the Beaglebone...
  • HACKLET 104 – TEST EQUIPMENT PROJECTS

  • Hardware hackers love their test equipment. There are entire forums dedicated to talking about multimeters, oscilloscopes, signal generators, and other common bench tools. At times it seems we spend more time talking about our tools than actually using...
  • Parts arrived today

  • The box with the parts from reichelt.de arrived today at the same time as my eBay order of a breadboard (came from the UK). Nice timing.Searching my DIY stock I found a 600g bin of sodium persulfate that will come handy when it is time to etch my PCBs....
  • pitches.h

  • /************************************************* * Public Constants *************************************************/#define NOTE_B0 31#define NOTE_C1 33#define NOTE_CS1 35#define NOTE_D1 37#define NOTE_DS1 39#define NOTE_E1 41#define NOTE_F1 44#define...
  • Inspiration for this project

  • Inspiration for this project is from two other measuring machines.  One of these is a commercial measuring machine manufactured by Pratt & Whitney and the second is the NIST Length Scale Interferometer.(http://www.prattandwhitney.com/images/customer-files/measuring_systems1.pdf)...
  • Mystery of Green and Blue light

  • I know the title sounds really mysterious, but just have a look at the gathered data.(Date Time R_max R_min G_max G_min B_max B_min Ir_max Ir_min)2014/8/23 0:39:55 55 49 1 0 1 0 25 22 2014/8/23 0:59:1 84 73 2 1 1 0 47 41 2014/8/23 9:7:35 97 87 3 1 2...
  • Gen 1 - Mini Track Actuators

  • Last year we built this super walker with Mini Track Actuators from Firgelli Automations. http://www.firgelliauto.com/product_info.php?cPath=104&products_id=259It worked great at first. I could sit and stand anywhere. We even built a second walker with...
  • The Arduino code for "Bored No More"

  • The Arduino code for "Bored No More" #include #include #include #include "utility/Adafruit_PWMServoDriver.h"#include //neopixels#define PIN 6 Adafruit_NeoPixel strip = Adafruit_NeoPixel(120, PIN, NEO_GRB + NEO_KHZ800);// Create the motor shield...
  • Porting the Izhikevich Behaviour to the STM32

  • As Zach teased on the touch slider update, there's been work happening behind the scenes to implement the Izhikevich neuron model on the newer NeuroBytes boards. Well I may as well introduce myself (hi, I'm Patrick! In the daytime I'm an Electrical Engineer,...
  • Where a Scope would have been nice...

  • When testing some of the firmware on the Trinket Pro side I noticed that my button IO was a bit slow. I was using a 0.1uF cap (cap code 104). This gave me (according to the MC14490P datasheet) a debounce rate of ~15Hz (at 5V). If I use a 0.001uF cap...