Espressif Systems' revenue grew 9.75% in 2020, and is expected to have the largest market share in the Wi-Fi MCU field

Publisher:闪耀星空Latest update time:2021-02-26 Source: 爱集微Keywords:Wi-Fi  MCU Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

On February 26, Espressif Systems released its 2020 annual report. The company achieved operating income of RMB 831.2865 million, an increase of 9.75% over the same period in 2019; net profit attributable to shareholders of listed companies was RMB 104.0520 million, a decrease of 34.35% over the same period in 2019.

Espressif Technology said that in the first half of 2020, the global epidemic spread, the company's business spread all over the world, and the production of downstream customers was affected to varying degrees, which led to a 9.31% year-on-year decrease in the company's operating income; in the second half of the year, as the epidemic was controlled, the company's operating income increased by 23.94% year-on-year. The company achieved operating income of 831.2865 million yuan for the whole year, an increase of 9.75% over the same period in 2019. The net profit attributable to shareholders of the listed company was 104.0520 million yuan, a decrease of 34.35% over the same period in 2019, mainly due to the slowdown in the growth of operating income due to the impact of the epidemic, while the company continued to increase its R&D investment, resulting in a rapid increase in R&D expenses.

In 2020, the company sold a total of 167,454,900 chips and modules, an increase of 16.68% over 2019. Under normal circumstances, as sales volume increases, the unit price of our products to customers tends to decline. At the same time, due to the scale effect brought about by the increase in sales, the unit cost also decreases accordingly. In 2020, due to the special impact of the epidemic, the company implemented a special price reduction strategy in the first quarter of 2020, and the price was significantly reduced, resulting in a comprehensive gross profit margin of 41.29% in 2020, a decrease of 5.74 percentage points from 2019.

Expanding from Wi-Fi MCU to Processing + Connectivity

As the company develops, Espressif's products have expanded from the Wi-Fi MCU segment to the "processing" + "connectivity" segment. "Processing" covers AI and RISC-V MCU, and "connectivity" covers wireless communication technologies based on Wi-Fi and Bluetooth LE. The research and development scope includes chip design of related technologies and investment in underlying software technology.

Except for the ESP8089 single Wi-Fi chip released in 2013, which is used in the tablet and set-top box markets, all others are used in the field of Internet of Things. Currently, there are four major IoT chip product series: ESP8266, ESP32, ESP32-C and ESP32-S. Since the ESP32 series, Bluetooth and AI algorithm functions have been added, and chip products have developed into the AIoT field.

Espressif has a leading market position in the field of Wi-Fi MCU communication chips for the Internet of Things. According to the 2017, 2018 and 2019 research reports released by TSR, a semiconductor industry research organization, the company is one of the main suppliers in the field of Wi-Fi MCU chips for the Internet of Things, and its products have strong import substitution capabilities and international market competitiveness. From 2017 to 2019, the company's product sales market share remained at around 30%, ranking first. Other competitors with a relatively large market share include MediaTek, Realtek, Cypress, Qualcomm and NXP (acquired Marvell WiFi in 2019). As of the announcement date of this annual report, the relevant survey report for 2020 has not yet been released. According to the company's preliminary communication with TSR, it is expected that the company's products will have a market share of more than 35% in the Wi-Fi MCU field in 2020, still ranking first.

In terms of new products, Espressif has invested in the research and development of Wi-Fi 6 chips and has now entered the product verification stage. It is expected to release related product lines within 2021.

At the same time, Espressif is integrating RISC-V into its products, which will reduce licensing fees in the future and ultimately reduce the price of IoT terminals. Currently, the ESP32-S2 chip has integrated a self-developed coprocessor (ULP) based on the RISC-V instruction set, and the ESP32-S3 chip has integrated a self-developed single-core 32-bit MCU based on the RISC-V instruction set, with a frequency of up to 160MHz. The company has already started to reserve underlying R&D technology and will continue to expand it in future products.


Keywords:Wi-Fi  MCU Reference address:Espressif Systems' revenue grew 9.75% in 2020, and is expected to have the largest market share in the Wi-Fi MCU field

Previous article:Hengdian Dongmei's net profit in 2020 reached 1.012 billion yuan, a year-on-year increase of 46.51%
Next article:Infit achieved a net profit of 158 million yuan in 2020, a year-on-year increase of 49.04%

Recommended ReadingLatest update time:2024-11-16 14:37

Design of SRD control system based on single chip microcomputer
    1 Introduction     The switched reluctance motor is a control device composed of a reluctance motor and an electronic switch drive controller, also known as a switched reluctance motor drive system (Switched Reluctance Motor drive, referred to as SRD). The motor has a simple and sturdy structure and reliable opera
[Microcontroller]
Design of SRD control system based on single chip microcomputer
Xiaomi strikes again! This time it is an automotive-grade MCU company
After Xiaomi announced its plan to build cars, it made a series of updates, visited car companies intensively, and invested in several related technology companies, such as ZongMu Technology, Hesai Technology, Geometry Partners, Honeycomb Energy, Smart Interconnection (iParking) and Deep Motion Technology. Recently,
[Automotive Electronics]
MCS-51 single-chip computer instruction system shorthand
Assembly language instructions consist of two parts: opcode and operand. MCS-51 uses assembly language instructions, with a total of 111 instructions, 44 opcode mnemonics, and 33 functions. Its operand forms include "#data, direct, Rn, @Ri", etc. 1. How to memorize mnemonics 1. Table enumeration method The 44 inst
[Microcontroller]
51 MCU assembly language - delay time of delay program
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DELAY1 RET Additional question: The crystal oscillator is 12MHz, and the machine cycle is 1us. ;------------------------------------------------
[Microcontroller]
51 MCU assembly language - delay time of delay program
Introduction to 51 MCU memory structure (1)
The MCS-51 microcontroller has four storage spaces in its physical structure: 1. On-chip program memory             2. Off-chip program memory             3. On-chip data memory             4. Off-chip data memory But logically, from the user's perspective, the 8051 microcontroller has three storage spaces: 1. 64
[Microcontroller]
Introduction to 51 MCU memory structure (1)
51 MCU C language: irregular matrix keyboard
A 4*4 keyboard is connected to the IOs P4.0, P2.0--P2.6 of the microcontroller. Here P4.0 is the lowest bit and P2.6 is the highest bit. It would be easy to operate if a button was connected to the same port, but these IOs are on two ports. How should I write the keyboard program if these ports are not continuou
[Microcontroller]
STC15 MCU uses external interrupt to measure frequency
Interrupt measurement frequency Let’s look at the picture first The figure indicates that when ITx=0, the falling edge triggers the interrupt; when ITx=1, both the rising edge and the falling edge can trigger the interrupt. It should be noted here that not all IO ports will trigger the interrupt when they have a r
[Microcontroller]
STC15 MCU uses external interrupt to measure frequency
Using microcontroller to realize the configuration of programmable logic devices
    Abstract: This article introduces the principle of reconfigurable PLD based on SRAM; by comparing various serial configurations, it proposes a serial configuration method of microcontroller and memory; compares and analyzes it from the aspects of system complexity, reliability and economy.     Keywords: Comp
[Industrial Control]
Latest Mobile phone portable Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号