Skip to main content

Introducing CDP: The New Espressif Documentation Website – Now Available to Customers!

·4 mins·
John Lee
Author
John Lee
Espressif Systems
Table of Contents
This article introduces Espressif’s new Centralized Documentation Platform (CDP) — a unified site for all technical documentation, featuring enhanced search, integrated chatbot support, and improved feedback tools.

We’re excited to announce that our brand-new documentation website, the Centralized Documentation Platform (CDP), is now available to customers!

CDP has been built with users in mind. It aims to bring together everything you need to find, read, and interact with Espressif’s technical documentation — in one centralized, easy-to-use place.

📚 What is CDP?
#

CDP stands for Espressif Centralized Documentation Platform, and it’s your new one-stop hub for exploring all of Espressif’s technical documents.

With CDP, you can:

  • 🔍 Search through a unified library of Espressif documents
  • 📑 Browse documents by a hardware or software product or a document type
  • 💬 Chat with documents using our AI-powered chatbot
CDP focuses on documentation. It does not replace the product pages on www.espressif.com.

🤔 Why CDP?
#

You might be wondering — why a whole new site?

Currently, Espressif documents are scattered across multiple platforms, including:

CDP aims to solve the problem of fragmented information. By consolidating existing resources into a single, unified platform, CDP provides users with a more efficient one-stop documentation experience.

✨ Key Features of CDP
#

Here’s what you can experience on CDP.

Espressif’s Technical Documentation in One Place
#

CDP aims to bring all Espressif’s technical documentation into one centralized place and has made a significant step towards that goal.

Compared with the old technical document webpage on www.espressif.com, CDP offers many more documents (including English and Chinese versions):

  • ~ 800 certificates
  • ~ 100 PCNs
  • ~ 100 advisories
  • ~ 200 software documents

Most of the above-mentioned documents are available in HTML format, including those only available in PDF format traditionally:

  • Datasheets
  • Technical reference manuals (TRMs)
  • PCNs and advisories
ESP32-C6 Datasheet in HTML

ESP32-C6 Datasheet in HTML

ChatBot
#

Need quick answers? Our AI-powered chatbot is here to help!

  • You can ask questions in any language
  • The bot responds based on Espressif documentation only
  • If the requested information is not available in the documentation, the chatbot will respectfully indicate this to avoid providing inaccurate or speculative responses (hallucinations)
  • Each answer includes references to the source documents, so you can verify the information
Chatbot on CDP

Chatbot on CDP

Enhanced Search#

The new search function is designed to help you quickly locate exactly what you need.

  • Search across all documents or limit the search to the currently opened document
  • Use fuzzy search by default for more flexible matching
  • Support exact match searches when you check the “Exact Match” option
  • Combine search with filters for greater precision
  • Automatically correct typos in your keywords to save time on small mistakes
Exact Search in Document Center

Exact Search in Document Center

Comprehensive Filters
#

Quickly locate the information you need using a powerful and flexible filtering system.

  • Filter by PRODUCT SERIES to find documents for a particular chip series
  • Use CATEGORIES to narrow down to specific software or hardware groups
  • Toggle Show EOL Products to view documents for end-of-life products
  • Select by DOCUMENT TYPE (e.g., datasheet, manual, certificate, PCN, etc.) to find exactly what you need

Collection of User Feedback
#

Your input matters! CDP includes a built-in feedback mechanism to:

  • Let you report errors, make suggestions, or leave comments
  • Help the Espressif Technical Documentation Team understand what’s working — and where we can do better
  • Shape the future of CDP through continuous, community-driven improvements
Feedback Submission

Feedback Submission

🔮 What’s Next?
#

We have some more features coming! Here’s what’s coming next:

  • Subscription to documents

  • A more polished experience of homepage, filters, etc.

  • Continued improvements based on your feedback

  • Redirecting and retiring older pages:

    • Pages for Technical Documents, PCNs, Advisories, and Certificates on www.espressif.com will be closed by the end of 2025, assuming no major issues are found. After that point, traffic to those pages will be automatically redirected to CDP.
    • For now, content on platforms like docs.espressif.com and GitHub will continue to be updated in parallel with CDP. No shutdown date is currently set for those platforms.

💬 We Need Your Feedback!
#

CDP is now open for user access, and its features will continue to be improved. We’d love your help to make CDP better. Whether you find a bug, have a suggestion, or just want to tell us what you think — we’re all ears.

Just click the Feedback button on the right of each page on CDP!

Thanks for being part of the Espressif community. We’re excited to bring you a better documentation experience and can’t wait to hear what you think of CDP!

Conclusion
#

The Centralized Documentation Platform (CDP) marks a significant step toward a better, more streamlined way to access Espressif’s technical resources. With smarter search, AI-powered assistance, and an intuitive interface, CDP is designed to make your documentation experience faster, easier, and more productive.

We invite you to explore the platform, try out the new features, and let us know how it works for you. Your feedback is crucial in helping us refine and grow CDP into the best possible tool for the Espressif developer community.

Happy exploring!

Related

NuttX for Motor Control and Sensing: IMU Integration and Wireless Data Streaming
·10 mins
NuttX Apache ESP32 ESP32-C6 Motor IMU
This article extends the NuttX motor control system with inertial measurement unit (IMU) sensor integration for vibration measurement and wireless data streaming capabilities using the ESP32-C6 Wi-Fi connectivity.
A Comprehensive Overview of Espressif's Audio Effects library
·4 mins
ESP-GMF Esp-Audio-Effects
This article explores the features and capabilities of ESP-Audio-Effects, a powerful audio processing library from Espressif. It introduces core function such as ALC, Equalizer, Mixer, Sonic, DRC, and more, and demonstrates how they integrate into the GMF (General Multimedia Framework) pipeline. With support for flexible configuration, interleaved and deinterleaved formats, and a unified API style, this library empowers developers to build robust and customizable audio processing applications.
Simple Boot explained
·6 mins
ESP32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6 ESP32-C2 ESP-IDF Zephyr NuttX
In this article, we explore a simplified ESP32 boot process using single-image binaries to speed up build and flash times — ideal for development workflows. This approach sacrifices features like OTA updates but enables faster iteration.