Anatiferous blog | Move every zig.

Meta-Site

Welcome to Anatiferous: Using barnacles to make geese since 1689!

Howdy! This is my (William Reading's) webpage. At the moment, I only have this blog script and my gallery up, but I hope to get more stuff on this page at some point, or so I thought when I created this site years ago. Updates and shiny new copy to eventually go here. If you'd like to contact me to point out that I've done something to break XHTML/CSS standards or heaven forbid--look at my Vita--drop me a line at my e-mail address bill +spam @ [ELEPHANT] aggienerds.org. Simply remove "+spam", the spaces and the pachyderm along with its brackets and that address will reach me. I'm also available on Jabber/GChat/AIM/MSN with the same address above.

4/13/2012

Kill alert@mobile.live.com SMS Messages

Filed under: — bill @ 5:45 pm

I started getting texts from alert@mobile.live.com from Microsoft, which were apparently set up by the previous owner of the number I recently activated.

Texting STOP to get them to stop (as required by federal law) doesn’t work. You have to text STOP to 695483, and then it stops. I figured I’d post this because I couldn’t find it when I was looking for it.

3/2/2012

Houston Airport Bus Fail

Filed under: — bill @ 4:22 pm

The Metro 102 bus from the Houston IAH airport to downtown only stops in one place, the rental car bus pickup side of Terminal C. This is contrary to the signage.

2/29/2012

Getting Kindle to work with ADB on Debian Wheezy

Filed under: — bill @ 1:07 am

For some reason, I kept getting the annoying permission denied error when trying to test an android application on the fire with ADB. I ended up having to use this configuration to get it to work:


SUBSYSTEM=="usb", ATTR{idVendor}=="1949″, ATTR{idProduct}=="0006″, MODE="0600″, OWNER="bill”
SUBSYSTEM=="usb", ATTR{idVendor}=="1949″, ATTR{idProduct}=="0005″, MODE="0600″, OWNER="bill”

2/19/2012

Janome 3125 Manual

Filed under: — bill @ 11:30 pm

A while back, I bought a Janome 3125 sewing machine at a Black Friday sale. Years later, I’ve found that the online manual for it is nowhere to be found.

Fortunately, this same machine was sold by Janome as the Hello Kitty sewing machine. It took me a little investigating to figure that out, so I figure that I’ll share the information.

The part number is 639-800-774 (E/S/F). For this machine, they just changed the cover out.

Link: http://content.janome.com/index.cfm/Machines/Sewing-Quilting/Hello_Kitty

Direct Link to Manual: Inst book Hello Kitty

The manual is on their site, assuming that they haven’t changed it.

10/9/2011

Notes from Homemade Sous Vide

Filed under: — bill @ 8:45 pm

I decided that I wanted to try sous vide this weekend, and didn’t want to wait to order a PID controller in the mail. My thought was that I could use a microcontroller with a big relay wired up to the LCD traces for a kitchen thermometer and do the control myself.

I went to Fry’s and purchased a thermometer for $11, a remote controlled appliance switch for $11 and a 6 qt crock pot for $25.

Unfortunately, the LCD display on the thermometer I bought uses some kind of PWM on the pins to multiplex inputs, and that would probably take more than the afternoon to properly reverse engineer:

Fortunately, Gabe had an extra temperature sensor sitting around, so some one wire code later, and we got my arduino sampling temperatures. Right now, it uses a simple temperature range to decide when to turn on and off the crock pot, but there’s a handy PID control library for arduino that could probably be used to reduce the overshoot of the current approach (1ºC). Another thing that would be useful to do is to use the arduino ADC to sample the temperature from a thermocouple. There’s some code that does this here.

Since I didn’t have a glue gun on hand to properly isolate the sensor from the water path, it eventually started shorting and producing bad data. Putting it in a plastic bag was a pretty good workaround, but insulating air inside the bag caused the temperature readings to be off by as much as 1ºC, so the system was off by as much as 2ºC at any given time. Putting the exposed wire inside of a glue blob and then heat shrinking around that seems to have fixed the problem, but a thermocouple is probably going to be more accurate and would handle a wider range of temperatures.

The results were pretty tasty, though it looks like 14 hours is insufficient for beef chuck, which was still a little tough, but not too tough. It’s fine for other cuts of meat, such as a flat steak. I ended up pan searing the steaks after I took them out of the bags, but I think I might have not had a hot enough pan to flash sear it and ended up overcooking. Some people recommend that you use a butane torch (propane supposedly leaves more of an off taste) to get around this problem.

On the note of putting it in a bag, I ended up using a ziplock freezer bag and then dipped it in the water with the bag open to push out excess air, though I think a vacuum sealer would work better.

Lessons Learned:

  • Crock pots tend to overshoot, but are probably safer if you’re building your own control system. Consider a rice cooker or other simple steamer that can be externally switched because those have less thermal inertia, and you don’t want another control system interfering with turning it on and off externally.
  • A simple on/off with a cheap remote wall switch works surprisingly well. I was able to drive the remote control for the appliance relay with a digital high on the microcontroller.
  • You don’t necessarily need PID control, but it probably would keep the temperature more stable. You can buy one on Amazon, though you’ll want to buy a thermocouple (probably type K) to go with it.
  • You don’t necessarily need a crock pot. You could also use an immersion heater to warm the water.
  • 132ºF is probably a good temperature for medium rare with sous vide with this system

 

Google
 
Web anatifero.us
aggienerds.org

Powered by WordPress