Cabin

Cloudberry is an off the grid, solar powered, long term photography project. Using a GoPro, a Raspberry Pi and a USB hotspot, the system we designed takes one photograph per hour between 8 AM and 8 PM each day and uploads the images via a cellular network to this website.

The photographs depict a view of Pinchard’s Island from a small, family owned cabin named “Precious Memories.” The island, only accessible by boat for a few weeks of the year, is home to a few cabins that resettled residents use while picking bake apples (the local term for cloudberries) during the summer months.

The view is static–in the sense that camera is always capturing the same frame; however, the lighting of the frame can vary drastically from one image to another. These photographs are a continuation of the moments the locals spend in the cabin glancing out the window at the surrounding landscape.

Cabin

Okay, but why Pinchard's Island?

Adam has been photographing Pinchard’s Island and its previous residents for several years. The harsh weather conditions and the extreme remoteness of the island made it difficult access the island year round and take images over long periods of time. Cloudberry grew from the desire to be able to photograph the island throughout the year from anywhere via the internet.

Pinchard's Island Sisters

Shortly after Newfoundland joined Canada as it’s 10th province, Pinchard’s Island was resettled in an attempt to modernize the province. Adam has been documenting the return of his grandmother, along with her brothers and sisters, to this island each summer in an attempt to write the future of resettlement by reviving traditions and create new ones.

Where is Pinchard's Island?

Pinchard's Island is situated at the northern edge of Bonavista Bay, Newfoundland, Canada. It was one of the first settled sites in Bonavista Bay but is no longer inhabited.

How?

Adam and Angela met early May 2017 to briefly discuss the possibility of collaborating together. The idea was loose, but the goal was to take photos of the island remotely, upload the images via the cellular network and access them from anywhere. We both shared connections to Newfoundland, and a passion for art and technology, so we set out to see what was possible.

Our initial research showed that there were a lot of possibilities as to how we could approach the project, but it was clear from the beginning that every decision would result in many constraints that would affect every decision we made. Power, temperature, weather, sunlight, data limits, storage, remoteness, were all components that constantly determined decision making and the methods in which we worked.

We used Trello to plan every aspect of the project, communicate, and document ongoing research:

trello

Designing a system that worked was only the start of the project. Every slight adjustment that we made to the system, such as moving from electricity to solar power, putting the USB hotspot in a case or using different USB cables introduced new problems that we had to constantly monitor and resolve. Once we felt confident in our system, we had to be realistic that once the system was installed on the island, we would not be able to physically be there to troubleshoot any problem that might arise. This forced us to evaluate the entire solution and implement different components to help reduce the risk factor of the project.

Notebook

The entire system took us approximately 3 months to build. This includes the initial idea, research, system design, installation, and final production code. Below you’ll find a system diagram and an outline of all the hardware and software used to create Cloudberry.

The Cloudberry System

Cloudberry System

What we used:


GoPro HERO4 Black with 16gb micro SD Card.

We initially wanted to use the GoPro HERO5, but the Cam Do enclosure did not support the GoPro HERO5 at the time. Creating a DIY weatherproof enclosure didn’t add any benefit since the image quality between GoPro HERO4 and GoPro HERO5 is the same; therefore, we made the decision to go with the GoPro HERO4.


Cam Do Blink Interval Timer

The interval timer turns on the GoPro every hour between 8 AM and 8 PM. The GoPro is modified with the Pro-csiController firmware from Cam Do and runs a custom `autoexec` script to take a photo, turn on the GoPro WiFi and then put the camera in standby mode to conserve power. In the event that something goes wrong, such as no power for a period of time, the interval timer will attempt to turn on the camera when suffiecent power is available. As long as the camera WiFi is enabled we can wake and control the camera remotely via the Raspberry Pi.


Raspberry Pi 3 Model B

Standard Raspberry Pi with a 16GB Noobs SD Card running Raspbian OS.


WittyPi 2

A real time clock (RTC) that turns on the Raspberry Pi night for 30 minutes. The Raspberry Pi runs a Python script that:

  1. Wakes up the GoPro via WiFi.
  2. Downloads and deletes the latest images from the GoPro.
  3. Uploads the images to an Amazon Web Services S3 Bucket and deletes the images from the Raspberry Pi.
  4. Puts the GoPro into standby mode and shuts down the Raspberry Pi to conserve power.


Arduino Pro Mini + High Side DC Current Sensor Breakout Board

We added a power-monitoring meter to avoid power issues that might corrupt the SD Card if the Raspberry Pi shuts down unexpectedly. In the event that the power supply is low, the Arduino triggers the WittyPi 2 to shut down the Raspberry Pi until there is sufficient battery to power the device.


WatchDog from Switch Doc

Since the Raspberry Pi is managed remotely the WatchDog monitors the health of the Raspberry Pi and automatically restarts the system in the event of a malfunction.


HAUWEI LTE E8372 USB Hotspot

The USB hotspot is connected to the Raspberry Pi USB port with a SIM card and mobile internet plan from Bell Canada. This allows us to connect to the internet via USB and reserve the Raspberry Pi WiFi to connect to the GoPro WiFi. At ±6mb per photo, 13 photos per day, we’re using ±2.3gb per month.


USB cables, extensions, and repeaters

All cables were weatherproof with plastic tubing and electrical tape.


GoPro Weatherproof Enclosure with Swivle Mount Kit from Cam Do

Home of the GoPro. We made several modifications to the enclosure:

  • The case has an opening on the top, which seemed problematic considering the harsh environment. We deduced to silicone the entire top opening to avoid potential leaking.
  • We drilled a hole in the bottom of the case to connect a USB cord with a repeater to power the GoPro. We applied silicone the USB cable around the entire opening of the hole to prevent potential leaking.
  • The enclosure comes with a standard screw on clear camera filter attached to the opening for the GoPro lens. We appliked silicone to the entire edge of the filter to prevent potential leaking.
  • The first mornings we were getting condensation build up on the filter preventing visibility to the GoPro lens. We decided to remove the air pressure filter of the Cam Do case in an attempt to allow more air flow. Since this modification, the filter did not accumulate any further condensation.


Nanunk 910 Case

Holds and insulates the Raspberry Pi with add-ons and the USB hotspot.


130 Watt Solar Power System

We worked with Gerry of Newfound Energies in St. John’s Newfoundland to help design a solar panel system that would intermittently power the system we were designing. Because Pinchard’s Island receives approximately 1-1.5 hours of sunlight during the winter, we decided to go with a larger solar power system in hopes that it would be enough to power the system during the winter, allow for the charging of other devices (laptops, phones, etc) during the summer and an investment in system that could be used for future projects.

  • 130-watt solar panel pointed at ±20 degrees towards the path of the sun during the winter. Adjusted to ±60 degrees in the summer.
  • 40 amp solar charge controller
  • 1500-watt inverter
  • Four 6 volt, 385 amp hour deep cycle batteries
  • 30 amp automatic transfer switch
  • 30 amp battery charger


DIY Weatherproof Box

Roger built an insulated, weatherproof housing unit for the solar power system.


Dataplicity

Allows us to connect and control to the Raspberry Pi remotely via the command line interface.


Amazon Web Services

S3 Bucket for the storing the photographs with CloudFront to deliver the images to this website.


GoPro WiFi Hack from KonradIT

A series of wifi commands that enable to to control the GoPro remotely.


Boat

Installation

During the second week of August, we embarked on our journey to install Cloudberry. The first task was to bring all of the solar power components to the island, which was a task that required four people to load the housing unit, batteries, and solar panel. It took approximately two days for Roger and Adam to install the entire system with constant readjustments. We had to consider cable lengths, accessibility, architecture of the cabin and predict the potential weather problems. Based on our research of solar irradiance for the geocoordinates of the cabin, we decided to tilt the solar panel at an angle of 20 degrees since the summer was coming to an end and the winter months would prove to be the most challenging for sunlight. We also had instal the panel slightly over the heave of the roof to prevent the build up of ice and snow, but this was risky since it was difficult to tightly secure the panel to the roof in the event of high winds and slightly positions the panel out of the sun’s path.

Solar Power Install

The second step was to choose the frame of the photograph and install the Cam Do enclosure. Prior to arriving at the island, we were confused about what would be the best thing to capture; the landscape, the ocean, something else entirely. We were reliant on the outside structure of the cabin to orient the frame and through a process of elimination, we made a decision. Pointing the camera towards the south was directly in line with the path of the sun caused the image to be blasted throughout the day. The east and the west also was affected by the same blasting in the morning or the evening and only offered views of the landscape. Pointing the camera towards the north avoided the blasting issue and offers the view of both the landscape and the ocean, which seems to offer more diverse photographs. This frame also felt right since the placement of the camera is near the north facing window and reminds us of the inside view from the cabin window.

Cam Do Enclosure

Next, it was time to assemble the camera components together and test. We connected the Cam Do interval timer to the GoPro and powered camera via USB cable and repeater plugged into the solar power. The new USB cords we introduced were causing the camera to detect a USB power mode when the camera was turned on, which conflicted with the `autoexec` script that we wrote to take the photo, turn on WiFi and put the camera in standby mode. After half a day of troubleshooting, we had to rewrite the script to re-sequence the code to control the camera and go through a series of tests that component.

Once we stabilized the camera component, we introduced the Raspberry Pi and its add-ons. The initial test had this component of the system performing well; the WittyPi was booting and shutting down the Raspberry Pi on schedule, the Raspberry Pi was connecting to the GoPro WiFi enabling us to access the camera and the USB hotspot was providing the internet to upload the images to the AWS S3 Bucket. However, once we settled the Raspberry Pi and its add-ons in the Nanuk case, it significantly impacted the WiFi signal to the point where we were not able to maintain a connection to the GoPro via WiFi. This resulted in us completely rewiring the power to this component of the system to allow the Raspberry Pi be positioned as close to the camera as possible to improve the WiFi signal strength.

Cloudberry

Once the entire system was in place, we monitored everything for a full day cycle before locking up all of the cases and leaving the island.

Creators

Who Are you?

Adam Simms is a Photographer pursuing his MFA in Studio Arts, Photography at Concordia University.
www
Angela Gabereaux is software developer, system architech, hacker, maker, media artist and teacher.
www
Roger Knight is a heavy equipment operator and carpenter.

CONTACT

info@pinchards.is