Browse Source

Add Kickstarter type post

* need kickstarter.widget to have nice looking stuffs
* add thermodo as a first one
master
sipp11 10 years ago
parent
commit
3f0506e875
  1. 3
      _layouts/post.html
  2. 36
      _posts/2014-12-24-thermodo.md
  3. 4
      css/main.scss

3
_layouts/post.html

@ -9,6 +9,9 @@ layout: default
</header>
<article class="post-content">
{% if page.kickstarter.widget %}
<iframe class="pull-right" frameborder="0" height="420" scrolling="no" src="{{ page.kickstarter.widget }}" width="220"></iframe>
{% endif %}
{{ content }}
</article>

36
_posts/2014-12-24-thermodo.md

@ -0,0 +1,36 @@
---
layout: post
title: "Thermodo - tiny thermometer for your phone"
date: Dec 24, 2014
author:
display_name: 'sipp11'
categories: Kickstarter
kickstarter:
url: http://kck.st/16aENGL
widget: https://www.kickstarter.com/projects/robocat/thermodo-the-tiny-thermometer-for-mobile-devices/widget/card.html?v=2
tags: failed
---
You probably see more of this short thought of Kickstarter's stuffs I bought over the year since I have quite a bit. Good or bad? worth or pain in the ass? You'll see.
Thermodo was a cool looking gadget. It would shine over most of gadgets you have on your desk. Anodized aluminum casing with a good looking brand and name, who could deny that? Basically, what it did was reading room temperature and displaying on your phone since very few set of phones had thermal sensor inside.
I backed them for an aluminum (or __premium__) one as they named in their shop. I couldn't speak for anything else.
### Impression
On hardware side, as mentioned earlier, everything about it was awesome. I didn't see any flaw, but some users complained about its cap which should have been screwing type inside of snap lock. I couldn't say it was a deal breaker. Although its color did wear after usage, it did look great still I had to admit that.
On software side, when they started their project, they only claimed to have iOS app, but Android app was introduced later on. Maybe it was a stretch goal. I didn't remember much. However, as of now, their Android app was crap. Nothing is good coming out of it no matter how hard you wanted it to be. For iOS app, it did look great as advertised.
### Pricing
It was expensive at $39 Kickstarter price and it is $44.99 which is way too expensive now at [Thermodo Shop](http://shop.thermodo.com/collections/frontpage/products/premium-thermodo). Not to mention tax and/or shipping which is outrage as far as their HQ location, Europe, is concerned.
### Did it work?
This project was a flop. Temperature sensitivity was way too slow. Temperature accuracy which was the vital point of this gadgat was **NOT** good enough.
Regardless of its price, don't waste your $ or time. Not worth it. If it ever works properly, I would have recommend it because of its apperance alone. So unfortunated.
__note:__ I didn't open it up since I would have to destroy the look of it, but I bet it would be comparable to a cheap sensor found in [DHT11](https://www.adafruit.com/products/386) or so. :( I rather have a cool looking gadget although it didn't do a thing functionally.

4
css/main.scss

@ -74,6 +74,10 @@ form#cse-search-box input {
-moz-border-top-colors: none;
}
.pull-right {
float: right;
}
ul.post-list>li {
display: block;
padding-top: 1em;

Loading…
Cancel
Save