顯示具有 Coffee 標籤的文章。 顯示所有文章
顯示具有 Coffee 標籤的文章。 顯示所有文章

2016/07/27

Phidgets 1048 on OSX

I got the Phidgets 1048 temperature sensor to hookup Roastmaster app and Quest m3s roaster.

The plan is exactly like Raintroy suggested. You would install the old OSX driver (2.1.7.20140227) on a mac. The board is powered by the computer via USB.  The iPad is connected to the same wifi as the mac.  From there, Roastmaster app can read from the sensor via web service.

Using a 2 years old driver doesn't sound to exciting to me.  And yes, it bring trouble to the setup.  As you complete the driver install, the testing program would show Attached: Nothing.

To fix the bug, you need to make sure:

1. Install latest phidgets driver (and than override it by install the old driver required by Roastmaster)
2. Make sure Java using mac's original:

$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468-11M4833)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode)

Both Apple and JDK have the instruction:

Hopefully the info helps if you have the same problem.

Other references:
Phidgets OSX doc:
http://www.phidgets.com/docs/OS_-_OS_X#Quick_Downloads

2016/05/20

Aeropress 愛樂壓 創辦人演講


重點:
  1. the longer you brew, the bitter it get. 泡越久就越苦。
  2. 水溫:中焙或深焙:175℉ (80℃);淺焙:185℉ (85℃)。
  3. 咖啡粉刻度:粗細依個人喜好(可細到expresso,或一般手沖刻度),建議espresso刻度或fine-drip。
  4. 水量:兩匙咖咖,沖到刻度二。
  5. 攪拌:count to 20,大約10秒。
  6. 不建議水加滿,會太苦。
  7. aeropress咖啡冠軍得主大部分用正向沖法,不用inverted method
  8. 他是喝深焙的。
最後來看一下2014 Aeropress冠軍:

Mercury簡易改裝

有同好有一樣的困擾 - 如何使用自己的data logging軟體,因此寫了這篇來分享我的簡易改裝。 Background 雲豆子 MERCURY roaster 烘豆機的設計是使用自行開發的軟體,來:1. 操控風門/火力; 2. data logging/自動烘焙。 ...