SlideShare una empresa de Scribd logo
1 de 41
Pressure Study
Gooseberry Island Causeway
An IoT Research Project
(sort of)
Agenda
• Problem Statement
– Video of the area
• Thesis
• Objective
• Approach
– Hardware
– Software
– Bug Fixes & Enhancements
– Physical Issues
• Tests
• Issues and Fixes
• Experiment Results
• Conclusion
• Observations and Opportunities
Problems
Sandbars Algae Blooms Beach Stones
Video
https://vimeo.com/186511839
What’s New?
Gooseberry Island Causeway
Tower
Currents and wave action
that once flowed over the
tombolo …
… began circulating in an
eddy.
BEFORE
AFTER
Thesis: The Change
Thesis: The Result
Sand is transported toward
the harbor by new Westerly
current
Sand is deposited in the
harbor
Nitrogen comes out of the
river with every tide but
circulates back in
Thesis: The Fix
Equilibrium is restored and
sand begins accumulating
again
The harbor is no longer
threatened by sandbars
Nitrogen flushes more
thoroughly with each tide
cycle
Remove the causeway
Eddy currents are the result of
a textbook “groyne”
GROYNE
GROYNE
Source: Yossef 2005
Opposition
In 1997, the Department of Environmental Management
commissioned a study that concluded
the causeway has no appreciable environmental impact.
Objective
Cast doubt on the 1997 study and compel the
Department of Environmental Management to
re-examine impact of the causeway.
Objective
Would water flow if there was no causeway?
- in other words -
Is the water level higher on one side than
the other creating the potential for flow?
Height West Height East
Approach
Using survey tools, physically measure the height of the two sides and
calculate the difference.
Impractical to collect measurements over days and difficult at night.
Approach
A sensor could measure up from the bottom … but how?
Water pressure
Approach
But the bottom is not the same on both sides, one side is going to
be lower than the other. How would we know the offset?
Combine approaches?
Approach
Collect data from sensors over time.
Approach
Normalize by the drop initial depth
Approach
Use a single reading at a recorded date/time to align signals
Device Requirements
• Read Pressure up to 25 feet under water
• Accurate to less than 1 inch
• Submersible
• Runs on battery for several days
• Inexpensive
• Small
COTS Hardware Components
BMP180
Pressure range: 300 ... 1100hPa (-34 feet below sea level, salt water)
Low power: 5µA at 1 sample / sec. in standard mode
Low noise: 0.02hPa (0.17m) advanced resolution mode
DS3231 Real Time Clock
Accurate to within 1 second per year
Button battery maintains time between uses
Low power
32u4 Adalogger
ATmega32u4 @ 8MHz
2K RAM
MicroSD card holder
Built in 100mA lipoly charger
Wiring
AdaFruit “Feather” “Wing” bus
Power I2C Data
Prototype
Software
• Include Libraries
– #include <SD.h>
– #include "RTClib.h"
– #include <Adafruit_Sensor.h>
– #include <Adafruit_BMP085_U.h>
• Set-up
– Initialize pressure sensor
– Initialize SD card
– Confirm clock working
– Create log file
• Loop
– Read Sensor
– Read time
– Write entry
– Sleep 60 seconds (minus a few instruction cycles)
Code: https://github.com/dsprogis/Pressure-Sensor-1.0-build-4
Triple Bagged, Weighted Bucket
Test 1: Does it work?
{"date": "2016-07-15T22:19:29", "pressure_hPa": "1013.78", "temperature_C": "28.00", "altitude_meters": "-4.41"}
{"date": "2016-07-15T22:20:29", "pressure_hPa": "1013.75", "temperature_C": "28.00", "altitude_meters": "-4.16"}
{"date": "2016-07-15T22:21:29", "pressure_hPa": "1014.84", "temperature_C": "27.90", "altitude_meters": "-13.23"}
{"date": "2016-07-15T22:22:29", "pressure_hPa": "1151.47", "temperature_C": "27.90", "altitude_meters": "-1092.00"}
{"date": "2016-07-15T22:23:30", "pressure_hPa": "1151.21", "temperature_C": "27.80", "altitude_meters": "-1090.05"}
{"date": "2016-07-15T22:24:30", "pressure_hPa": "1150.85", "temperature_C": "27.70", "altitude_meters": "-1087.34"}
...
 Yes
For how long?
0.00
1.00
2.00
3.00
4.00
5.00
6.00
7.00
8.00
9.00
10.00
0
20
40
60
80
100
120
140
7/16/16 0:00 7/17/16 0:00 7/18/16 0:00 7/19/16 0:00 7/20/16 0:00 7/21/16 0:00 7/22/16 0:00 7/23/16 0:00 7/24/16 0:00
Temp (F) Depth (ft)
 About a week
Device Calibration?
1150
1170
1190
1210
1230
1250
1270
1290
1
216
431
646
861
1076
1291
1506
1721
1936
2151
2366
2581
2796
3011
3226
3441
3656
3871
4086
4301
4516
4731
4946
5161
5376
5591
5806
6021
6236
6451
6666
6881
7096
7311
7526
7741
7956
8171
8386
8601
8816
9031
9246
9461
9676
hPa 1
hPa 2
hPa 3
Readings deviate by
0.002-0.004 inches
(salt water)
Readings deviate by
~0.5C
 Aligned
Requirements (review)
Read Pressure up to 25 feet under water
Accurate to less than 1 inch
Submersible
Runs on battery for several days
Inexpensive
Small
Units are calibrated
Issues
One device went bad –
not sure why.
Spider Crab found in one
container – outer bag
was punctured
Units are not reporting
on exactly same interval –
adjusted in Excel but very
time consuming!
time 
Software/Hardware Enhancement
• Fix time drift
– Hardware:
• Jump 1Hz Square Wave Signal to readable pin
(yellow cable, SQW to A2)
– Software:
• Decrement counter on rising signal (A2)
• Log data when counter = 0
– Reset counter to 60 (or whatever I want)
A2 = I Hz
A2
Additional Software Enhancements
• Switch from JSON to CSV – more convenient
for Excel
• Added Device ID to filename – easier to keep
track
• Added Date to file in OS – easier for managing
archive
Deployed Devices at Causeway
Gooseberry Test Results
0.00
1.00
2.00
3.00
4.00
5.00
6.00
2016-07-30T10:48:00
2016-07-30T14:21:00
2016-07-30T17:54:00
2016-07-30T21:27:00
2016-07-31T01:00:00
2016-07-31T04:33:00
2016-07-31T08:06:00
2016-07-31T11:39:00
2016-07-31T15:12:00
2016-07-31T18:45:00
2016-07-31T22:18:00
2016-08-01T01:51:00
2016-08-01T05:24:00
2016-08-01T08:57:00
2016-08-01T12:30:00
2016-08-01T16:03:00
2016-08-01T19:36:00
2016-08-01T23:09:00
2016-08-02T02:42:00
2016-08-02T06:15:00
2016-08-02T09:48:00
2016-08-02T13:21:00
2016-08-02T16:54:00
2016-08-02T20:27:00
2016-08-03T00:00:00
2016-08-03T03:33:00
2016-08-03T07:06:00
2016-08-03T10:39:00
2016-08-03T14:12:00
2016-08-03T17:45:00
2016-08-03T21:18:00
2016-08-04T00:51:00
2016-08-04T04:24:00
2016-08-04T07:57:00
2016-08-04T11:30:00
2016-08-04T15:03:00
2016-08-04T18:36:00
2016-08-04T22:09:00
2016-08-05T01:42:00
2016-08-05T05:15:00
2016-08-05T08:48:00
2016-08-05T12:21:00
Relative Tide Heights
Unit 01 (West)
Unit 03 (East)
Unit 04 (East)
What’s the differential?
Differential Readings
-0.40
-0.20
0.00
0.20
0.40
0.60
0.80
1.00
1.20
2016-07-30T10:48:00
2016-07-30T13:40:00
2016-07-30T16:32:00
2016-07-30T19:24:00
2016-07-30T22:16:00
2016-07-31T01:08:00
2016-07-31T04:00:00
2016-07-31T06:52:00
2016-07-31T09:44:00
2016-07-31T12:36:00
2016-07-31T15:28:00
2016-07-31T18:20:00
2016-07-31T21:12:00
2016-08-01T00:04:00
2016-08-01T02:56:00
2016-08-01T05:48:00
2016-08-01T08:40:00
2016-08-01T11:32:00
2016-08-01T14:24:00
2016-08-01T17:16:00
2016-08-01T20:08:00
2016-08-01T23:00:00
2016-08-02T01:52:00
2016-08-02T04:44:00
2016-08-02T07:36:00
2016-08-02T10:28:00
2016-08-02T13:20:00
2016-08-02T16:12:00
2016-08-02T19:04:00
2016-08-02T21:56:00
2016-08-03T00:48:00
2016-08-03T03:40:00
2016-08-03T06:32:00
2016-08-03T09:24:00
2016-08-03T12:16:00
2016-08-03T15:08:00
2016-08-03T18:00:00
2016-08-03T20:52:00
2016-08-03T23:44:00
2016-08-04T02:36:00
2016-08-04T05:28:00
2016-08-04T08:20:00
2016-08-04T11:12:00
2016-08-04T14:04:00
2016-08-04T16:56:00
2016-08-04T19:48:00
2016-08-04T22:40:00
2016-08-05T01:32:00
2016-08-05T04:24:00
2016-08-05T07:16:00
2016-08-05T10:08:00
2016-08-05T13:00:00
Differential from Unit 1 to Unit 2 Differential from Unit 1 to Unit 3
Conclusion
• West side averages 6” higher than East side
• Peaks about 12” per tide cycle
• Is level or slightly below per tide cycle
• Causeway holding back 6” inches of water across a 900 feet.
• Holding back or redirecting this much potential energy is certain to have an
appreciable environmental impact.
QED
Objective
The 1997 study is wrong.
The causeway DOES HAVE an
appreciable environmental impact.
Additional Observations
and
Opportunities
Tide/Temp Offset
Water temp reached it’s low 90 min after tide reached low and began coming in.
Why?
How can we use this information?
Cool Water
Warm Water
What’s going on with this double hump?
First it gets warmer, then cooler, then warmer again?
68.00
70.00
72.00
74.00
76.00
78.00
80.00
2016-07-30T10:48:00
2016-07-30T14:44:00
2016-07-30T18:40:00
2016-07-30T22:36:00
2016-07-31T02:32:00
2016-07-31T06:28:00
2016-07-31T10:24:00
2016-07-31T14:20:00
2016-07-31T18:16:00
2016-07-31T22:12:00
2016-08-01T02:08:00
2016-08-01T06:04:00
2016-08-01T10:00:00
2016-08-01T13:56:00
2016-08-01T17:52:00
2016-08-01T21:48:00
2016-08-02T01:44:00
2016-08-02T05:40:00
2016-08-02T09:36:00
2016-08-02T13:32:00
2016-08-02T17:28:00
2016-08-02T21:24:00
2016-08-03T01:20:00
2016-08-03T05:16:00
2016-08-03T09:12:00
2016-08-03T13:08:00
2016-08-03T17:04:00
2016-08-03T21:00:00
2016-08-04T00:56:00
2016-08-04T04:52:00
2016-08-04T08:48:00
2016-08-04T12:44:00
2016-08-04T16:40:00
2016-08-04T20:36:00
2016-08-05T00:32:00
2016-08-05T04:28:00
2016-08-05T08:24:00
2016-08-05T12:20:00
Temperature Analysis
Unit 1 Temp F
Unit 3 Temp F
Temperature Across Causeway
Pressure Study
Gooseberry Island Causeway
David Sprogis
dsprogis@gmail.com

Más contenido relacionado

Destacado

Globe claritas v6.5 at a glance
Globe claritas v6.5 at a glanceGlobe claritas v6.5 at a glance
Globe claritas v6.5 at a glanceGuy Maslen
 
Repot on Sudy Tour December 2016
Repot on Sudy Tour December 2016Repot on Sudy Tour December 2016
Repot on Sudy Tour December 2016Almaz Demessie
 
Coaching Entrepreneurs To Stronger Leadership and Life Balance
Coaching Entrepreneurs To Stronger Leadership and Life BalanceCoaching Entrepreneurs To Stronger Leadership and Life Balance
Coaching Entrepreneurs To Stronger Leadership and Life BalanceMaura Jakksen Byrne
 
tecnicas de redimension de valores en el ejercicio de la ingenieria
tecnicas de redimension de valores en el ejercicio de la ingenieriatecnicas de redimension de valores en el ejercicio de la ingenieria
tecnicas de redimension de valores en el ejercicio de la ingenieriadaniel jesus esteban rangel
 
Company Profile MCA Worx
Company Profile MCA WorxCompany Profile MCA Worx
Company Profile MCA Worxmoloko monty
 

Destacado (7)

Globe claritas v6.5 at a glance
Globe claritas v6.5 at a glanceGlobe claritas v6.5 at a glance
Globe claritas v6.5 at a glance
 
Repot on Sudy Tour December 2016
Repot on Sudy Tour December 2016Repot on Sudy Tour December 2016
Repot on Sudy Tour December 2016
 
Coaching Entrepreneurs To Stronger Leadership and Life Balance
Coaching Entrepreneurs To Stronger Leadership and Life BalanceCoaching Entrepreneurs To Stronger Leadership and Life Balance
Coaching Entrepreneurs To Stronger Leadership and Life Balance
 
tecnicas de redimension de valores en el ejercicio de la ingenieria
tecnicas de redimension de valores en el ejercicio de la ingenieriatecnicas de redimension de valores en el ejercicio de la ingenieria
tecnicas de redimension de valores en el ejercicio de la ingenieria
 
Company Profile MCA Worx
Company Profile MCA WorxCompany Profile MCA Worx
Company Profile MCA Worx
 
Tissues
TissuesTissues
Tissues
 
Horqrio16
Horqrio16Horqrio16
Horqrio16
 

Similar a 2016-10-11 IoT Presentation V4

Offshore Europe Technology Zone Presentation
Offshore Europe Technology Zone Presentation Offshore Europe Technology Zone Presentation
Offshore Europe Technology Zone Presentation John Gibbs
 
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...Igor Sfiligoi
 
ESS Earth Science Monitoring Solutions Presentation
ESS Earth Science Monitoring Solutions PresentationESS Earth Science Monitoring Solutions Presentation
ESS Earth Science Monitoring Solutions PresentationCharmaine Fogarty
 
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...Big Data Spain
 
WFS Houston Demo Day 15 February 2017
WFS Houston Demo Day 15 February 2017WFS Houston Demo Day 15 February 2017
WFS Houston Demo Day 15 February 2017John Gibbs
 
How i built my own irrigation controller
How i built my own irrigation controllerHow i built my own irrigation controller
How i built my own irrigation controllerShree Kumar
 
High-Volume Data Collection and Real Time Analytics Using Redis
High-Volume Data Collection and Real Time Analytics Using RedisHigh-Volume Data Collection and Real Time Analytics Using Redis
High-Volume Data Collection and Real Time Analytics Using Rediscacois
 
Reducing costs through subsea wireless automation June 2017
Reducing costs through subsea wireless automation June 2017Reducing costs through subsea wireless automation June 2017
Reducing costs through subsea wireless automation June 2017John Gibbs
 
Andy Smerdon - Fisherman Oceanographers
Andy Smerdon - Fisherman OceanographersAndy Smerdon - Fisherman Oceanographers
Andy Smerdon - Fisherman OceanographersAndy Smerdon
 
The DXN Portable Ultrasonic Flow Meter
The DXN Portable Ultrasonic Flow MeterThe DXN Portable Ultrasonic Flow Meter
The DXN Portable Ultrasonic Flow MeterBell Flow Systems
 
Curd watch presentation
Curd watch presentationCurd watch presentation
Curd watch presentationNumcore Ltd
 
Formosan salmon submarine sampling system
Formosan salmon submarine sampling systemFormosan salmon submarine sampling system
Formosan salmon submarine sampling systemWinnie Cheng
 
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1Tanel Poder
 
WETNET true monitoring of water networks
 WETNET true monitoring of water networks WETNET true monitoring of water networks
WETNET true monitoring of water networksWETNET BRE ELETTRONICA
 
Burst data retrieval after 50k GPU Cloud run
Burst data retrieval after 50k GPU Cloud runBurst data retrieval after 50k GPU Cloud run
Burst data retrieval after 50k GPU Cloud runIgor Sfiligoi
 
Subsea control down under subsea internet of things
Subsea control down under subsea internet of thingsSubsea control down under subsea internet of things
Subsea control down under subsea internet of thingsJohn Gibbs
 
AUTOMATIC_WATER_DISPENSER.pptx Project Presentation
AUTOMATIC_WATER_DISPENSER.pptx Project PresentationAUTOMATIC_WATER_DISPENSER.pptx Project Presentation
AUTOMATIC_WATER_DISPENSER.pptx Project Presentationyang88771199
 

Similar a 2016-10-11 IoT Presentation V4 (20)

Offshore Europe Technology Zone Presentation
Offshore Europe Technology Zone Presentation Offshore Europe Technology Zone Presentation
Offshore Europe Technology Zone Presentation
 
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...
Demonstrating a Pre-Exascale, Cost-Effective Multi-Cloud Environment for Scie...
 
★Data Logger Monitoring System★
★Data Logger Monitoring System★★Data Logger Monitoring System★
★Data Logger Monitoring System★
 
ESS Earth Science Monitoring Solutions Presentation
ESS Earth Science Monitoring Solutions PresentationESS Earth Science Monitoring Solutions Presentation
ESS Earth Science Monitoring Solutions Presentation
 
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...
Large Infrastructure Monitoring At CERN by Matthias Braeger at Big Data Spain...
 
WFS Houston Demo Day 15 February 2017
WFS Houston Demo Day 15 February 2017WFS Houston Demo Day 15 February 2017
WFS Houston Demo Day 15 February 2017
 
How i built my own irrigation controller
How i built my own irrigation controllerHow i built my own irrigation controller
How i built my own irrigation controller
 
High-Volume Data Collection and Real Time Analytics Using Redis
High-Volume Data Collection and Real Time Analytics Using RedisHigh-Volume Data Collection and Real Time Analytics Using Redis
High-Volume Data Collection and Real Time Analytics Using Redis
 
Reducing costs through subsea wireless automation June 2017
Reducing costs through subsea wireless automation June 2017Reducing costs through subsea wireless automation June 2017
Reducing costs through subsea wireless automation June 2017
 
Andy Smerdon - Fisherman Oceanographers
Andy Smerdon - Fisherman OceanographersAndy Smerdon - Fisherman Oceanographers
Andy Smerdon - Fisherman Oceanographers
 
19th Session.pptx
19th Session.pptx19th Session.pptx
19th Session.pptx
 
The DXN Portable Ultrasonic Flow Meter
The DXN Portable Ultrasonic Flow MeterThe DXN Portable Ultrasonic Flow Meter
The DXN Portable Ultrasonic Flow Meter
 
Curd watch presentation
Curd watch presentationCurd watch presentation
Curd watch presentation
 
IoT Aquarium 2
IoT Aquarium 2IoT Aquarium 2
IoT Aquarium 2
 
Formosan salmon submarine sampling system
Formosan salmon submarine sampling systemFormosan salmon submarine sampling system
Formosan salmon submarine sampling system
 
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1
Tanel Poder - Troubleshooting Complex Oracle Performance Issues - Part 1
 
WETNET true monitoring of water networks
 WETNET true monitoring of water networks WETNET true monitoring of water networks
WETNET true monitoring of water networks
 
Burst data retrieval after 50k GPU Cloud run
Burst data retrieval after 50k GPU Cloud runBurst data retrieval after 50k GPU Cloud run
Burst data retrieval after 50k GPU Cloud run
 
Subsea control down under subsea internet of things
Subsea control down under subsea internet of thingsSubsea control down under subsea internet of things
Subsea control down under subsea internet of things
 
AUTOMATIC_WATER_DISPENSER.pptx Project Presentation
AUTOMATIC_WATER_DISPENSER.pptx Project PresentationAUTOMATIC_WATER_DISPENSER.pptx Project Presentation
AUTOMATIC_WATER_DISPENSER.pptx Project Presentation
 

2016-10-11 IoT Presentation V4

Notas del editor

  1. This presentation is a story about an environmental problem. It’s about evidence gathering and case building using an Arduino-base sensor. I refer to IoT because the device benefits from many of the COTS devices that have become available thanks to the IoT revolution.
  2. Over the last five decades, three problems have emerged in the Westport shoreline and waterways. Sandbars have developed in the harbor requiring the Army Corps of Engineers to dredge. Algae blooms are occurring regularly and tests show unexpectedly high levels of nitrogen. The once sandy beach is becoming a stony beach.
  3. What changed? During WWII, the Army Corps of Engineers constructed submarine lookout towers on Gooseberry Island. For enable access, they Corps created the causeway.
  4. So here’s the problem … Every time residents try to discuss the impact of the causeway with the State, the State deflects the conversation with a study that concludes that the causeway has no appreciable environmental impact. The study was conducted by a well-known oceanographic team out of the Woods Hole Oceanographic Institution
  5. The objective of this study is to cast doubt on the study by showing that the causeway is interrupting a current and either holding it back or redirecting it as we contend.
  6. The Approach is to use pressure sensors to collect readings over a week. Then. we tie the readings to a reference reading taken through a single reading using traditional survey equipment.
  7. AdaFruit calls their processor board a “Feather” and they call their shields “Wings”. Metaphorically, I think they have it backwards but you get the idea – the components are designed to be soldered straight-through – effectively creating a bus. The exception was the sensor which had to be accommodated differently, but with only 4 wires. SDA and SCL were connected on pins, the black and red supply power. The yellow cable pictured came later – I will explain it later.
  8. Device reports pressure in hPa = hectopascal (100 pascals) = one millibar. Sea level at 45deg Latitude is generally accepted to average 1000 millibars, or 1 ATM. We are at about 42deg Latitude but daily changes in weather are more likely responsible for the value of 1013.78 when I dropped the devices.
  9. Four devices were dropped in the water, three collected data and the fourth collected no data. The three signals are plotted above and are highly synchronized – very good news! Pressure readings are aligned to within thousandths of an inch. Temperature readings (which we don’t really need) are aligned to within half degree C.
  10. There were three issues One of the devices failed – all three components tested bad – not sure why – NO ACTION A Spider Crab got into one of the containers and punctured an outer bag – KEEP TRIPLE BAGGING The microprocessors seem to be executing identical instructions at slightly different processor speeds which meant adding “catch-up” rows in analysis – FIX IN SOFTWARE/HARDWARE
  11. Because the real time clock is much more accurate than the crystal driving the microprocessor, using it to guide reading interval ensures alignment. Jump the RTC’s 1Hz signal to a readable pin. Because A2 is right beside it, why not? What would have been a better way to do this? (Set an interrupt) I deferred in the interest of time. This is called “technical debt” because it should be documented as a bug/enhancement then prioritized for the future.
  12. What’s going on in the third and fourth cycles? (Wind direction changed)
  13. We know that the water level on both sides goes up and down but to simplify the visualization, I have represented the relative differential on one side. The West side, Rhode Island Sound side, averages about 6” inches higher than the East side, Buzzards Bay. The causeway is holding back and average of 6” inches of water across a 900 foot span. Holding back or redirecting this much potential energy is certain to have an appreciable environmental impact.
  14. If we placed sensors along the beach, could we detect the circulation of warm water – warm water carrying nitrogen that should be flushed but is instead heading back into the river.
  15. Can we learn anything from the temperature across the causeway? Unit 1 is on the West side, Unit 3 is on the East side. Wind was blowing out of the South East from 7/31 to 8/2 then return to a prevailing South West wind after. Thus, it appears that Buzzards Bay is warmer than Rhode Island Sound on a South East wind but more typically, Rhode Island Sound is warmer. Temperature fluctuations are greater on the Rhode Island Sound Side (blue). We know that the Gulf Stream temps do not fluctuate this much therefore we can deduce that this warm water is coming out of the river. Judging by the location of the sensor, this warm water has no other place to go than back into the river.
  16. This presentation is a story about an environmental problem. It’s about evidence gathering and case building using an Arduino-base sensor. I refer to IoT because the device benefits from many of the COTS devices that have become available thanks to the IoT revolution.