Esp32 系列 微雪文档平台 Docs Waveshare Net

Emily Johnson
-
esp32 系列 微雪文档平台 docs waveshare net

ESP32 是集成 2.4 GHz Wi-Fi 和蓝牙双模的单芯片方案,采用台积电 (TSMC) 低功耗 40 纳米工艺,具有超高的射频性能、稳定性、通用性和可靠性,以及超低的功耗,满足不同的功耗需求,适用于各种应用场景。 ESP32-P4 搭载双核 RISC-V 处理器,拥有 AI 指令扩展、先进的内存子系统,并集成高速外设。ESP32-P4 专为高性能和高安全的应用设计,充分满足下一代嵌入式应用对人机界面支持、边缘计算能力和 IO 连接特性等方面提出的更高需求。 微雪电子基于 ESP32-P4 芯片推出了一系列产品,欢迎前往 微雪官方商城 选购! 我们致力于为开发者和电子爱好者提供详尽易懂的开源硬件教程,帮助您快速上手微雪产品,深入了解其功能特性和应用场景。希望这些教程能让您更顺利地使用我们的产品,为您的项目探索提供参考和便利。 The ESP32-S3 is an MCU chip integrated with 2.4 GHz Wi-Fi and Bluetooth 5 (LE), supporting Long Range mode. The ESP32-S3 is powered by an Xtensa® 32-bit LX7 dual-core processor running at up to 240 MHz, with 512 KB of internal SRAM (TCM), 45 programmable GPIO pins, and rich communication interfaces.

The ESP32-S3 supports larger-capacity high-speed Octal SPI flash and external RAM, and allows for user-configurable data and instruction caches. Waveshare has released a series of products based on the ESP32-S3 chip. You are welcome to visit the Waveshare Official Store to make a purchase! ESP32 是由乐鑫 (Espressif) 开发的集成 Wi-Fi 和蓝牙功能的低成本、低功耗系统级芯片 (SoC)。凭借其强大的性能和丰富的外设接口, ESP32 已成为物联网 (IoT) 项目和智能设备开发的热门选择。 微雪电子基于 ESP32 系列芯片,推出了一系列开发板与模块,以满足不同的开发需求。产品线覆盖了从基础的核心板,到集成了触摸屏、电子墨水屏等功能的各类显示模块,以及针对 AIoT、机器人控制等应用的扩展板。本 Wiki 为这些硬件产品提供配套的入门教程、使用说明及开源示例代码。我们致力于提供稳定可靠的硬件,并结合本 Wiki 提供的教程与示例,旨在为您扫清硬件障碍,缩短开发周期,让您可以专注于应用与创意的实现。 您正在浏览我们的新版文档平台,目前仍在迁移完善中,左侧导航栏的产品列表暂不完整。

This tutorial series is based on the Waveshare ESP32-S3-Zero Mini Development Board and the Arduino IDE environment, aiming to help learners get started with ESP32 development. It is recommended to follow the chapters in order, but you can also choose specific chapters based on your interests. The core logic of this tutorial applies to all ESP32 development boards. However, all example code involving hardware operations is written for the ESP32-S3-Zero Mini Development Board. To ensure a consistent learning experience, it is recommended to use a development board based on the ESP32-S3 chip. If you are using a different model of ESP32 development board, please note the following:

Before running any demo that interacts with hardware, be sure to check and modify the pin numbers in the code according to the pinout diagram of your specific development board to ensure the program... You can use any ESP32 development board you have on hand, paired with your own components, to follow along. If you wish to avoid the hassle of selecting accessories, we also provide the following learning kits, which include the core hardware required for this tutorial series: ESP32-S3 是一款集成 2.4 GHz Wi-Fi 和 Bluetooth 5 (LE) 的 MCU 芯片,支持远距离模式 (Long Range)。ESP32-S3 搭载 Xtensa® 32 位 LX7 双核处理器,主频高达 240 MHz,内置 512 KB SRAM (TCM),具有 45 个可编程 GPIO 管脚和丰富的通信接口。ESP32-S3 支持更大容量的高速 Octal SPI flash... 微雪电子基于 ESP32-S3 芯片推出了一系列产品,欢迎前往 微雪官方商城 选购! ESP32-P4-NANO 是一款基于 ESP32-P4 芯片的双核加单核 RISC-V 高性能开发板。支持丰富的人机交互接口,包含 MIPI-CSI(集成图像信号处理器 ISP)和 MIPI-DSI 接口,此外还支持 SPI、I2S、I2C、LED PWM、MCPWM、RMT、ADC、UART 和 TWAI 等常用外设。它还支持 USB OTG 2.0 HS、以太网和 SDIO Host 3.0,以实现高速连接。ESP32-P4 芯片集成了数字签名外设和专用密钥管理单元,确保数据和操作的安全性,ESP32-P4-NANO 专为高性能和高安全应用设计,充分满足嵌入式应用对人机界面支持、边缘计算能力和 IO 连接特性等方面的更高需求。

这两种开发方式各有其优势,开发者可以根据自身需求和技能水平进行选择。Arduino 适合初学者和非专业人士,因其简单易学、上手快。而对于有专业背景或对性能要求较高的开发者,ESP-IDF 是更好的选择,它提供了更高级的开发工具和更强的控制能力,适用于复杂项目的开发。 ESP32-P4 目前在 Arduino 平台的适配范围有限,为确保开发稳定性,现阶段推荐使用 ESP-IDF 开发。 针对 Arduino 平台的使用诉求,您可至 GitHub 参与讨论:Support of Arduino 本系列教程将基于微雪 ESP32-S3-Zero 迷你开发板与 Arduino IDE 环境,旨在帮助学习者入门 ESP32 开发。建议按顺序学习,也可以根据自身需求选择感兴趣的章节学习。 本教程同时提供视频版本,持续更新中:哔哩哔哩 - 微雪 ESP32 Arduino 入门教程 本教程的核心逻辑适用于所有 ESP32 开发板,但所有硬件操作的示例代码均基于 ESP32-S3-Zero 迷你开发板 编写。为了确保学习体验的一致性,建议使用基于 ESP32-S3 芯片的开发板。 在运行任何与硬件交互的示例前,请务必对照您手中开发板的引脚图,检查并修改代码中的引脚号,以确保程序正常运行。

如果您想省去挑选配件的麻烦,我们也提供以下学习套件,里面包含了学习本系列教程所需的核心硬件:

People Also Search

ESP32 是集成 2.4 GHz Wi-Fi 和蓝牙双模的单芯片方案,采用台积电 (TSMC) 低功耗 40 纳米工艺,具有超高的射频性能、稳定性、通用性和可靠性,以及超低的功耗,满足不同的功耗需求,适用于各种应用场景。

ESP32 是集成 2.4 GHz Wi-Fi 和蓝牙双模的单芯片方案,采用台积电 (TSMC) 低功耗 40 纳米工艺,具有超高的射频性能、稳定性、通用性和可靠性,以及超低的功耗,满足不同的功耗需求,适用于各种应用场景。 ESP32-P4 搭载双核 RISC-V 处理器,拥有 AI 指令扩展、先进的内存子系统,并集成高速外设。ESP32-P4 专为高性能和高安全的应用设计,充分满足下一代嵌入式应用对人机界面支持、边缘计算能力和 IO 连接特性等方面提出的更高需求。 微雪电子基于 ESP32-P4 芯片推出了一系列产品,欢迎前往 微雪官方商城 选购! 我们致力于为开发者和电子爱好者提供详尽易懂的开源硬件教程,帮助您快速上手微雪产品,深入了解其功能特性和应用场景。希望这些教程能让您更顺利地使用我们的产品,为您的项目探索提供参考和便利。 The ESP32-S3 is an MCU chip ...

The ESP32-S3 Supports Larger-capacity High-speed Octal SPI Flash And External

The ESP32-S3 supports larger-capacity high-speed Octal SPI flash and external RAM, and allows for user-configurable data and instruction caches. Waveshare has released a series of products based on the ESP32-S3 chip. You are welcome to visit the Waveshare Official Store to make a purchase! ESP32 是由乐鑫 (Espressif) 开发的集成 Wi-Fi 和蓝牙功能的低成本、低功耗系统级芯片 (SoC)。凭借其强大的性能和丰富的外设接口, ESP32 已成为物联网 (IoT) 项目和智能设备开发的热门...

This Tutorial Series Is Based On The Waveshare ESP32-S3-Zero Mini

This tutorial series is based on the Waveshare ESP32-S3-Zero Mini Development Board and the Arduino IDE environment, aiming to help learners get started with ESP32 development. It is recommended to follow the chapters in order, but you can also choose specific chapters based on your interests. The core logic of this tutorial applies to all ESP32 development boards. However, all example code involv...

Before Running Any Demo That Interacts With Hardware, Be Sure

Before running any demo that interacts with hardware, be sure to check and modify the pin numbers in the code according to the pinout diagram of your specific development board to ensure the program... You can use any ESP32 development board you have on hand, paired with your own components, to follow along. If you wish to avoid the hassle of selecting accessories, we also provide the following le...

这两种开发方式各有其优势,开发者可以根据自身需求和技能水平进行选择。Arduino 适合初学者和非专业人士,因其简单易学、上手快。而对于有专业背景或对性能要求较高的开发者,ESP-IDF 是更好的选择,它提供了更高级的开发工具和更强的控制能力,适用于复杂项目的开发。 ESP32-P4 目前在 Arduino 平台的适配范围有限,为确保开发稳定性,现阶段推荐使用 ESP-IDF 开发。 针对

这两种开发方式各有其优势,开发者可以根据自身需求和技能水平进行选择。Arduino 适合初学者和非专业人士,因其简单易学、上手快。而对于有专业背景或对性能要求较高的开发者,ESP-IDF 是更好的选择,它提供了更高级的开发工具和更强的控制能力,适用于复杂项目的开发。 ESP32-P4 目前在 Arduino 平台的适配范围有限,为确保开发稳定性,现阶段推荐使用 ESP-IDF 开发。 针对 Arduino 平台的使用诉求,您可至 GitHub 参与讨论:Support of Arduino 本系列教程将基于微雪 ESP32-S3-Zero 迷你开发板与 Arduino IDE 环境,旨在帮助学习者入门 ESP32 开发。建议按顺序学习,也可以根据自身需求选择感兴趣的章节学习。 本教程同时提供视频版本,持续更新中:哔哩哔哩 - 微雪 ESP32 Arduino 入门教程 本教程的核心逻辑适用...