Pro ESP32 WIFI + bluetooth Board 4MB Flash Development Module

Pro ESP32 WIFI + bluetooth Board 4MB Flash Development Module
Eachine1
sku: 1164459
ACCORDING TO OUR RECORDS THIS PRODUCT IS NOT AVAILABLE NOW
$7.99
Shipping from: China
   Description
Features: WIFI bluetooth 4MB Flash Lithium battery interface, 500mA Max charging current Dual-core Tensilica LX6 microprocessor Up to 240MHz clock frequency 520kB internal SRAM Integrated 802.11 BGN WiFi transceiver Integrated dual-mode bluetooth (classic and BLE) 2.2 to 3.6V operating range 2.5 A deep sleep current 28 GPIO 10-electrode capacitive touch support Hardware accelerated encryption (AES, SHA2, ECC, RSA-4096) Integrated LiPo Battery ChargerYou need to hold "boot" button then click "EN" will go to download mode. Product test program: The fourth program: change the bluetooth device name It is necessary to point out that the Arduino support package of the development board is not complete so far in this article (at least has been achieved but did not give the interface) such as bluetooth, analog output function and so on. So, to use no Arduino library function,that it need to use the Native way to develop. According to Espressif's official statement, the library function of bluetooth is in full swing, development and improvement. This bluetooth program is also an example of the Espressif's official.Turn on bluetooth after startup,it can be found on the bluetooth interface of your mobile phone.Your cell phone must support BLE to find the device, because it opens with BLE bluetooth, so you have to find the mobile phone support BLE equipment. The classic bluetooth function there is no open Arduino interface. In addition, the device name will change if the user button is pressed every time (you need to use the mobile terminal to refresh the display to see it) Code is as follows: #include "SimpleBLE.h" SimpleBLE ble; void onButton(){ String out = "BLE32 at: "; out += String(rand() % 100); Serial.println(out); ble.begin(out); } void setup() { Serial.begin(115200); Serial.setDebugOutput(true); ble.begin("ESP32 SimpleBLE"); Serial.println("Press the user button to change the device name"); } void loop() { static uint8_t lastPinState = 1; uint8_t pinState = digitalRead(0); if(.pinState && lastPinState){ onButton(); } lastPinState = pinState; while(Serial.available()) Serial.write(Serial.read()); } Package included: 1 x Pro ESP32 1 x Battery cable 2 x 20P pinhead Open the phone's bluetooth interface to find the device, click the user button, and then refresh the bluetooth device on the phone, you can see that the name has been changed
   Price history chart & currency exchange rate

Customers also viewed