Search all wikis and blogs »

Search results in dragland

3D Augmented Reality Architectural Holograms (3/28/2015)

Today I worked on creating a 3D hologram of my room using assets from the Sketchup Warehouse repository. [image]I then exported it as an OBJ file, s...

ACT Week 11, class 1 (11.1) (10/27/2014)

Today we began learning about microcontrollers. Sensors: Analog is range of voltages Usually 0 to +5V Digital is true or false 1/0 -5V | 0V | +5V Mu...

ACT Week 11, class 2 (11.2) (4/1/2015)

Today I began interfacing my holographic augmented reality control system with my custom data monitoring system. [image] Because I set up my web serv...

ACT Week 11, class 3 (11.3) (4/3/2015)

Today I worked on remaking a hologram of the Energy Lab, as the current one I was using got corrupted. I cropped the OBJ in Meshlab. [image] Howeve...

ACT Week 12, class 1 (12.1) (4/6/2015)

Today I worked on intuitively meshing my data with my hologram. I started by positioning the data over the actual sensor locations in my hologram of...

ACT Week 12, class 2 (12.2) (4/8/2015)

Today I finally got the data on my hologram to update live! [image] Apparently you cannot run a while loop inside an enumerable co-routine. Thus, I h...

ACT Week 12, class 3 (12.3) (4/10/2015)

Today I learned how to request HTML data from the controlbyweb relays through the Mango home automation suite and how to create visualizations throug...

ACT Week 13, class 2 (13.2) (4/15/2015)

Today I continued importing my holograms into my Oculus Rift program. For the hologram of me, I added a capsule colider and a rigid body, so that it...

ACT Week 16, class 1 (16.1) (12/01/2014)

Today I took a test. It consisted of basic Unix shell use, network navigation, file navigation, WiFi management and analysis, and IP based sensor da...

ACT Week 16, class 1 (16.1) (5/4/2015)

Today I worked on calibrating my energy monitoring system. [004599.JPG] Now that the logger, the physical sensors, the webpage, and the hologram all ...

ACT Week 16, class 3 (16.3) (5/8/2015)

Today I worked on implementing a thread restarting system, so that individual threads would not take up so much memory. I had to import the threadin...

ACT Week 4, class 2 (4.2) (1/28/2015)

[Download file "Davy_Ragland.ino"] Today I finished my attack robot. I attached the servo, but it did not have enough torque to actually move the sc...

ACT Week 7, class 2 (7.2) (2/18/2015)

Today I started building my capacitive switch. [image] I am using 10k and 220k resistors to act with my body as an RC circuit. This changes the time...

ACT Week 7, class 3 (7.3) (2/20/2015)

Today I built my Arduino capacitive switch. I started by downloading the library needed here: http://playground.arduino.cc/Main/CapacitiveSensor I ...

Augmented Reality Holograms with Custom Data System (4/2/2015)

Today I worked on creating a hologram of my Room for the control system. I started by importing the .OBJ I made in Sketchup into Unity. [image] I t...

Augmented Reality Holograms with Live Data Integration (4/5/2015)

Today I successfully parsed my sensor data frames from my Raspberry PI system into an array, so that I can assign individual values to specific parts...

Augmented Reality Holograms with Live Data Integration (4/7/2015)

Today I worked on getting my data to be live. I was able to update live data as a string, but when I turned it into an array, it stopped updating. ...

Data Monitoring, Networking, and Automation (2/4/2015)

Today I started building the Xbee reciever for my energy monitoring system. It will read the 0-5 volt analog data, convert it to digital, and send it...

Data Monitoring, Networking, and Automation (6/10/2015)

Today I started by getting some pictures taken of me using the Oculus Rift for documentation purposes. [image] ...

Data Monitoring, Networking, and Automation Control (3/16/2015)

Today I got my program to control relays. I started by reformatting the data output. [image] I then coded my lights, fan, and lock functions to ret...