null
diymore

ACEBOTT ESP32 Shield Board V1.0

(No reviews yet) Write a Review
SKU:
QA017
Shipping:
Calculated at Checkout
  • ACEBOTT ESP32 Shield Board V1.0
  • ACEBOTT ESP32 Shield Board V1.0
TZS18,418.64

Sold Out

Frequently bought together:

Description

The ACEBOTT ESP32 Shield Board V1.0 is designed for seamless integration with the QA008 ACEBOTT ESP32 Max V1.0, offering enhanced capabilities and easy plug-and-play functionality. This shield board provides a wide range of connectivity options, including multiple digital and analog pins, I2C, and servo interfaces, making it ideal for connecting various sensors and modules to expand your project’s functionality.


Features:

  1. Easy Plug-In: Seamlessly integrates with QA008 ACEBOTT ESP32 Max V1.0 for effortless device upgrades.
  2. Digital Pins: Eight 3-pin pins for connecting 5V sensors/modules.
  3. Analog Pins: Six 3-pin pins (four for 5V sensors, two for 3.3V sensors).
  4. 4-Pin Digital Pins: One with two signal pins, one power, and one GND; another with three signal pins and one GND.
  5. ESP32-Max-V3.0 Interface: Two rows of pin interfaces for the ESP32 Max V3.0.
  6. I2C & Servo: Two I2C pins and two servo interfaces for enhanced functionality.
  7. Serial Port: Includes one serial port for communication.
  8. Power Supply: One power supply interface with up to 15V 3A output current.
  9. Temperature Range: Operating from 0°C to 70°C.

Package Includes:

1 x ACEBOTT ESP32 Shield Board V1.0 for QA008 ACEBOTT ESP32 Max V1.0 Easy-Plug x

Esp32 shield 2


Sample Code

Connect the expansion board to the esp32 controller board, connect an LED light module in the No. 5 pin interface of the expansion board, upload program, control the opening and closing of the LED light.

Wiring Diagram

Esp32 shield 3

Sample Code

#define Led 5

void setup(){
  pinMode(Led, OUTPUT);//Define the mode of the LED light
}

void loop(){
  digitalWrite(Led,HIGH);//Turn on LED light
  delay(1000);
  digitalWrite(Led,LOW);//Turn off LED light
  delay(1000);
}

Test Result

After the program is uploaded, the LED lights achieve a cycle effect of flashing every second.

View AllClose

0 Reviews

View AllClose