Thursday, December 2, 2010

CyberPower CP1000PFCLCD

The power to our house is usually reliable, but the last time it "blipped" for a second, it took down one of my computers. So, I decided to get a UPS for it...


CyberPower CP1000PFCLCD
  • 1000 VA/600 Watts
  • Adaptive Sinewave UPS technology (works with newer, more efficient PFC power supplies)
  • Automatic voltage regulation (AVR)
  • GreenPower UPS technology
  • Enhanced Multi-function LCD diagnostic display
  • Tower form (3.9" x 9.1" x 10.4")

The LCD display shows voltage I/O, events (# of blackouts occured, etc.), time left, battery level, output power VA and watts in actual value or percent. It normally turns off after a few seconds, but can also be set to always stay on.

The buttons are used for turning on the display, switching between displayed info, silencing the alarm, event counter reset, initiating a self-test, etc.

Sunday, August 22, 2010

Unlocked Samsung Galaxy S / Captivate

Someone found a way to unlock these things. In summary:
  1. Root the phone.
  2. Get Terminal Emulator from the Market, or use "adb shell" if you have the Android SDK.
  3. Type: busybox grep -E ^[0-9]\{8\}$ /efs/nv_data.bin

    On mine, I get something like:
    12345678
    12345678
    00000000
    00000000
    00000000
    00000000
    
    It's 8 digits. Repeated 2x. It's not 00000000. As you can see, it's pretty obvious on my phone.
  4. Pop in your "foreign" sim, and enter the code when prompted.
  5. Bye AT&T...

Shiny Nano v2

Oooh... A new DSO Nano from SeedStudio.



Muuuust resist...

Tuesday, August 3, 2010

New Phone

Got a new phone! A Samsung Captivate, aka AT&T's version of the Samsung Galaxy S.



Bus Pirate!

Pictures of the Bus Pirate I got from SeeedStudio... I bought and was going to use the SeeedStudio case, but after trying it out, I thought it was hard to get access to the headers if needed, so I shrink-wrapped it.



Monday, June 28, 2010

Owon Oscilloscope Battery

I wanted a battery pack for an Owon PDS5022S oscilloscope, but didn't want to pay the $70~80 (yikes!) for the one that Owon sells.

Some poking around shows that the scope consumes around 1Ah, charges at around 8.5v 300mA when on AC power and turned on. The original batteries are rated 7.4v 8Ah. It looks like an ordinary 2S lipo can be used, so I gave it a try...

DSO Nano Clone

I just saw these at DealExtreme:



They appear to have an mmcx connector instead of the 3.5mm that SeeedStudio uses. I wonder what else is different inside?

They're selling the probe/battery-less version for only $55 USD shipped. The full version is 70 USD or 72 USD (not sure exactly what's the difference). The prices are definitely tempting.

I'm thinking of getting the cheap probe/battery-less version, but I wonder how easy would it be to find or make those mmcx probe though... It's the first time I've seen one of those.

Monday, June 21, 2010

AVRISP mkII - USB powered target

I was using an Altoids 9V-to-5V tin can regulator to power a target AVR under AVRISP mkII, but I thought it would be nice if I could simply use the 5V from the USB.

I found some examples using Google. Here's what mine ended up like...

Saturday, June 5, 2010

DSO Nano Surgery

My DSO Nano came with a crooked 3.5mm socket. It worked, but there was quite a bit of friction from the plug rubbing on the case.



I wasn't too sure about opening up a new Nano, but the problem was annoying enough, and in the long run, it probably wasn't good for the socket or the PCB, so I disassembled and attempted to fix it...



Friday, May 28, 2010

Beeping Liftmaster 915LM Mod



The Liftmaster 915LM is a wireless garage door monitor that basically blinks an LED whenever it detects an open garage door. I wanted to mod it to give me an audible warning instead of just blinking an LED...

Wednesday, May 26, 2010

Cheap probe for DSO Nano

DealExtreme 100MHz probe ($6.04 shipped) + SeedStudio BNC adapter ($1.50 + sh) = ~$7.54.


Also made a breadboard-pluggable one. Plug connection: Tip of plug is positive, everything else is negative.

Sunday, May 23, 2010

DSO Nano Stand

Here's my DSO Nano stand... You only need a few thousand dollars in debt... ;)



If it's not so obvious, it's a folded-up old credit card (rebate CC actually).

Wednesday, May 19, 2010

DSO Nano Tour

My DSO Nano...

The Nano is an $89 open-source (hardware & software) portable 1MHz oscilloscope from SeeedStudio.

Saturday, May 15, 2010

AVRISP mkII / AVR Studio in Windows 7

Trying to learn a bit more about AVRs, so I got an Atmel AVRISP mkII programmer.



Unfortunately I ran into some problems with the software in Windows 7 x64...

Hello World!

This is one of the first things I tried when I got an Arduino Duemilanove, a simple sketch and circuit that displays the uptime.

A few jumper wires and viola... Arduino makes it easy to play with LCDs even for noobs like me.