Public Lab Research note


More dock data!

by lperovich | August 30, 2015 18:10 30 Aug 18:10 | #12186 | #12186

After the success of the first deployment (@sara, @donblair), I repackaged the thermal fishing bob for a longer even more real test.

I moved the electronics to the actual housing I plan to use, waterproofed it (tape & epoxy) and left it in the water by the MIT dock for 24 hours.

8.28.15.jpg

Everything survived! The waterproofing held, the battery lasted, and no unexpected failures surfaced. Exciting step in the right direction.

Here are plots of the full data and the in-the-water data:

dockTest8.29.15.jpg

dockTest8.29.15Zoom.jpg

A few points for consideration in the next version:

I taped weights on the sensors as a last minute attempt at getting full sensor depth. The tape was gone when I checked on the bob about 3 hours in--time to go for a more robust weighting scheme.

You can see holes and banding in the sensor data--similar to the last test, but more. It looks like the sensor/code is misinterpreting select values. Digging in, in seems like we're dropping some zero after the decimal point. That is: 26.0625 becomes 26.625 27.0625 becomes 27.625 28.0625 becomes 28.625 etc

I bet this is caused by a mistake in the Arduino code. The whole number and decimal number parts of the value are originally interpreted separately then put back together. The leading zero of the decimal part is probably dropped in the process. I'll have to dig in more to fix this up!

I'd love to test the new design in a more active space--is it still waterproof when it's towed behind a boat? When it's in turbulent water?


1 Comments

Check out the waterproof housing I used in this underwater photography project last year- http://publiclab.org/notes/code4maine/07-25-2014/grassroots-underwater-

GPSEnclsoure.jpg

Basically, I used a couple different types of those cheap floating LED globes they sell at Wal-Mart for less than $5. As they all have some kind of electronics in them, I found they had the perfect shape for housing batteries and a few small Arduino's. Some of them even have solar panels!

My original intent was actually to use it in a very similar manner to the Thermal Fishing Bob, only it would also be attached to a weighted camera-

Photo_Fishing_2.png

Reply to this comment...


Login to comment.