Back to Parent

Outcome


Intention

When we set out to create PoliTherm we wanted a way to express the current partisan political climate that was more than visual. By adding the temperature aspect to the project we aimed to allow people to literally feel the effect of their words. Originally, we aimed to create a wearable but found that there were too many electronics to allow the user to fit comfortably on the wearer. As such, we moved to a design that allowed the PoliTherm to hold space similar to a clock, a peripheral that fades into the background but is readable at a glance, while at the same time drawing attention with the "touch here!" signs. 

Context

The idea for this project came from a wearable project created in Physical Computing a couple of years ago called "The Burn Band" that increased its temperature anytime the hashtag #FeelTheBurn was used on Twitter. Their project focused on Bernie Sanders during his rise to political fame but with our project, we capitalized on the attention being paid to politics during Trump's first 100 days. Our device reflects a sentiment analysis on Bernie Sanders as well as other well known like Barack Obama, Donald Trump and Cory Booker. 

When we found that the electronics were too bulky for the wearable format we researched similar projects and learned about the Cryoscope that allows you to touch the weather by heating or cooling a metal slab corresponding to a forecast of tomorrow’s temperature We then created a similar interface and casing to it. We also wanted to give the PoliTherm a form factor that allowed it to fade into the periphery of view after entering a room, so we decided to add a hook that allowed it to be hung on a wall.  

Process

The development of PoliTherm had several different steps each with its own hurdles to overcome. 

Step 1 (Proof of Concept): 

To start, JD worked on the hardware: learning how to use the Peltier Thermoelectric coolers that provided the changes in temperature, and making the hardware portable. Simultaneously, Travis worked on developing a Python script that scraped Twitter to compile tweets on a given Twitter handle (i.e. of the politician) and used an API to run a sentiment analysis on each to give a corresponding score. After both parts were developed independently, they were brought together using IFTTT's maker channel to call a function written in the Particle Dev IDE. Originally, the user could input the name of a politician and the temperature would change (hot or cold) to reflect the sentiment analysis of the particular politician. This step of the project was very taxing as it involved the most debugging of code and dealing with completely new hardware (Peltier junction) and software (Sentiment API). 

Device1.jpg.thumb
Show Advanced Options
Img 0543.jpg.thumb
Show Advanced Options
Img 0551.jpg.thumb
Show Advanced Options

Step 2 (Creating the casing):

Though the first step of the project was taxing, it was completed within a couple of days, and as such the group relaxed (our first mistake) and used the extra time as an opportunity to teach one another new skills, confident that we could achieve a decent fidelity prototype regardless. Travis taught JD how to use and call the different API's while JD gave Travis a crash course in Solidworks. JD coded the switch to an improved API led by Travis while Travis created the casing under JD's direction. The group then faced a series of unforeseen circumstances: the amount of wires in the initial prototype caused the group to order wires that could lay flat in the breadboard, there were no 9V battery caps available in the lab so they also had to be ordered, the wire for the battery pack was also too long so it had to be switched out for and shorter one and to cap it off, there was a long wait to use the 3D printer preventing time to test and iterate on the design, causing the group to have to resort to a laser cut version of the casing after the 3D print came out with incorrect dimensions (see pictures below). After all the group's work, we had to bring a prototype to demonstrate in class that did little more than the proof of concept that we created. 

Originalcasingits.jpg.thumb
Show Advanced Options
Laser.jpg.thumb
Show Advanced Options
Laser2.jpg.thumb
Show Advanced Options
3d.jpg.thumb
Show Advanced Options
Original3d.jpg.thumb
Show Advanced Options
Img 0544.jpg.thumb
Show Advanced Options
Img 0545.jpg.thumb
Show Advanced Options
Img 0546.jpg.thumb
Show Advanced Options
Img 0549.jpg.thumb
Show Advanced Options
Img 0550.jpg.thumb
Show Advanced Options

Step 3 (New Casing and Documentation):

Despite the challenges faced developing the project, we used the time we had left (Friday to Sunday) to switch back to the tasks most related to our backgrounds (JD [Mechanical Engineering] to hardware & Travis [Information Systems] to Software) allowing us to create a project closer to our original vision. JD redesigned the casing: a hook was added to allow it to be hung up, a space was added to fit a screen, the slit for the Peltier devices was widened, the words "Political Thermometer" engraved in the base, the number of LEDs was changed to 3 and snapfit connections were added between the top and base. The parts that were ordered (9V battery caps & lay-flat wires) came and allowed the electronics to be more compact. Travis also changed the python script to cycle through a list of the most popular politicians allowing PoliTherm to stand alone as an ambient device. The device came a long way but was still a couple of iterations from being finished as the snap fit connections were too exact for the 3D printer and as a result did not work properly (forcing us to close the device with tape) and though added attention had been paid to improving the casing, the interaction between the user and the Peltier devices was underdeveloped. 

Screen shot 2017 02 19 at 1.37.37 pm.thumb
Show Advanced Options
Screen shot 2017 02 19 at 1.29.00 pm.thumb
Show Advanced Options
Img 0567.jpg.thumb
Show Advanced Options
Screen shot 2017 02 19 at 1.30.37 pm.thumb
Show Advanced Options
Screen shot 2017 02 19 at 1.34.52 pm.thumb
Show Advanced Options
Screen shot 2017 02 19 at 1.31.36 pm.thumb
Show Advanced Options
Screen shot 2017 02 19 at 1.29.57 pm.thumb
Show Advanced Options
Img 0566.jpg.thumb
Show Advanced Options
Img 0547.jpg.thumb
Show Advanced Options
Img 0548.jpg.thumb
Show Advanced Options

Product

Our final product is a thermometer that can be hung up on a wall and felt throughout the day to learn the current Twitter sentiment of the displayed politician. The python script will randomly choose a politician from a pre-programmed list at a given time of day, currently it is 12:00 pm, and find the current sentiment of the chosen politician. In the next iteration the user would be able to change the list of politicians that are cycled through and also set what time the politician will be chosen. As mentioned before, the Sentiment140 API was the planned API because of it's capability to analyze multiple tweets at one time using a twitter specific sentiment analysis algorithm but we moved to the DatumBox API because the Sentiment140 API was not reliable. The DatumBox API was not as robust as we were not able to analyze multiple tweets at a time forcing us to use the basic sentiment analysis rather than the twitter specific. We used the Maker IFTT API to send the sentiment value and the name of the politician to the photon board. The casing was designed using SolidWorks and 3D printed using the NVbots printer. We designed the casing in two parts, the face and the base, in order to allow us to open the case and access the circuit if there was ever a need. In order to mimic the red mercury of an actual thermometer the face contains space for three red LEDs that light up when the sentiment is positive and turn off when the sentiment is negative. A screen was also added when we made the decision to rotate through a list of politicians so that a user would know what politician was being analyzed.

Devicenolight.jpg.thumb
Show Advanced Options
Devicelight.jpg.thumb
Show Advanced Options
Djfansdjk.jpg.thumb
Show Advanced Options
Closeuponslits.jpg.thumb
Show Advanced Options
Peltier on.jpg.thumb
Show Advanced Options
Screen.jpg.thumb
Show Advanced Options
Original3d 2.jpg.thumb
Show Advanced Options
Show Advanced Options
Show Advanced Options

Reflection

Both members of the team learned a good amount about topics that we were unfamiliar with (APIs & SolidWorks) but at the sacrifice on efficiency in our project. While both skills are best learned when one can do it themselves, given the short time it may have been better to simply show the other what they'd done when developing their part of the project. 

Given the long turnaround time for 3D prints (some rapid prototyping huh?) we should have created CAD as soon as possible so we could print it out the cases and correct mistakes as quick as possible. 

A choice was made to make a project that was not as "fined tuned" as it could have been to allow the makers to learn and despite how hard it was, I think both members of the team would agree that we were better off in the long run by learning a new skill. 

Drop files here or click to select

You can upload files of up to 20MB using this form.