制造商零件编号 K007-V26
DEV KIT FIRE IOT PSRAM V2.6
M5Stack Technology Co., Ltd.
所订产品一般在 7-10个工作日 内送达中国,具体时间取决于收货地点。
最低订购金额为人民币 300 元,顺丰快递免运费配送。
当用人民币下单时,按照国际贸易条款 DDP(DigiKey 支付关税、海关费用和当地税款)方式结算。
电汇预付
更多来自全授权合作伙伴的产品
下单后,从合作伙伴发货平均需要时间 1-3 天,也可能产生额外运费。可能另外收取运费。 实际发货时间请留意产品详情页、购物车和结账页面上的说明。
国际贸易结算方式:CPT(交货时支付关税、海关费用和适用 VAT/应付税金)
有关详情,请访问帮助和支持
License: General Public License Arduino
Thank you for the source code and project information by @FE B
Things used in this project
Hardware components
M5Stack FIRE IoT Development Kit (PSRAM 2.0) x1
Software apps and online services
This Project is not mine to begin with. I stumbled upon this Youtube video in which someone from Japan managed to replicate IKEA Klockis Travel clock with a M5Stack Fire.
I managed to found out its source code from the blog of the user @yankee" on https://qiita.com/yankee/items/1591724d8a2722951c7e. I made very small changes-additions to make it MQTT compliant and posting it here in English, all original work and thanks goes to @yankee.
This project is a replication of IKEA Klockis Travel Clock on M5Stack:
1. Clock / Date Page:
Gets the time / date from NTPServer. This screen also shows Battery Left / Charging.
2. Temperature Page:
Gets the temperature from MQTT message.
3. Alarm Page:
Alarm blinks the RGB LEDs and buzzer sound included. Can be set by MQTT message.
4. Timer Page:
Alarm blinks the RGB LEDs and buzzer sound included. Can be set by MQTT message.
MQTT API:
Command Topic: m5ikea/command
Command message:
{
"temperature": -8,
"brightness": 10,
"powersave": true,
"timer" : "03:15",
"alarm" : "14:12"
}
You can use only one of, or more of the commands in the json like:
{"temperature": 34}
temperature (signed float): It still will show as signed integer in the clock.
brightness (unsigned integer): Between 0-100, 100 being brightest, 1 dimmest, 0 shut down LCD.
powersave (boolean): true dims the LCD to "10" after keeping the clock some seconds in the same position, whether plugged in or battery.
timer (char, XX:XX): 00:00 to 99:99
alarm (char, XX:XX): 00:00 to 23:59
This uses the MPU8668 accelerator version of M5Stack Fire (core). If your m5Stack has MPU9250 (Early version) or other, you need to change the accelerometer code. Compiled with Arduino IDE 2.0
Code
谢谢!
敬请关注收件箱中的 DigiKey 新闻与更新!
请输入电子邮件地址