Blog Archive

Showing posts with label Instructions. Show all posts
Showing posts with label Instructions. Show all posts

Checking Shutter Count of Your PEN

Extracted the following post for my future reference

Check out the entire thread:
http://e-p1.net/olympus-digital-pen-and-pen-cameras/checking-shutter-count-of-your-pen/


Checking shutter count of your PEN
« on: January 18, 2011, 01:29:29 PM »
I learn the following method to check the shutter count of my E-P2 from a HK forum:
http://www.omuser.com/viewthread.php?tid=145156&extra=&highlight=&page=1


It mentioned the info came from a Taiwan forum, mobile01, but I cannot find the source.
A series of button pressing brings along "engineering mode", first found in E-PL2.
Users confirmed it worked on E-P2 and E-PL1 as well.
(No report from E-P1 users so far)


Translation of the steps:


1. While holding the "Menu" button, press Power button to switch on


2. Press "Menu" and go to "Monitor brightness adjustment" screen


3. Press "Info" and "OK" button at same time, you will see the screen showing "Olympus"


4. Press the following buttons in the sequence: Up, Down, Left, Right and then press the Shutter, followed by Up (dial button in my E-P2)


5. Engineering mode page is seen. Press dial button to Page 1, 2, 3, and "D".


6. Shutter count is on "Page 2" under "R", in my case, shutter counter is 15396


Enjoy. :)

How To: Build A NAS Box

Crush the performance of consumer network-attached storage devices by building your own! And you can use a number of legacy parts to do this on the cheap!

Time: 3 Hours

What You Need

A network-attached storage (NAS) device is the Robin to a LAN’s Batman. The two should be inseparable, and for good reason. A NAS box gives you a guaranteed way to store all of your files and stream your media. Running a NAS box also means that you don’t have to boot your power-leeching desktop rig every time you want to access your files from another device.
But you don’t have to go out and purchase a NAS device. You can build a superior alternative using spare parts left over after upgrading your PC.
We recently gathered a bunch of components that had been gathering dust in the Lab and built a FrankenNAS that absolutely pulverized its admittedly budget retail competitor, the $135 Linksys NAS200. Using an Asus A8N32 SLI Deluxe motherboard and a dual-core 2.6GHz AMD Athlon 64 FX-60 CPU, we were able to shorten our transfer speeds to one-sixth of the NAS200’s on small transfers and around one-seventh on larger file moves. Note that you don’t even need top-of-the-line hardware for your device. Our open-source operating system, FreeNAS, will run on almost anything.
But just because it’s free doesn’t mean it’s simple. So we’re going to walk you through the finer points of setting up a FreeNAS-based network storage device of your very own. You’ll be streaming your favorite movies in no time!

1.Burn the FreeNAS ISO to CD

Step One
The first step in the process is building the physical NAS box, but since it’s no different from assembling a PC, we’re skipping ahead to the installation of the operating system. In order to do that, you’ll first want to set your NAS motherboard’s BIOS to boot from an optical drive.
FreeNAS is based on FreeBSD, a Unix-like open-source OS developed in the early 1990s. It’s not Linux and it’s definitely not Windows, so you should be aware that using the OS as the backbone of your file storage is going to first wipe out anything that might be on the hard drives you use. On the upside, FreeNAS itself requires no hard drive space for installation. It’s so compact, we’ll be using an embedded version that can run off a USB thumb drive or a CompactFlash card as small as 32MB.
Download the FreeNAS ISO and drop a CD in your burner. If you don’t already have software capable of burning an ISO image to a CD, download and install the free utility ISO Recorder. If you’re using ISO Recorder, right-click the file you just downloaded and choose the option “Copy image to CD.”
Once you’ve burned the image, put the CD in your NAS box’s optical drive, restart your computer, and boot FreeNAS from the CD. One caveat: Make sure your motherboard’s BIOS is configured to boot from a USB device, as we’ll be installing the operating system to a thumb drive.

2. Install FreeNAS on a USB Thumb Drive

Step 2
We’re going to set up our NAS to boot from a USB thumb drive so we don’t limit our upgrade options. If you didn’t listen to us in the last step and are using an old mobo that just won’t boot from a removable device, you have two options. You can boot from the CD and store your configuration file on a USB thumb drive or CompactFlash card or you can partition your hard drive, copy the OS to that partition, and boot from there. Be aware, however, that you cannot use the resulting storage partition for RAID: FreeNAS allows only whole drives in an array.
Quick Tip: Double-check whether FreeNAS offers support for your hardware by checking the compatibility lists at http://www.freenas.org/index.php?option=com_openwiki&Itemid=30.
When the FreeNAS Console Setup menu appears (tap the Escape key if the FreeNAS splash screen doesn’t disappear on its own), plug a thumb drive into the NAS box’s USB port and choose the menu item “Install/Upgrade to a hard drive/flash device, etc.” At the next prompt, choose the first option: “Install ‘embedded’ OS on HDD/Flash/USB.” Choose the optical drive containing the FreeNAS ISO image and hit Enter. Next, select the USB thumb drive on which you want to install the OS. Note that the installation process’s default choice is the hard drive, so make sure you’ve changed it to your thumb drive before you hit the Enter key.
After you’ve installed the operating system on the thumb drive, remove the CD and reboot your NAS box.

3 Configure Your Network Settings 

Step 3
When your NAS box has rebooted, choose item 1 from the Console Setup menu: Assign Interface. Unplug the NAS box’s Ethernet cable and choose the OS’s Auto Detection option. When prompted, plug the Ethernet cable back in and hit the Enter key. You should get a message that reads “Detected link-up on interface XX,” where “XX” is the name of your Ethernet interface (in our example, the name was “nve0”). Hit the Enter key again.
The next screen will read “Configure OPT interface.” This enables you to configure a second Ethernet port, assuming your motherboard has one. For now, choose the option that reads “Finish and exit configuration” and hit the Enter key. Accept the naming scheme presented in the next screen and hit Enter.
Next, type the number 7 and hit Enter to reboot the computer. When the machine has finished rebooting, choose item 2 from the Console Setup menu: Set LAN IP Address. The OS will ask if you want to use DHCP. Choose Yes unless your network is set up with static IP addresses. At the next prompt, select “AutoConfiguration for IPv6.”
The OS will then give you the IP address that’s been assigned to the NAS box. You can now ping your NAS box to verify that it has joined your network and you can manage its settings using your web browser. Just type the NAS box’s IP address into your browser’s address bar. The default user name is “admin” and the password is “freenas.”

4. Configure Your Drive

Step 4
Once you’ve logged into the web GUI, you’ll want to take a whack at a few important configuration steps: Change the name of the NAS; set the correct date, time, and time zone; and create a unique username and password. Start by clicking General (in the left-hand menu stack, under the System heading) and change the desired information in the large pane on the right.
Click the Password tab, type in the existing password (“freenas”), and enter your new password in the two boxes provided.
You’re now ready to prepare your hard drive. Go back to the left-hand menu and choose Management under the Disks heading. The plus sign inside the circle on the right-hand pane indicates that you can add an element to the NAS. In this case, we’re going to add a hard drive. Click the plus symbol and all the drives in your system (including the optical and USB thumb drive) will appear in the window next to the Disk heading. Be sure to choose your hard drive.
You might want to experiment with some of the options on this page (especially “hard disk standby time,” “advanced power management,” and “acoustic level”), but leave them at their default values for now. Do make sure that the value for “Preformatted file system” is set to “unformatted” before you click the Add button; then click Apply Changes.

5. Format and Mount the Hard Drive

Step 5
Ready to wipe your drive? Return to the Disks heading in the left-hand column of the NAS box’s administrative options and click Format. Make sure you’re ready to proceed, as the option will erase any information previously stored on the drive. Choose your hard drive from the drop-down menu, enter a volume label, and accept the remaining default choices: “File System: UFS (GPT and Soft Updates),” “Minimum Free Space (8),” and “Don’t Erase MBR (unchecked).” Click the Format Disk button.
A drive must be mounted before it can be accessed, so go back to the left-hand Disks menu and click Mount Point. Click the circled plus sign, select Disk from the drop-down Type menu, and choose your hard drive from the drop-down Disk menu. Choose EFI GPT from the Partition menu and UFS for the File System value. Click the Add button when you’re finished. An OK message in the Status window indicates that the drive was successfully mounted.

6. Enable Services and Create Shares

Step 6
We need to access our NAS box using computers running Windows, so it’s essential that we enable the SAMBA networking protocol on our NAS box. Look in the left-hand column for the heading labeled Services and click the CIFS/SMB menu item. Place a check mark next to Enable in the main window but leave all the values at their default settings. Click the Save and Restart button.
Now that SAMBA’s up and running, you’ll need to create one or more network shares that allow your remote computers to treat the NAS box’s hard drive(s) as though they’re a local resource. Click the Shares tab in the “Services: CIFS/SMB: Settings” window and click the circled plus button. In the screen that appears next, give the share a name, add a comment describing the purpose of the share, set the path, and click the Add button. Click the Apply Changes button on the next screen.
When you’ve finished configuring FreeNAS, click the Backup/Restore button to create a backup of your configuration. You should now be able to find your NAS and your newly created shared folders listed in Windows XP’s “My Network Places” (or Vista’s “Network”).

How to Stream from Your NAS Box

Now that your new NAS box is ready to go, getting all your movies and photos to stream to your media device of choice is extraordinarily easy. Here’s how you do it. Pull up your FreeNAS administrative options page and click UPnP under the Services menu. Click the Enable check box and assign a name to your device. Then select the NIC you’ll be using. Add the directories you want to share and pick a component profile that best matches your UPnP device—like your Xbox 360, for instance. Click Save and Restart, and you’ll be ready for some movie-watching!


Hack your monitor and 3D glasses, ensure ultimate privacy


I'm an electrical engineer interested in making stuff!
Finally you can do something with that old LCD monitor you have in the garage.
You can turn it into a privacy monitor! It looks all white to everybody except you, because you are wearing "magic" glasses!
All you really have to have is a pair of old glasses, x-acto knife or a box cutter and some solvent (paint thinner)




Here is what I used:
an LCD monitor of course
single use 3D glasses from the movie theater (old sunglasses are just fine)
paint thinner (or some other solvent such as toluene, turpentine, acetone, methyl acetate, ethyl acetate etc)
box cutter (and CNC laser cutter :) but that you don't really need, I'm sure x-acto knife and a steady hand would do just fine)
screwdriver or a drill
paper towels
superglue

Step 1Take the monitor apart

Find an old monitor that you are willing to sacrifice.
Take off the plastic frame by unscrewing all screws from the back.

Step 2Cut the polarized film

Most LCD monitors have two films on the glass - a polarized one to filter out the light you are not supposed to see, and a frosted anti-glare film. The anti-glare film we don't need, the polarized one we do - it is used for the glasses.

So, grab you cutting tool and cut the films along the edge. Don't be afraid to press, metal wont scratch the glass, unless there is sand or other abrasives on it.

Then, start peeling. Make sure to save the polarized film, also remember the orientation.

Step 3Clean the film adhesive

After you remove the film, the glue will likely remain stuck to the glass, so here comes the messy part.
With a solvent, soften the glue and wipe it off with paper towels.
I started with OOPS, but that was not fast enough so I got some paint thinner.
I found out that if you cover the screen with paper towels and then soak them in paint thinner you can let it sit longer and dissolve the adhesive without running and evaporating.
Scrape off the soft glue with a piece of plastic or wood.
Be careful not to get paint thinner on the plastic frame, because it will dissolve it.

Step 4Monitor - done

After cleaning the adhesive, assemble everything back the way it was. Before even making the glasses, you can test the monitor with the polarized film!
Notice how the upper left corner looks clear, because it has the anti-glare film removed. That is the part we are going to use to make the glasses.

Step 5Pop the lenses out

For the glasses, I used single use 3D glasses from the movie theater, but you can use whatever you want.
Pop the lenses out or take the glasses apart if you can.

Step 6Scan, Trace, Cut

If you are going to use a cnc blade or laser cutter, scan and trace the parts.
You can find a local vinyl or laser cutting service, or you could send them to an online service like CutYourWay.com
I scanned the frames so I can use them as a reference for the lens orientation.
Remember, this is a polarized film so the angle is critical. Back and front also matters.
If you don't have access to a cnc cutter or you don't want to wait for an online service, you can probably tape the old lenses on the film and then cut them out with an x-acto knife.

Step 7Reassemble glasses and enjoy!

Finally assemble the glasses and you are ready for some fun!
People might think you are crazy, staring at a blank white screen wearing sunglasses!
But I guess that makes it even more fun!



Popular Posts