รหัสสินค้า | BA00295 |
หมวดหมู่ | WiFi ESP32-C6 |
ราคา | 485.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
Figure: FireBeetle 2 ESP32-C6 supports BLE, Zigbee, Wi-Fi 6 and Thread
Support Wi-Fi 6 to realize ultra-low power consumption IoT devices
With Wi-Fi 6 support, the FireBeetle 2 ESP32-C6 enables the realization of ultra-low-power IoT devices. As the first Espressif chip to support the Wi-Fi 6 (802.11ax) protocol, it offers improved network capacity, allowing devices to operate efficiently with low latency. Moreover, Wi-Fi 6's Target Wake Time (TWT) technology effectively reduces device power consumption, extending battery life and ensuring long-lasting device performance.
Figure: Wi-Fi 6's Target Wake Time (TWT) technology
Excellent power supply system makes power supply for equipment more convenient
Featuring an excellent power supply system, the FireBeetle 2 ESP32-C6 provides convenient device power options. It integrates battery charging management for lithium batteries, enabling charging via Type-C, 5V DC, and solar power. The solar charging capability resolves challenges posed by scenarios without power lines, such as balconies, windows, and rooftops. The FireBeetle 2 ESP32-C6 utilizes the same solar power management chip as the 5V@1A solar power management module, and it is able to maximize the current output capability of the input power source. Additionally, the FireBeetle 2 ESP32-C6 supports battery level monitoring to take necessary measures when the battery is low, ensuring continuous device operation.
Figure: FireBeetle 2 ESP32-C6 supports solar charging and battery level monitoring
FEATURESSPECIFICATION
Basic ParametersHardware Information
IEEE 802.15.4
PROJECTS
Project 1: What do you need for personal smart home based on the Matter network?
Introduction: As technology advances, smart homes have become an integral part of our lives. Among all the smart home solutions, those based on the Matter network are gaining popularity due to their openness, interoperability, and security. So, what do we need to set up a Matter-based smart home system?
Project 2: How to Connect ESP32-C6 to the Matter Network
Introduction: In this guide, we will use the FireBeetle ESP32-C6 to create a smart light bulb and integrate it into a Matter network.
This interface is a DFRbot dedicated GDI display interface for connecting a screen using a 18pin-FPC wire.
The pin list for using GDI camera interface is shown below:
FPC PINS | FireBeetle 2 ESP32-C6 Pins | Description |
---|---|---|
VCC | 3V3 | 3.3V |
LCD_BL | 15/D13 | Backlight |
GND | GND | GND |
SCLK | 23/SCK | SPI clock |
MOSI | 22/MOSI | Host output, slave input |
MISO | 21/MISO | Host input, slave output |
LCD_DC | 8/D2 | Data/command |
LCD_RST | 14/D3 | Reset |
LCD_CS | 1/D6 | TFT Chip Select |
SD_CS | 18/D7 | SD card chip select |
FCS | NC | Font library chip select |
TCS | 6/D12 | Touch chip select |
SCL | 20/SCL | I2C clock |
SDA | 19/SDA | I2C data |
INT | 7/D11 | INT |
BUSY | NC | Tearproof pins |
X1 | NC | custom pin 1 |
X2 | NC | custom pin 2 |
When using FPC to connect the screen, please configure the corresponding pin numbers according to the GDL demo. Normally, only three pins need to be configured on different main controllers.
Please pay attention to the followings when using FireBeetle 2 ESP32-C6 for the first time.
Copy the following link into the new pop-up dialog box:
Stable version:https://espressif.github.io/arduino-esp32/package_esp32_index.json
Development release:https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
Note:
Please choose the appropriate version according to Chip Support Situation.
If you have installed another environment before, you can press Enter key at the beginning or end of the previous link and paste the link at a new line.
Click OK. Update the board. Open Tools->Board:->Boards Manager... as shown below:
Boards Manager will automatically update the boards as shown below:
After completing the update, you can enter esp32 at the top, select esp32 and click install when the following occurs (It's recommended to install the latest version):
Wait for the end of the following progress bar:
After completing the installation, the list will show that the esp32 has been installed, as shown below:
The default pin for the onboard LED is pin 15.
int led = 15;
void setup() {
pinMode(led,OUTPUT);
}
void loop() {
digitalWrite(led,HIGH);
delay(1000);
digitalWrite(led,LOW);
delay(1000);
}
The image above shows that your codes have been successfully loaded into the board. Then, the onboard LED will start blinking.
The basic tutorial includes the use of Battery voltage detection, PWM, interrupt, serial port, servo, and SD card.
The advanced tutorial domenstrates how to use screen, Bluetooth, WiFi, ESP-NOW, one-key for networking config and sample projects.
1. What will cause burning error?
The USB cannot be recognized by the PC as some functions are incorrectlly called.
How to solve
Principle During the initialization process, ESP32 undertakes a verification of the voltage level on the BOOT (IO9) pin. If the voltage level is determined to be high, the system proceeds with a normal startup. In contrast, if the voltage level is deemed to be low, the device enters into the programming mode. By default, the BOOT pin maintains a high voltage level, but it transitions to a low level when a button is pressed.
2. Data cannot be printed on serial port
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,412,950 ครั้ง |
ผู้ชมทั้งหมด | 5,916,028 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 30 ก.ย. 2568 |