• <nav id="oo0oo"></nav><tr id="oo0oo"></tr>
      
      
    • <blockquote id="oo0oo"><strong id="oo0oo"></strong></blockquote>
    • 亚洲色最新高清AV网站,内射干少妇亚洲69XXX,国产亚洲精品第一综合另类,鲁丝片一区二区三区免费,久热这里有精品免费视频,色一伊人区二区亚洲最大,日韩人妻无码一区二区三区,被拉到野外强要好爽

      Talk about the Selection Control Strategy of Low-Power Wireless SoC

      2023-12-22 15:04:52 Mrsfive

      Written by RF-star senior advisor XCODER (a We-Media essayist)


      At present, there are more and more options for wireless SoC chips, from the European and American manufacturers to the domestic semiconductors. How to choose a suitable wireless chip for product development? The following aspects need to be considered.


      Wireless Technology:

      The current popular low-power wireless technologies are including Wi-Fi, small wireless, LoRa, Bluetooth, Thread, ZigBee, NFC, Private 2.4G, NB-IoT, 2G, 3G, 4G, etc., The wireless technologies commonly used in factory automation and smart home including Wi-Fi, small wireless, BLE, Thread, ZigBee, NFC. The following figure compares the advantages and disadvantages of these different wireless protocols in data transmission bandwidth, distance and power consumption. An appropriate solution should be selected according to the usage scenario,



      Wi-Fi: Wi-Fi is suitable for high-speed video data transmission, but its power consumption is relatively high. At present, there are fewer mainstream low-power Wi-Fi chips on the market. The core uses ARM M3 or M4 core, which runs simple RTOS, and only supports 802.11b/g/n mode, low bandwidth, but can meet the application of dry battery power supply.


      ZigBee: The best choice of smart home, the status is being challenged by BLE MESH. But after the launch of ZigBee 3.0, various systems can be interconnected, and the compatibility of the platform is much better than before.


      Sub-1G: Because of its stability and long transmission distance, it can be used in various industrial control fields. The TX peak current is large, but the system is in sleep mode at other times. Thus, the overall power consumption is low.

      NFC: The function is which mobile phones must be carried with. Public transportation systems and access control systems are mostly adopted by RFID and NFC solutions.


      LoRa: Unique spread spectrum technology, +20 dBm transmit power, low power consumption, long-distance, the disadvantage is low bandwidth utilization and low data throughput.


      Power Consumption



      Always keep the end users’ experience in mind. If the battery fails, even the most ideal product will be abandoned.

      What kind of power supply method can be used? Coin cell, dry battery, lithium battery? Coin cells are popular due to their low cost, small size and lightweight. Considering that the battery life of these products is crucial, and the coin cell can only provide a peak current of about 5 mA without being damaged. If you drive a larger current peak, the battery capacity will be affected.


      RF transmit power: The transmit power of Bluetooth is restively low. Usually, only 5 dBm transmit power is supported, generally refer to 0 dBm transmit power according to specifications. ZigBee, small wireless transmission power can reach 20 dBm. (More than 20 dBm cannot pass the safety test).


      MCU operating power consumption: Because the same ARM core of the wireless SoC is used, the power consumption is similar to each other. But it is necessary to evaluate the MCU running time from wakes up status from low power mode to full speed operation. The longer the time, the greater the power consumption. In addition, it is necessary to evaluate the MCU main frequency at full speed. The higher the main frequency, the greater the power consumption.


      The following figure shows the power consumption performance of several IoT technologies:


      In addition to the specifications, several suggestions for reducing power consumption are provided:

      1.Adjust the connection interval, advertising interval and slave delay accordingly.

      2.Combine multiple small data packets into fewer large data packets to reduce RF overhead.

      3.Consider compressing data locally before transmission to reduce RF throughput.

      4.Identify non-critical data that can be sent or not be sent at a slower rate.


      Memory Selection


      Main indicators of memory: RAM, FLASH, ROM, serial FLASH


      RAM: The temporary variables, global variables, arrays, etc. applied in the code are all placed in RAM. The size of RAM will determine the complexity of the system. Early devices such as CC2541 and nRF51822 have fewer RAM resources, which will limit the number of BLE connections as a master, and will also affect the execution efficiency of the algorithm (usually a real-time algorithm will load the code from flash to RAM to run).

      Usually need to consider RAM space greater than 20K. (Because RTOS and protocol will also take up some RAM space).


      FLASH: The key factor determines the program. Usually Flash requires more than 256K, and the commonly used one is between 256K ~ 512K. Some manufacturers, such as the 1M flash launched by nRF52840, are slightly larger and maybe the products developed for wearable devices.


      ROM: You may have the question why is ROM mentioned here? Because the cost of ROM is low, some manufacturers such as Dialog, TI and other manufacturers will put the protocol stack in the ROM to reduce the cost of chip manufacturing. For example, TI's public information is as follows :



      Serial FLASH: This is more interesting. If IoT market managers look at domestic and overseas wireless chips, they can find the interesting point. Overseas semiconductors will integrate flash into the chip. Domestic semiconductors integrate serial flash into the chip or external flash. The reason is all because of the cost! Serial flash is cheap. Using a large-capacity RAM to load the program from the serial flash to the RAM is much lower than the cost of running directly on the on-chip flash. (XCODER has a suggestion here. It is recommended to consider digitally signing and encrypting the firmware stored in the off-chip flash in the chip ROM. Otherwise, it is easy for the pirates to read the firmware from the flash of the customer's product and then copy the product in reverse.)


      OTA Upgrade


      IoT's products are in a period of rapid iteration. It doesn't mean the product iteration is fast, but that the software updates quickly, including bugs, the interactive interface update, the control logic update, etc. All these can't expect to recycle the products and then disassemble them. We must consider the functional requirements of wireless OTA upgrade and leave a way to upgrate for our products.


      Here's how to control the demand for OTA upgrade:


      Air rate during upgrade:


      The speed determines the user’s experience of the upgrade. The longer the air transmission time, the greater the probability of problems. Therefore, it is the most difficult to use LoRa to do air upgrades.



      Memory flash capacity:


      Over-the-air upgrade can be divided into two upgrade methods. First, the image backup upgrade requires twice the storage space of the firmware. The new backup file first receives and stores into the flash, and the boot program is used to run the new firmware after restarting. Second, there is no image upgrade. After entering the upgrade mode, directly erase the firmware in the flash memory and write the new firmware. This upgrade mode requires the boot program to support the OTA function, which can avoid the product becoming bricks caused by the upgrade failure.



      Therefore, the capacity of flash is also an aspect that needs to be evaluated. Don't blindly reduce the cost and reduce the flash size. It is suggested that the flash capacity should be 1.5 to 2 times the flash size of its own application layer.




      Multi-protocol integration

      The current product applications use both Bluetooth and small wireless. Of course, multi-chips can be used for integration. However, there are already manufacturers on the market that have achieved multi-protocol integration by binding wafers from different original manufacturers. One chip solves multiple protocols. I think this is a transitional product. Because of the internal multiple wafers and multiple MCUs running at the same time, power management is a big challenge.


      At present, European and American semiconductor manufacturers are already deploying multi-protocol integration, starting from the chip design, combining 2.4G and small wireless on a single SoC chip, and completing the multi-protocol functions through software time-division multiplexing. I believe this is a trend in the foreseeable future. It can be considered when multi-protocol collaborative applications are required. According to the official announcement of Texas Instruments, the CC1352 and CC2652 chips already support this function, and the technology has been applied to smart door lock applications.




      主站蜘蛛池模板: 国产AV影片麻豆精品传媒| 亚洲精选av一区二区| 欧美日韩国产综合草草| 国产成人不卡一区二区| 激情综合网五月婷婷| 中文字幕无码视频手机免费看| 亚洲国产精品久久电影欧美| 精品偷拍一区二区三区在| 亚洲国产精品日韩在线| 亚洲av成人无码天堂| 亚洲欧美日韩愉拍自拍美利坚| 男人狂桶女人出白浆免费视频| 久久99精品久久久久久9| 亚洲国产精品一区在线看| 亚洲第一区二区国产精品| 国产一区二区三区av在线无码观看| 成人免费亚洲av在线| 日区中文字幕一区二区| 欧美人成精品网站播放| 99热精品久久只有精品| 日韩有码国产精品一区| 换着玩人妻中文字幕| 久久亚洲国产欧洲精品一| 婷婷五月综合激情| 乌克兰丰满女人a级毛片右手影院| 国产精品久久久久久久专区| 午夜福利国产片在线视频| 国产成人高清在线观看视频| 热99久久这里只有精品| 国产女人喷潮视频免费| 精品一区二区三区四区色| 性人久久久久| 日日摸夜夜添夜夜添国产三级| 99精品国产一区二区三区| 中文字幕日韩国产精品| 国产精品夜夜春夜夜爽久久小说| 国产精品福利一区二区久久| 亚洲一区二区三区自拍高清| 一区二区三区四区黄色网| 99久久国产成人免费网站| 国产一区二区三区麻豆视频|