Back

Supported Hardware & Validation Scope

Clob isn't just generating text; it's validating engineering logic. Our AI engine cross-references your prompts with the specific microcontroller's datasheet to prevent pin conflicts and voltage mismatch.

Espressif Systems (IoT & WiFi)

Full support for Arduino Core and native ESP-IDF logic generation.

ESP32 Family (WROOM, WROVER, S2, S3, C3)

  • -FreeRTOS multi-core task scheduling and synchronization.
  • -WiFi, Bluetooth Low Energy (BLE), and ESP-NOW protocol setup.
  • -Accurate ADC (Analog to Digital), DAC, and Touch pin mapping.
  • -Hardware timer interrupts and Deep Sleep power state logic.

ESP8266 (NodeMCU, Wemos D1 Mini)

  • -Optimized asynchronous web server configuration.
  • -MQTT client setups for IoT dashboards.
  • -Software Serial mapping for restricted GPIOs.

Arduino Ecosystem (AVR Architecture)

Standardized pin validation for 5V logic and basic microcontrollers.

Arduino Uno & Nano (ATmega328P)

  • -Strict 5V logic validation (prevents burning 3.3V sensors).
  • -Hardware PWM (Pulse Width Modulation) pin verification.
  • -EEPROM read/write memory management logic.

Arduino Mega 2560

  • -Extended digital/analog GPIO mapping (Pins 0-53).
  • -Hardware multi-serial (Serial1, Serial2, Serial3) integration.
  • -Extended external interrupt pin validation.

Sensors, Modules & Communication

Clob understands standard protocols and auto-includes the required libraries.

Communication Protocols (I2C, SPI, UART)

  • -Auto-generates logic for standard I2C (SDA/SCL) and SPI (MOSI/MISO/SCK) buses.
  • -Understands custom pin assignments for ESP32 wire interfaces.

Common Sensors & Actuators

  • -Environmental: BME280, DHT11/22, DS18B20.
  • -Motion & Displays: MPU6050, OLED (SSD1306), LCD (I2C/Parallel).
  • -Actuators: Stepper/Servo logic, L298N Motor Drivers, and Relays.

Working with Custom PCBs or Unlisted ICs?

Clob's Validator Agent can adapt. Provide the specific pinout mapping in your prompt.

Read Validation Guide