Hardware
①Moon age Donut Unit 月齢ドーナツユニット(Geek servo + LEGO) ②M5 Stack core2 for AWS ③Go plus2 module ④button unit ⑤dual button unit
Software
UIFlowで開発しました。 Developed by UIFlow.
「月齢ドーナツ」をM5Stackに移植しました。
Ported "Moon Age Donuts" to M5Stack.
①Moon age Donut Unit 月齢ドーナツユニット(Geek servo + LEGO) ②M5 Stack core2 for AWS ③Go plus2 module ④button unit ⑤dual button unit
UIFlowで開発しました。 Developed by UIFlow.
After thinking about what I wanted to submit for the M5Stack contest, I decided to evolve the moon age donut. So I added a mode to calculate today's moon age using the RTC function on core2.
M5stackコンテストに何か出したいと思って考えたところ、月齢ドーナツを進化させようと思いました。 そこで、core2についているRTC機能を使って今日の月齢を計算するモードを追加しました。
Y = 年 M = 月 D = 日 月齢 = (((Y - 2009) % 19) ×11 + M + D) % 30
食べ物に情報の付加価値をつける作品、とても面白いです!