My grandfather, Theodore Dzus, was an avid amateur filmmaker. The following link is a collection of his films from the late 1930s until the mid 1960s. I’ve got his 8mm films on youtube somewhere – I’ll give you a link in a later post.
Everything that matters to Matrixwide
My grandfather, Theodore Dzus, was an avid amateur filmmaker. The following link is a collection of his films from the late 1930s until the mid 1960s. I’ve got his 8mm films on youtube somewhere – I’ll give you a link in a later post.
We’ve got a rather comprehensive archive of Dzus and Davis family photos from the 1920’s until the present. I think mostly we’re missing photos of the kids from 1998 to 2009. I’ll remedy that eventually.
The following page contains links to galleries on imgur.com. Follow the directions there for the best viewing experience:
Andrea will be joining the Matrixwide blog to keep us up to date on what’s going on in her life. She’ll have full control over the content and you’ll have the assurance that we’re keeping your information as private as possible, as opposed to Facebook and other commercial sites.
Thank you,
Alexander Davis
Latest compact board is back from OshPark (www.oshpark.com) and testing is complete. Using the base Adafruit transimpedence amp design we were able to come up with a simple formula for convert the raw ADC values into a UVI. We’re debating whether or not it’s worth it to come up with a resistor divider which gives a bit more signal, but basically doubling the ADC readout and then dividing by 100 does give us plenty of headroom in case someone encounters some really crazy UV exposure. Additionally, we added a slow on-off warning blink should the ADC return a maxed-out value.
I’ve got a very good data set for UVI 0 to about 7.5. Just waiting for the sun to get higher in the sky so we can get some 8-11 UVI days.
The Roitner Technik GUVA-S12D is too expensive for a product hoping to cost less than $10 each. So I am looking for more cost effective alternative.
Here’s the test rig, consisting of a GUVA-S12D, a VEML6070, and an unspecified LED acting as a light sensor. The ADC reading seems to track the UVI produced by the GUVA-S12D quite well up to UVI 5. From there up to 6.5 (the highest I have measured outdoors) it is a bit lower.
My LED under test shows good visible light blindness. It responds quite strongly to a 365nm UV LED (as does the VEML6050). This might be due to the spectral distribition of the LED. I’ll be looking around for a local lab to quanitfy the response of all three under controlled conditions.
Here’s the older UV Monitor v 1.2. This one used the same GUVA-S12SD UV sensor, but used it to calculate an accumulated UV dose and warn the user when they are about to get to a dose causing sunburn. Primary issue here was inability to control orientation and therefore the indicdent UV level. Pretty much the only way to use it and get accurate results was to attach it to the brim or top of a hat.
I’ve been working on a simple solution for ultra-violet exposure awareness and mindfulness. Previous solutions offered dose monitoring https://hackaday.io/project/5684-sunburn-monitor, but the main problem here is the difficulty in keeping it oriented so as to achieve proper incidence – hard to to in a wearable. Also, the reality is if you just put on sunblock or wear protective clothing, you don’t have to worry about it.
So the main problem is mindfulness; if you get people thinking about UV exposure maybe they will do a better job of taking action. The latest device takes this into account. All it does is measure the current UVI. It’s cheap, pockeable, and has room for instructions and medical provider/sponsor info.
Here’s a photo of the prototype:
front:
back:
Prototype production is underway with a goal of 20 boards. Sounds pretty small, and it is, but I’m hand-applying solder paste to pads and acting as my own pick-and-place machine. It takes time to populate a board! Later runs will either offshore the whole board or at least panelize and use a solder paste stencil.
My brand-new WordPress install was letting me upload images just fine, but would only show them to me in editor mode. Otherwise it displayed an “?” icon.
After much digging and checking of file ownership/permissions, I found the answer:
My apache2 2.4.5 requires “require all granted” directive, in addition to “allow from all”.
/etc/apache2/sites-enabled/wp.conf now looks like:
Alias /wp/wp-content /var/lib/wordpress/wp-content
Alias /wp /usr/share/wordpress
<Directory /usr/share/wordpress>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
<Directory /var/lib/wordpress/wp-content>
Options FollowSymLinks
Order allow,deny
Allow from all
Require all granted
</Directory>
If you’re looking for our photos, we’ve moved our more recent stuff to imgur. Contact us if you’re looking for really old stuff.