Multiple Thermistor Fishing Bob Field Test
Background
Becca and I tested out Laura Perovich's multiple thermistor fishing bob prototype in the salt marsh in Cape Cod, MA. This was part of a larger project with Sara Wylie to improve upon the thermal fishing bob design.
Research Questions
- How do I house the multiple thermistor bob?
- How do I work with the multiple thermistor bob?
Procedure
Laura Petrovich designed the thermal fishing bob. I followed her diagram and built it. There are two errors to note though in the diagram. The 3.5V port should be wired to power, not ground as it is in the diagram and the ground port should be wired to ground, not power. In addition, only two LED's are wired into the circuit. The third there are not enough inputs for so this design flaw will have to be further worked out.
Multiple_Thermistor_Sketch.zip
Once the multiple thermistor bob was built and programmed, we placed it inside a cranberry juice bottle with the top cut off as it was too long for the usual lemonade contain housing. Once inside the container, we put the lid back on and sealed the opening with water proof tape. The thermistors were left trailing out of the neck of the bottle. A hole was poked in the bottle cap and the cap placed back on with the thermistors sticking out and the hole was sealed with waterproof tape. We still didn't feel comfortable submerging the bottle, so we simple dipped the ends of its thermistors into the water and took a long exposure photo.
Results
The multiple thermistor bob still needs a lot of work. It is functional, but we need to come up with better housing. Because of the way the arduino and breadboard are wired end to end, the rig needs to be long, so a new housing design is needed. We improvised with a clear juice bottle, but this is certainly not a long-term solution. It did not feel sufficiently waterproofed. In addition, I as pointed out, in the original diagram, two of the wires are in the wrong place. 3.5V needs to connect to the breadboard's power line, not ground, and ground needs to connect to the breadboard's ground line, not power. One of the LED's is also not wired into the circuit. We experimented with wiring it, but could only get it to light up, not actually change in response to temperature, so we wound up just leaving it with the functional wired two. It's not perfect, but it's definitely a good start.
Future Directions
The bob needs to be housed in a more secure manner to protect the arduino inside. In addition, the Arduino Uno does not have enough inputs to wire all three LED's. So, other options will need to be explored. I have already looked into using a larger arduino in order to fix the issue of there not being enough inputs. I made a new diagram using an Arduino Mega instead of an Arduino Uno. This Arduino is much larger and has more inputs, allowing for the addition of a third LED, or even more.
Pictures
[] Multiple Thermistor Circuit
Multiple Thermistor Circuit with all three LED's lit
Kaitlyn Testing Multiple Thermistor Bob
1 Comments
Nice tests! A few comments:
Good catch on the 3.3V/GND errors in the diagram. Here's the updated image:
"The input code and the LED code need to be pasted into the larger fishing bob code fill in order to function."
I'm still not sure why this is the case for you. If all files are in the same folder named "ThermalFishingLaura" in the Sketchbooks Arduino folder, then by opening up the main sketch (ThermalFishingLaura) the other three should open and they should all talk to one another. I'm using Arduino 1.0.5 on Linux, though I don't expect this would change by version or operating system. I greatly prefer to organize my code this way, otherwise the files can become too long and chaotic for me to manage.
You could try epoxy or silicone for waterproofing and sealing the thermistors in the bottle cap, though that can be a fairly permanent state of affairs. Hot glue can be a somewhat more temporary option, though that might melt things.
Reply to this comment...
Log in to comment
Login to comment.