BSerial ESP32-C3 WiFi BLE 모듈

(BSerial – WiFi/BLE module)

   

개요

  • 본 제품은 BSerial ESP32-C3 WiFi BLE 모듈입니다.
  • ESP32-C3 칩을 장착하고 있으며, BLE 및 WiFi (IEEE 802.11b/g/n protocol and supports Station mode, SoftAP mode, SoftAP + Station mode, and promiscuous mode) 를 지원합니다.
  • 미리 프로그래밍된 ESP-AT 인터프리터가 플래쉬에 프로그래밍 되어 있습니다.
  • FPC 케이블로다른모듈과연결이가능하게 디자인되 제품입니다.

특징

  • From the get go the on board ESP32 delivers the following functionalities:

    • Basic AT Commands
    • Wi-Fi AT Commands
    • TCP-IP AT Commands
    • Bluetooth® Low Energy AT Commands
    • MQTT AT Commands
    • HTTP AT Commands
    • Web server AT Commands

    Setting an MQTT client up for instance is a matter of three lines of code, so it simply can not be any easier to use.

      mqtt.begin();    mqtt.userConfig(DEFAULT_LINK_ID, ESP_MQTT_SCHEME_MQTT_OVER_TCP, "BSerial_WIFI/BLE");    delay(1000);    mqtt.connect(DEFAULT_LINK_ID, mqtt_server);

    See, I told you it would be simple to use.

    Details

    The hardware implementation of this module is similar to that of the Challenger RP2040 WiFi/BLE board but not exactly the same. For instance the BOOT signal that tells the ESP32 to enter serial boot flash mode is connected to the onboard button of the module. It also has its own reset controller locally on the module which ensures that the ESP32 resets at power on and if the power supply drops below a certain voltage level (3.0V).

    What is BSerial ?

    BSerial is a part of our own concept (BConnect that spans over Bi2C, BSerial and BSpi) of connecting devices together using a small Flexible Flat Cable (FFC) and an FFC connector. It is similar to the Bi2C concept but we have replaced the electrical I2C interface with a asynchronous serial channel instead.

     

문서

  • n/a

연관제품