Progress Report 10/4-10

with No Comments

During this week, I actually got to use the thermal camera! It’s super cool to just look at the thermal output from things I would never have imagined was detectable. This includes tracking footprints from the thermal signature left by our feet, the heat given off by the switch panels in CST, tracking living things such as squirrels and people, and trying to identify factors that effect the thermal signature of humans. Thick clothing seems to obfuscate heat, making other places seem to give off more heat. For example when my friend was without a coat, their face registered as 87 degrees F (on the surface) and torso around 82 F, whereas with a coat, torso was practically indistinguishable from ambient temperature (Ok maybe +10, but my point being that coats reduced heat output. I forgot to record this data precisely.), and their head warmed up to 92 +-2 degrees Fahrenheit. I’m still unclear on which birds exactly we will study, and will probably leave that decision to the ecologists in Iceland and perhaps Erin (if she has a preference). Once we know that, it might be possible to more accurately model the birds with maybe a local animal with similar insulative properties and heat output, but that remains to be seen…

 

In the mean time, I’ve tried to track squirrels with only a thermal camera and my success was very limited. The first problem was that it is hard to find a fixed focus at which the squirrel appears sharp. This might be fixed with the balloon-tether idea which would yield a fixed height from the ground and thus static focal range. However most pressing was the battery life on the camera. I had trouble getting 5 minutes out of the device. If this is standard, we might need to design a new battery, and if it’s a result of slow degradation of the battery, maybe we should purchase a new one. Next week I’ll be sure to post pics of us looking for small animals and how well that works!

Progress Report 9/27-10/3

with No Comments

Apparently Erin and Charlie are talking to the Maintenance Dept. here at Earlham College about using their thermal camera. This would be an ideal solution, because it removes a huge amount of reinventing of the wheel. It would possibly take decades to get to the level of refinement found in a real thermal camera. In the mean time, I’m mostly waiting on info from the ecologists in Iceland who will tell us which birds we can actually study in Skalines. Until we have an idea of what birds to study, I’m not sure what kind of progress I can really make.

Progress Report 9/20-26

with No Comments

In this week I explored more options for thermal imaging. None of these seemed particularly promising, many of these are either expensive, inaccurate, slow, or the range is limited. So far the thermal sensor options seem to be a “pick any two” of the following options: range, accuracy, cost. Unfortunately, because picking up the thermal signature of a small animal at a sizeable range requires a significant amount of all three, there’s either going to need to be a massive engineering breakthrough on my part, or a massive budget. The same problems persist for other parts of the camera, for example, the optics. Focusing long wave IR requires exotic materials which cost an enormous amount of money to procure individually or manufacture.

 

My conclusion is that thermal imaging is a field with an extremely high barrier to entry. I doubt that I have the skills or expertise to surmount the difficulties I’ve touched on, and I hope that another solution will present itself.

Spectra and Soil

with No Comments

This week I met with Mike Deibel regarding soil fertility measurements. One of the primary accepted ways to measure soil fertility is the combustion method. We don’t want to do that. Other alternatives are spectroscopy of the soil directly (requires infrared electromagnetic range) or of a soil solution after a reaction (can be done in the visible light range, but requires reagents and possibly a flow-injection system). For the munsell color test, a visible-range spectrometer that uses fiber optic cables to transmit signal could be used.

NIR spec focuses on the infrared region of the electromagnetic spectrum. Building a NIR spectrometer is tricky because a lot of things absorb infrared wavelengths and because I would have to build some sort of detector that scans through individual wavelengths very precisely. This isn’t impossible, but it isn’t trivial – so I’m still looking into it. There are a large number of DIY spectrophotometers projects out there but few of them dip very far into the IR range, precisely because it is so difficult.

There is a nice DIY solution for flow-injection analysis (a stream of reagent is merged with a stream of sample and the mixture is analyzed). [3D printed syringe pump] [Nitrate quantification]

For the munsell color test, things are a lot simpler because we only need to deal with the visible light range. Reverse-engineering a visible light spectrometer like this one is not at all an unreasonable thing to do.

The Bean arrives!

with No Comments

Last week, the bean arrived! We got four beans in the mail, which came with a ‘Maker Kit.’ The Maker Kit really just contained some headers, a buzzer, and your basic accessories. I was able to connect to all four of the Beans through my computer and my phone! It’s pretty cool that you can connect and upload code right from your phone. The ‘Bean Loader’ computer application integrates with Arduino really well. You write the code in the Arduino IDE, and just send it to the Bean through the Bean Loader. I followed this guide OSX Starting Guide to get started using the bean with my laptop. This is the guide I followed for iOS Guide for setting it up on my iPhone.

Unlike most Arduino board, the Bean has no headers already soldered in. We don’t want to solder right away. We still need to make a prototype and test that it works. So, what I did was set up a little prototyping configuration using a breadboard and some wires. You can see it below — it’s a light sensor. The LED on the Bean gets brighter as it detects more light and dimmer as it detects less light. I was able to get this running with the Bean Example Projects page.

IMG_0408

I’ve been looking through different websites like MakerShed, SparkFun, and Adafruit for different ambiance type sensors. There are many options to choose from, that have a wide range in prices. What sensors to get, we should probably decide as a group. Also, the Bean has a built-in Temperature sensor that we need to test, and perhaps we could cross that off the list of sensors to buy.

Another week, another $7USD

with No Comments

Managed to frustrate Facilities trying to sort who owned the TIC, etc. It’s now in our possession for the duration. List management related to Skalanes and the various projects there; we have a GDrive document now with questions/answers for/from Oli at Skalanes. Talked to Erin about how to do an elevation transect from the house at Skalanes to the roof of the gangplank tower at the ferry terminal to see if a ballon might be practical for doing line-of-sight between the two. Sent email to SallyS in A/D about funding sources, also considering how to approach the Dean, etc. about their recent policy change of not supporting graduating seniors. Started to re-learn Android development, how often are these people going to change their minds…

The ball starts moving!

with No Comments

Earlier this week we had a programmers meeting to decide the direction for the app such as the mechanics and architecture. While we initially will hold off on the graphic designs for the app there is still much to be done!

I’ve started researching the process states within Android and how the app will interact with the hardware of the Nexus. So far the developer webpage has been most beneficial in understanding the way that processes work by default and how to tweak that to individual needs. I also found a very valuable system service called prostats that allows you to see how RAM is being allocated and gives you to the tools to analyze it for specific features.

Thermal Camera and the Internet Issue

with No Comments

We finally have our hands on the Fluke thermal imaging camera! It is very exciting because we can start to test out our theories and protocols to figure out something that will work.  I have read the manual which was semi helpful because I found that it measures infrared energy radiated based on two factors: the surface temperature of the object and the emissivity of the surface. This camera is not used normally for living things but it should work based on how it detects energy however focusing in on the small birds might be difficult in getting an exact temperature reading. After charging it up we turned it on and are definitely able to detect humans so the next step is to look at some squirrels and then bird of similar size and temperature to the birds we will be looking at.

 

The other issue I have started to work on is the internet problem at Skalanes. Basically I need to find the point at which a balloon would need to be elevated in order to be in direct line of sight of the ferry station. In order to do this I am going to first find the elevation of Skalanes, The antena at the ferry station and the mountains in between using the information we have, google earth and ArcGIS.

Grooming!

with No Comments

After finishing finalizing the new data model after staring at the iterations we’ve had since 2013,I started making a “master table” this week.It has all the data from all the different iterations,and they aren’t groomed to look the same or follow the same model,but they’re all getting put in one place,so that it’s easy to find all the data we do have once I start grooming it.

This next week,I plan to do exactly that.I plan on putting all the data,in their newly organized format according to our model,into the database,so that  it’s all consistent and in one place.I have a feeling this will be messy and take a while,but I now know what the format is and where the data is,so I’m hopeful of traversing it better.

Building, Bluetooth, and Boards

with 1 Comment

These week I focused primarily on what I need to start actually building the for-field-use soil moisture/temperature sensor platform, as well as selecting a bluetooth shield for communicating with our field science app, and picking a board to actually build the platform on.

I tracked down circuit schematics for the Infrared temperature sensor. So far I think it will work for our purposes, and at around ~$3 a unit I see no reason not to try it out.

Screen Shot 2015-10-05 at 2.42.31 PM

We already have several moisture (and temp – a useful calibration for the IR measurements) sensing platforms laying around so I will probably cannibalize one of those for it’s sensor. I just need to figure out which one…

Screen Shot 2015-10-05 at 2.43.00 PM

My next order of business is selecting the best bluetooth shield for this project. I’m looking at Bluetooth LE (low energy) because we don’t want it to die in the field. The LightBlue Bean that Kristin found for the Ambiance platform looks promising – it has extra functionality built in that might not be necessary for bench-top applications but could be useful out in the field. Even though the ambiance platform will have a LightBlue Bean sending back temperature and accelerometer data, it might be nice to have this data associated with a sensor value on the ground as well. Also the onboard battery is very nice. I’ve been looking at other shields but I think I need a second set of more knowledgeable eyes to discern which ones might work best for bench applications.

Up until now we have primarily used the Arduino Yun for field sensors because of it’s wifi capabilities, which are handy for in-field debugging. Now that we are moving towards bluetooth, this is no longer necessary. I was thinking about using the Arduino UNO. This seems to be the flagship board from Arduino, and is advertised as being the best for beginners (which I am). I also know we have lots of them around already, which will make it easier to get started right away.

1 15 16 17 18 19 20 21