制造商零件编号 K001
ESP32 BASIC CORE IOT DEV KIT
M5Stack Technology Co., Ltd.
所订产品一般在 7-10个工作日 内送达中国,具体时间取决于收货地点。
最低订购金额为人民币 300 元,顺丰快递免运费配送。
当用人民币下单时,按照国际贸易条款 DDP(DigiKey 支付关税、海关费用和当地税款)方式结算。
电汇预付
更多来自全授权合作伙伴的产品
下单后,从合作伙伴发货平均需要时间 1-3 天,也可能产生额外运费。可能另外收取运费。 实际发货时间请留意产品详情页、购物车和结账页面上的说明。
国际贸易结算方式:CPT(交货时支付关税、海关费用和适用 VAT/应付税金)
有关详情,请访问帮助和支持
License: General Public License
Inosensor ES Devkit
Inosensor ES Devkit is a development kit for ST company's sub GHz band transceiver S2-LP based Sigfox module IFS-M01.
It is a model equipped with buttons and contacts x2, so if you want to try Sigfox for the time being, you can send Sigfox message triggered by button or contact input if you prepare only dry batteries. Also, for engineers, it can be developed with ST SDK.
Power meter module [INA226PRC]
The current consumption is measured using Strawberry Linux's INA226PRC I2C digital current/voltage/power meter module.
The specifications of INA226PRC are as follows.
Since it is possible to measure up to 81W, I think it is suitable for embedded sensor systems. (The standby current is not possible...)
As shown in the picture below, in addition to the module board, terminal block x2 and 2 types of connectors are attached, so select the connector that suits your environment and solder it.
Also, in order to set the I2C address, when the address is set to 0b1000000x as shown in the figure on the right below, it seems that it is necessary to drop the ground at G by soldering.
Wiring between INA226PRC, Sigfox module and M5Stack
This time, I want to measure the current consumption of the Sigfox module, so I will use 3 IC clips and a lead wire for shortcut, and wire them as shown in the figure below.
The wiring of the INA226 module seems to have a high side connection where the ground potential is common and a low side connection where the power supply potential is common, but the recommended high side connection was used.By the way, the terminal side is as shown in the picture below.
The completed wiring looks like the picture below. (Current value graph is already displayed on M5Stack, but don't worry about it)
Current/voltage measurement program
M5Stack and INA226RPC communicate with I2C to measure the current value and the voltage value, so it is possible by using the Wire library (include Wire.h). Moreover, the program that samples the current and voltage value from INA226 in millisecond units and displays it on the screen has been uploaded to GitHub by Takehiko Shimojima, so I decided to divert it.
it's here.
I didn't have an SD card, so I commented out the writing part of the SD card and changed it to send the result by Serial. The sample sketch is as follows, so please download and use other necessary files from the GitHub repository.
Calculate power consumption
The result of time change of current consumption when sending data with Sigfox is shown in the figure below.
If you look at the current consumption graph above, you can see that the message has been sent three times. The current consumption during message transmission is about 20mA (Is that a little lower than the nominal value?), and it is said that the current consumption during Wi-Fi data transmission is 100-200mA, so LPWA has low power consumption. As you can see from the results,
Furthermore, let's consider power consumption and batteries.
The current consumption per communication (3 messages) is 2.08[s] when the transmission time of 1 message is
20[mA] x 2.08[s] ÷ 3600[s/h] = 0.011556[mAh]
Assuming that you communicate once an hour,
0.11556[mAh] x 24[h/day] ÷ 1[h] = 0.277333[mAh/day]
Is the current consumption per day.
Assuming a device with no sensor (for example, only button notification), if the standby current is 1 μA
1[μA] x 3600[s/h] ÷ 3600[s/h] x 24[h/day] = 0.024[mAh/day]
The current consumption per day is 0.277333 + 0.024 ≈ 0.3 [mAh/day].
If you want to operate the battery for 2 years, you need to prepare a battery with a capacity of 0.3[mAh/day] x 365[day] * 2[years] ≈ 220[mAh].
However, from here on, it's the battery shop's specialty. The optimum battery should be selected in consideration of the operating environment, self-discharge characteristics, safety margin, etc.
What do you think?
Once again, I felt that LPWA (Sigfox) has low power consumption, and at the same time, I think that this combination will allow you to easily measure the power consumption of your terminal or module.
Please try it.
谢谢!
敬请关注收件箱中的 DigiKey 新闻与更新!
请输入电子邮件地址