Close

41194 Results for "《 예약문의 OIO↗8489↗8306》선릉레깅스┛Еimportanceム강남레깅스룸레깅스룸ㅂheavenly 레깅스룸강남레깅스 강남레깅스룸⊥선릉레깅스ゥfiercelyり"

  • Removing undesired reflections/spots

  • Hey all!This is another project log to update the latest developments of OWL (Just in case you forgot, we call it OWL because, well, Open Indirect Ophthalmoscope, OIO).So, since the last time I made a log, we’ve been working on--making an elegant GUI...
  • Design Considerations

  • Earlier version of the device was reconsidered in terms of following aspects:• Accommodating for different refractive errors • Aesthetics • Ergonomics • Weight distribution OIO ASSEMBLY EXPLODED ASSEMBLY1. ACCOMMODATING FOR DIFFERENT REFRACTIVE ERRORS...
  • BASIC Assembler

  • Can't find a way to add files to the project, so I'm just going to paste below - sorry.  First is the BASIC program, then a text file I wrote to document the code.  My apologies to anyone who tries to read this; I have no experience with BASIC.Here...
  • BASIC Assembler Fix

  • Well, it turns out that BASIC strings can be at most 255 bytes long.  I was trying to keep all of the labels from an assembly file in one BASIC string, which meant I couldn't have very many labels.  Below is an updated BASIC assembler which...
  • NeuroBytes v0.92 Prototype

  • Today, the NeuroBytes project takes its first baby step into the 21st century.Okay, ignore the extremely sketchy construction techniques. It's an STM32F0 Discovery board, chosen due to its extremely low cost (under $10) and built-in ST-LINK programmer....
  • Making the frame

  • Now we wanted this display to look really sweet since it will be on our office wall for some time to come. To make it look gorgeous we decided to make the frame out of white foamed PVC board, and the front diffuser out of 1/4" thick white acrylic.First...
  • Adding the electronics

  • To drive this system we decided to use a Raspberry Pi and Arduino Micro combination.The Raspberry Pi runs a stack of Nginx, Memcached and NodeJS which then feeds desired LED colors to the Arduino Micro which streams them out over the WS2811 protocol...
  • Software stack

  • The display is looking great, but we really need to make this into more than just a pretty rainbow colored matrix.To do this we decided we wanted to be able to open up the control of the lights to all our developers, and we want to be able to feed data...
  • Nginx and Memcached

  • With FLED we are trying to make a visualization platform, somewhere all our apps and monitoring tools can send data and where we can then use that data to make interesting visualizations.As such we need to be able to accept data from a variety of sources...
  • Oh No! *Pop*

  • So just after presidents day we came back into the office and found that the FLED was dead! Turned it on and nothing happened. After eliminating the ATX PSU from the equation it became clear we would need to pull the display down and open it up to find...
  • A new start....

  • So the LEDs have died again. Typical really, we fixed them up just two days ago replacing another blown unit, but it once again died. These really have been the worst LEDs I have ever encountered, bright and cheap, but completely unreliable.Therefore...
  • 1728 leds is a lot more data than you think

  • In the original FLED implementation we had a Raspberry Pi inside the case. This Pi ran a NodeJS application that executed the animation code written in JavaScript and provided a web interface for users to create animations within. This all worked fairly...