o Product Details

ESP RED DA Compliance Assessment (Beta)

Product Information & File Upload

📋 Product Information & File Upload

Provide your product details and upload configuration files for RED compliance assessment

1 Product Information
2 Configuration Files
3 Assessment

Complete both steps to proceed with your RED compliance assessment

1 🏢 Product & Manufacturer Information

📄 Optional: Upload Product Information JSON

Upload a JSON file to automatically fill the form fields below

📋 JSON Format Example
{
  "manufacturer_name": "Your Company Ltd",
  "manufacturer_address": "123 Technology Street, Innovation City, Country",
  "equipment_model": "ESP32-C3-WROOM-02",
  "equipment_description": "2.4 GHz Wi-Fi & Bluetooth® LE IoT Module",
  "hardware_version": "V1.0",
  "software_version": "ESP-IDF v5.4.1",
  "radio_equipment_name": "ESP32-C3 WiFi & Bluetooth LE Module",
  "technical_documentation": "ESP32-C3 Technical Reference Manual: https://...\nESP32-C3 Datasheet: https://...",
  "operational_environment": "Indoor IoT devices for smart home applications, operating at room temperature (0°C to +70°C), typically wall-mounted or desk-placed, used for sensor data collection and wireless communication.",
  "operating_conditions": "-40°C to +85°C for industrial applications",
  "radio_equipment_images": "Product photos: [Attach external view images]\nLabel markings: [Include CE, FCC ID markings]\nInternal layout: [PCB assembly photos]",
  "pcb_schematics": "PCB Layout: [Reference to layout files]\nSchematic: [Circuit diagram references]\nDesign docs: [Link to design documentation]",
  "declaration_place": "San Francisco, USA",
  "signatory_name": "John Smith",
  "signatory_function": "Chief Technology Officer"
}

🏭 Manufacturer Details

📡 Radio Equipment Details

📋 Additional Product Information

Complete product name as it will appear in documentation

Provide information or links to radio equipment technical documentation

Describe operational environment, placement, and target usage scenarios

Specify the operating temperature range for both industrial and consumer applications

Describe or reference visual documentation of the radio equipment

📸 Optional: Upload Product Images (External Features, Markings, etc.)

Upload images showing external features, product markings, labels, etc. Multiple images supported. (Optional)

Describe or reference PCB layout and schematic documentation

🔧 Optional: Upload PCB & Schematic Images

Upload images of PCB layouts, schematics, design drawings, etc. Multiple images supported. (Optional)

📝 Declaration Information

2 📁 Configuration Files Upload

Upload your project's sdkconfig.json file from the ESP-IDF build

📋 How to Generate project_sbom_report.json

Follow these steps in your project directory:

1) First go to your project directory
2) idf.py build
3) pip install esp-idf-sbom
4) esp-idf-sbom create -o project_sbom.spdx build/project_description.json
5) esp-idf-sbom check project_sbom.spdx --format json >> project_sbom_report.json

💡 This will generate the SBOM (Software Bill of Materials) report required for compliance assessment.

Upload your project's Software Bill of Materials (SBOM) report

💡 Multiple scans supported: If your file contains multiple SBOM scans, we'll automatically use the most recent one

This will save your product information and upload your configuration files

ℹ️ File Requirements

sdkconfig.json: Your ESP-IDF project configuration file containing security settings

project_sbom_report.json: Software Bill of Materials report for vulnerability analysis

Both files must be in JSON format and from the same ESP-IDF project build.

RED DA Assessment Tool v0.3.9