• Banner

    ESP8266 Witty Cloud ESP-12F WiFi Module Robotics Bangladesh
    • ESP8266 Witty Cloud ESP-12F WiFi Module Robotics Bangladesh
    • ESP8266 Witty Cloud ESP-12F WiFi Module Robotics Bangladesh
    • ESP8266 Witty Cloud ESP-12F WiFi Module Robotics Bangladesh

    ESP8266 Witty Cloud ESP-12F WiFi Module

    RBD-3261

    • ESP8266 Witty Cloud ESP-12F WiFi module featuring integrated RGB LED, LDR sensor, and pushbutton.
    • Powered by ESP8266 32-bit microcontroller with 4MB flash and 80/160MHz clock speed.
    • Supports Arduino IDE, NodeMCU, and AT command programming via CH340 USB interface.
    • Includes dual-board design with detachable USB interface for flexible use
    • Built-in 802.11 b/g/n WiFi for IoT and cloud connectivity.
    • Compact 32×32mm module ideal for standalone or embedded WiFi projects.
    BDT 490
    BDT 490 BDT 490 BDT 490 BDT 490
    Tax excluded Tax includedTax excludedTax includedTax excluded
    BDT 490 Tax excluded
    BDT 490 Tax included
    BDT 0 Tax
    BDT 490 Tax excluded
    BDT 0 Tax
    BDT 490 Tax included
    Quantity
    In-Stock
    27 Items

    3 people have purchased this item
    27 items in stock
    Description

    The ESP8266 Witty Cloud ESP-12F WiFi Module is a compact and versatile WiFi-enabled development board designed for IoT, automation, and sensor-based applications. Powered by the ESP8266 32-bit Tensilica processor running up to 160MHz, it offers 4MB flash memory, 11 digital I/O pins, and integrated WiFi 802.11 b/g/n connectivity. The board features a built-in RGB LED, LDR light sensor, and pushbutton, allowing easy testing and standalone functionality without extra components. Equipped with a CH340 USB-to-serial converter, it supports seamless programming through the Arduino IDE or NodeMCU firmware. Its modular dual-board structure enables users to detach the USB interface for embedded applications. Ideal for smart home, wireless data logging, or educational IoT development, the ESP8266 Witty Cloud ESP-12F combines flexibility, power, and ease of use in a single compact module. Featured By RoboticsBD.

    Product Images are shown for illustrative purposes only and may differ from the actual product.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Features:

    1. Powerful ESP8266 Processor: 32-bit Tensilica CPU running at 80/160MHz for fast, reliable performance.

    2. Integrated WiFi Connectivity: Supports 802.11 b/g/n with station and access point modes.

    3. Built-in Components: Includes RGB LED, LDR light sensor, and pushbutton for testing and control.

    4. USB Communication & Power: CH340 interface with Micro-USB connection for programming and power.

    5. Dual-Board Design: Detachable USB interface for flexible embedded use.

    6. Wide Development Support: Works with Arduino IDE, NodeMCU, and AT command firmware.

    7. High Memory Capacity: 4MB Flash, 64KB instruction RAM, and 96KB data RAM.

    8. Compact & Lightweight: Only 32×32×17mm for portable IoT integration.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Applications:

    1. IoT & Smart Home Devices: Connect sensors, relays, and displays over WiFi.

    2. Wireless Data Logging: Transmit environmental data to cloud platforms.

    3. Educational Projects: Learn ESP8266 programming and IoT system design.

    4. Prototyping: Develop and test WiFi-based embedded systems quickly.

    5. Automation Systems: Implement wireless control in lighting, appliances, or security systems.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    General Specifications
    MicrocontrollerESP8266 Tensilica 32-bit
    Clock Speed80 / 160 MHz
    Operating Voltage3.3V
    Input Voltage5V
    Flash Memory4 MB
    Digital I/O Pins11 (PWM supported on 10 pins)
    Analog Input1 (10-bit ADC)
    Max I/O Current12mA
    USB InterfaceCH340 (Micro-USB)
    Built-in LEDBlue LED on GPIO2
    RGB LED PinsR: GPIO15, G: GPIO12, B: GPIO13
    PushbuttonGPIO4
    WiFi StandardIEEE 802.11 b/g/n
    RAMInstruction: 64KB / Data: 96KB
    Dimensions32 × 32 × 17 mm
    Country of OriginChina
    Shipment Weight0.028 kg
    Shipment Dimensions5 × 5 × 3 cm

    Please allow 5% measuring deviation due to manual measurement.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Documentation:

    Digital I/O

    All of the Digital I/O support PWM and interrupts except pin 16 which does not support interrupts.  In addition they can be configured to have pull-up or pull-down resistors.  Though there are 11 digital I/O pins, 2 are typically reserved for use as the TX/RX lines if serial communications are used which leaves 9 digital I/O for other uses.  Some of these 9 pins are connected to the on-board LEDs, but can also be used for other purposes if needed.

    PWM range by default is 0-1023 rather than the typical 0-255 found on Arduino.   The range can be modified using the command analogWriteRange (255) which sets the range between 0-255.

    The PWM frequency is 1kHz by default.  Similarly it can be modified using the analogWriteFreq(500) to set the frequency to 500 Hz as one example.

    The pins are labeled GPIOx.  When using with Arduino IDE, the digital pin number is the samethe pin number, so GPIO2 is referenced as just ‘2’.

    The small blue on-board LED is connected to pin 2 (GPIO2).

    The on-board general purpose pushbutton on the top board is connected to pin 4 (GPIO4).

    The RGB LED is common cathode and so lights when driven HIGH.  It is connected to the following pins:

    • Pin 15 (GPIO15) = RGB Red LED
    • Pin 12 (GPIO12) = RGB Green LED
    • Pin13  (GPIO13) = RGB Blue LED

    Per spec, the digital I/O is limited to 3.3V, but the mfr has made statements that the digital pins are in fact 5V tolerant and there are many installations using the module directly connected to the logic lines of 5V MCUs, so use your own judgment.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Analog I/O

    The analog input A0 (ADC) is a single 10-bit ADC input which is connected to the LDR (Light Dependent Resistor).

    The LDR has a dark resistance of about 2.5K and is in series with a 470 ohm resistor to form a voltage divider that feeds the ADC input.  The LDR is connected to the Vcc side of the voltage divider and the 470 ohm resistor connects to ground.  As the light intensity increases, the LDR resistance decreases and therefore the voltage on the ADC input increases.

    By measuring the voltage, the relative brightness of the light falling on the sensor can be determined.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Powering the Module

    The module can be powered via the USB port on either the top or bottom board or by using an external 5V power supply connected to the Vcc pin.

    The top module includes a 3.3V regulator which regulates the 5V down to the 3.3V required by the ESP8266.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Programming the Module

    The board uses the CH340 chip on the bottom board for USB communications, so the bottom USB must be used for programming or communicating with the module.

    If you have any issues with connecting to the board, you may need to download a driver for the CH340.  Just search for Arduino CH340 driver and you will find a number of sources for drivers depending on what Windows or Mac operating system you are using.

    The module comes preloaded with the NodeMCU software that accepts the standard AT command set.

    It also can be programmed in C using the Arduino IDE and is how the modules are most often used.  An example program is shown down below.  If a program is download via the IDE, it will overwrite the NodeMCU software or whatever else was loaded before.  If that is a problem for what you want to do, the NodeMCU software can always be reloaded.

    There are many instructions for installing and using ESP8266 based boards with the Arduino IDE, but here is a short-hand version.  Note that once the ESP8266 board type is added to the IDE, there will be many more items added to the Tools drop down menu.

    Open Preferences window and enter the following into the ‘Additional Board Manager URLs’ field: “http://arduino.esp8266.com/stable/package_esp8266com_index.json“.

    Under Boards Manager, install ESP8266 by ESP8266 Community.

    Under Tools/Boards select “Adafruit Feather HUZZAH ESP8266“.

    Set Upload Speed to “115200“.

    Select the port that the board is attached to.  In my case it happened to be COM3

    In the Serial Monitor window, set comm rate to 115200 and line ending to Both NL & CR

    Here is what it looks like on my setup.

    To test whether the board is basically working and you can communicate with it using the preloaded NodeMCU software, you can open a Serial Monitor Window and simply enter ‘AT‘ into the serial monitor top window and hit ENTER.  The board should return with ‘OK‘.  That indicates the board is alive and the setup is working.

    If you don’t get the OK:

    • Ensure that you have the USB cable plugged into the bottom USB connector, not the top.
    • Make sure that you have the correct Comm Port selected.
    • Verify the serial monitor window is set to a baud rate of 115200 and the line ending is set to Both NL & CR.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Our Evaluation Results:

    These modules have good overall build quality.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Things to Watch Out For

    The micro USB connector has a very small footprint and solder pads which makes it popular for small MCUs where space is limited.  As with any MCU that uses the micro USB connector, some care should be taken not to put excessive strain on the USB cable or it is possible for the connector to be dislodged from the board.

    The Witty Cloud (and ESP8266 processors in general ) have a couple of software quirks to be aware of compared to working with a standard Arduino.

    First is that the compile and download time when using the IDE tends to be longer than for typical Arduino boards.  This is especially true the first time a program is compiled or if the build options are changed which require a complete recompile.  Subsequent compiles do run faster.

    The second thing is that the module does not like long delays in code and it may cause the module to do a watchdog software reset.  This is because the module has a network stack to handle the WiFi and that needs to be serviced regularly by the processor.  An example of what not to do would be using something like a tight DO/WHILE loop waiting for a button to be pressed.

    For instance in the example program down below, if you were to check the button using code like this which blocks the program until the button is pushed, you will run into this problem as it does not allow any free time for the processor to go off and reset the watchdog timer on occasion, so it thinks it has locked up and resets itself.

    Do {
    btn_Status = digitalRead (BUTTON_PIN)
    } while (btn_Status == HIGH)

    If the module keeps resetting every couple of seconds, look for this blocking type of issue in your code.  This can be resolved by inserting the yield() function into the loop as that function lets the processor go off and take care of other business before returning to the loop.

    Using the delay() function does not create the same blocking issue because the delay() function internally calls the yield() function every so often.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Example Setup

    The program below is based on one of the sample programs ‘WiFiScan’ that is available once the ESP8266 boards are loaded into the IDE.  It sends the list of networks found to the Serial Monitor window.

    The version here uses the built-in pushbutton to initiate the scan for any available WiFi networks and turns on the on-board LED while a scan is in process.  It also monitors the light level on the LDR and adjusts the brightness of the RGB green LED based on the amount of light that the LDR sensor is detecting.  If you put your finger on the LDR, the RGB LED should go out.

    The only connection that needs to be made is the USB cable to the USB connector on the bottom board.  Ensure HUZZAH ESP8266 is selected as the board type in the IDE and the correct COM port is selected.  Once the program is downloaded, open the Serial Monitor window and ensure that the baud rate is set to 115200.  Once you press the pushbutton on the edge of the top board, a scan of the available WiFi networks will be displayed.

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    ESP8266 Witty Cloud ESP-12F WiFI Module Example Program
    /*
        This sketch demonstrates how to scan for available WiFi networks.
        A button input is used to initiate the scan and the on-board LED
        is lit to indicate when a scan is in process
        On each loop, also check the analog input connected to the LDR and adjust
        the brightness of the RGB Green LED to match the measured brightness.
    */
    #include "ESP8266WiFi.h"
    
    const int BUTTON_PIN = 4;    // Define pin the button is connected to
    const int ON_BOARD_LED = 2;  // Define pin the on-board LED is connected to
    const int RGB_G_PIN = 12;    // RGB Green LED
    const int LDR_PIN = A0;      // Define the analog pin the LDR is connected to
    //===============================================================================
    //  Initialization
    //===============================================================================
    void setup() {
      pinMode(ON_BOARD_LED, OUTPUT);       // Initialize the LED_BUILTIN pin as an output
      pinMode(BUTTON_PIN, INPUT_PULLUP);  // Initialize button pin with built-in pullup.
      digitalWrite(ON_BOARD_LED, HIGH);    // Ensure LED is off
      Serial.begin(115200);               // Set comm rate to 115200
    
      // Set WiFi to station mode and disconnect from an AP if it was previously connected
      WiFi.mode(WIFI_STA);
      WiFi.disconnect();
      delay(100);
    
      Serial.println("Setup done");
    }
    //===============================================================================
    //  Main
    //===============================================================================
    void loop() {
      int btn_Status = HIGH;
      int lightIntensity;
    
      lightIntensity = analogRead(LDR_PIN);  // Read the light intensity
      analogWrite( RGB_G_PIN, map(lightIntensity, 40, 1023, 0, 1023));
      btn_Status = digitalRead (BUTTON_PIN);  // Check status of button
      if (btn_Status == LOW) {                // Button pushed, so do something
        Serial.print("Light Intensity Reading: ");
        Serial.println(lightIntensity);
        Serial.println("scan start");
        digitalWrite(ON_BOARD_LED, LOW);       // Turn LED ON
        // WiFi.scanNetworks will return the number of networks found
        int n = WiFi.scanNetworks();
        Serial.println("scan done");
        if (n == 0)
          Serial.println("no networks found");
        else
        {
          Serial.print(n);
          Serial.println(" networks found");
          for (int i = 0; i < n; ++i)
          {
            // Print SSID and RSSI for each network found
            Serial.print(i + 1);
            Serial.print(": ");
            Serial.print(WiFi.SSID(i));
            Serial.print(" (");
            Serial.print(WiFi.RSSI(i));
            Serial.print(")");
            Serial.println((WiFi.encryptionType(i) == ENC_TYPE_NONE) ? " : Unsecure" : " : Encrypted");
            delay(10);
          }
        }
        Serial.println("");
        digitalWrite(ON_BOARD_LED, HIGH);    // Turn LED Off
      }
    }
    

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Package Includes:

    1 x ESP8266 Witty Cloud ESP-12F WiFi Module

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

    Product Details
    RBD-3261
    27 Items

    Specific References

    EAN13
    3261
    Comments (0)
    Grade
    No customer reviews for the moment.
    16 other products in the same category:
    SIM808 GPRS/GSM+GPS Shield Robotics Bangladesh SIM808 GPRS/GSM+GPS Shield Robotics Bangladesh

    Reference: RBD-1037

    SIM808 GPRS/GSM+GPS Shield

    (0)
    Quad-band 850/900/1800/1900MHz Inner MT3337 GPS receiver, -165dBm precision, control on a same serial port. Earphone/ microphone outputs on a card or external 32-ohm speaker + supports voice calls with an electret microphone. Sending and receiving SMS.
    BDT 4,690
    BDT 4,690 tax incl.
    BDT 4,690 tax excl.
    BDT 4,690 tax excl.
    BDT 4,690 tax incl.
    BDT 4,690 tax incl.
    BDT 0 Tax
    BDT 4,690 tax excl.
    BDT 4,690 tax excl.
    BDT 0 Tax
    BDT 4,690 tax incl.
    More SIM808 GPRS/GSM+GPS Shield
    In-Stock
    In stock: 12
    ESP32-S3-EYE Development Board Robotics Bangladesh ESP32-S3-EYE Development Board Robotics Bangladesh

    Reference: RBD-3486

    ESP32-S3-EYE Development Board

    (0)
    ESP32-S3-EYE AI Development Board with camera and LCD Dual-core ESP32-S3 with 8MB Flash + 8MB PSRAM Built-in 2MP camera for image recognition 1.3-inch LCD for real-time display output Integrated microphone for voice processing Supports ESP-WHO AI framework and Wi-Fi image streaming
    BDT 9,950
    BDT 9,950 tax incl.
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 9,950 tax incl.
    BDT 9,950 tax incl.
    BDT 0 Tax
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 0 Tax
    BDT 9,950 tax incl.
    More ESP32-S3-EYE Development Board
    Last items in stock
    In stock: 1
    Tuya 7in1 WiFi Air Quality Monitor - Standard PM2. Tuya 7in1 WiFi Air Quality Monitor - Standard PM2.

    Reference: RBD-2550

    Tuya 7in1 WiFi Air Quality Monitor - Standard PM2.5, CO2, TVOC, HCHO, AQI

    (0)
    Simultaneous monitoring of PM2.5, CO2, TVOC, HCHO, AQI, temperature, and humidity. 2.8-inch TFT color display for clear detection data. Connects to Tuya App for real-time monitoring and historical data analysis. Portable size for easy desk placement and portability. Equipped with high-precision VOC sensors and low power consumption. PM2.5 Sensor: This...
    BDT 6,750
    BDT 6,750 tax incl.
    BDT 6,750 tax excl.
    BDT 6,750 tax excl.
    BDT 6,750 tax incl.
    BDT 6,750 tax incl.
    BDT 0 Tax
    BDT 6,750 tax excl.
    BDT 6,750 tax excl.
    BDT 0 Tax
    BDT 6,750 tax incl.
    More Tuya 7in1 WiFi Air Quality Monitor - Standard PM2.5, CO2, TVOC, HCHO, AQI
    Last items in stock
    In stock: 1
    Arduino PLC IoT Gateway USR-EG118 Robotics Bangladesh Arduino PLC IoT Gateway USR-EG118 Robotics Bangladesh

    Reference: RBD-3374

    Arduino PLC IoT Gateway USR-EG118

    (0)
    Arduino PLC IoT Gateway USR-EG118 powered by ESP32-WROVER-E dual-core 240MHz MCU Supports RS485/RS232, Ethernet, Wi-Fi & BLE 4.2 for full industrial connectivity 4MB PSRAM + Up to 8MB SPI Flash for stable IoT data processing Compatible with Arduino IDE & ESP-IDF for fast and flexible development Multiple network modes (AP, STA, AP+LAN, AP+WAN) for...
    BDT 12,850
    BDT 12,850 tax incl.
    BDT 12,850 tax excl.
    BDT 12,850 tax excl.
    BDT 12,850 tax incl.
    BDT 12,850 tax incl.
    BDT 0 Tax
    BDT 12,850 tax excl.
    BDT 12,850 tax excl.
    BDT 0 Tax
    BDT 12,850 tax incl.
    More Arduino PLC IoT Gateway USR-EG118
    Last items in stock
    In stock: 1
    LILYGO T-Call A7670E 4G/2G ESP32 Development Board Robotics Bangladesh LILYGO T-Call A7670E 4G/2G ESP32 Development Board Robotics Bangladesh

    Reference: RBD-3127

    LILYGO T-Call A7670E 4G/2G ESP32 Development Board

    (0)
    ESP32-WROVER-E based development board with integrated A7670E LTE/GSM module Supports 4G and 2G cellular connectivity for global IoT applications Includes Wi-Fi 802.11 b/g/n and Bluetooth 4.2 (BLE + BR/EDR) connectivity Equipped with 4MB Flash and 8MB PSRAM for complex applications Provides multiple interfaces: I2C, SPI, UART, SDIO, I2S, CAN Ideal for...
    BDT 6,690
    BDT 6,690 tax incl.
    BDT 6,690 tax excl.
    BDT 6,690 tax excl.
    BDT 6,690 tax incl.
    BDT 6,690 tax incl.
    BDT 0 Tax
    BDT 6,690 tax excl.
    BDT 6,690 tax excl.
    BDT 0 Tax
    BDT 6,690 tax incl.
    More LILYGO T-Call A7670E 4G/2G ESP32 Development Board
    In-Stock
    In stock: 5
    ESP32-CAM External Antenna Robotics Bangladesh

    Reference: RBD-1852

    ESP32-CAM External Antenna

    (0)
    IPEX To SMA Female External Antenna Adapter SMA Male Antenna for 2.4G WIFI Module Only Antenna and Adapter RF Cable  ESP32 Cam is not included
    BDT 390
    BDT 390 tax incl.
    BDT 390 tax excl.
    BDT 390 tax excl.
    BDT 390 tax incl.
    BDT 390 tax incl.
    BDT 0 Tax
    BDT 390 tax excl.
    BDT 390 tax excl.
    BDT 0 Tax
    BDT 390 tax incl.
    More ESP32-CAM External Antenna
    In-Stock
    In stock: 50
    Sold-out Tuya 7in1 WiFi Air Quality Monitor - Laser PM2. Tuya 7in1 WiFi Air Quality Monitor - Laser PM2.

    Reference: RBD-2946

    Tuya 7in1 WiFi Air Quality Monitor - Laser PM2.5, CO2, TVOC, HCHO, AQI

    (0)
    Simultaneous monitoring of PM2.5, CO2, TVOC, HCHO, AQI, temperature, and humidity. 2.8-inch TFT color display for clear detection data. Connects to Tuya App for real-time monitoring and historical data analysis. Portable size for easy desk placement and portability. Equipped with high-precision VOC sensors and low power consumption. PM2.5 Sensor: This...
    BDT 7,845
    BDT 7,845 tax incl.
    BDT 7,845 tax excl.
    BDT 7,845 tax excl.
    BDT 7,845 tax incl.
    BDT 7,845 tax incl.
    BDT 0 Tax
    BDT 7,845 tax excl.
    BDT 7,845 tax excl.
    BDT 0 Tax
    BDT 7,845 tax incl.
    More Tuya 7in1 WiFi Air Quality Monitor - Laser PM2.5, CO2, TVOC, HCHO, AQI
    Sold-out
    In stock: 0
    S2 Mini V1.0.0 ESP32-S2 4MB FLASH 2MB PSRAM WIFI Development Board Robotics Bangladesh S2 Mini V1.0.0 ESP32-S2 4MB FLASH 2MB PSRAM WIFI Development Board Robotics Bangladesh

    Reference: RBD-2131

    S2 Mini V1.0.0 ESP32-S2 4MB FLASH 2MB PSRAM WIFI Development Board

    (0)
    ESP32-S2 based WIFI development board Features S2FN4R2 WIFI IC Equipped with 4MB FLASH and 2MB PSRAM Type-C USB connectivity 27 digital input/output pins with support for interrupt/pwm/I2C/single wire ADC, DAC, I2C, SPI, UART, USB OTG
    BDT 690
    BDT 690 tax incl.
    BDT 690 tax excl.
    BDT 690 tax excl.
    BDT 690 tax incl.
    BDT 690 tax incl.
    BDT 0 Tax
    BDT 690 tax excl.
    BDT 690 tax excl.
    BDT 0 Tax
    BDT 690 tax incl.
    More S2 Mini V1.0.0 ESP32-S2 4MB FLASH 2MB PSRAM WIFI Development Board
    In stock
    In stock: 21
    NodeMCU Mega WiFi R3 Atmega2560 ESP8266 32Mb Memory Board Robotics Bangladesh NodeMCU Mega WiFi R3 Atmega2560 ESP8266 32Mb Memory Board Robotics Bangladesh

    Reference: RBD-2138

    NodeMCU Mega WiFi R3 Atmega2560 ESP8266 32Mb Memory Board

    (0)
    Arduino compatibility Full integration USB-TTL converter 32 Mb flash memory Dual microcontrollersA high-quality USB cable is essential for this board to ensure sufficient current supply; otherwise, your board may not be recognized by the Windows Device Manager. Please avoid using mobile phone cables and instead use the recommended cable available here:...
    BDT 2,120
    BDT 2,120 tax incl.
    BDT 2,120 tax excl.
    BDT 2,120 tax excl.
    BDT 2,120 tax incl.
    BDT 2,120 tax incl.
    BDT 0 Tax
    BDT 2,120 tax excl.
    BDT 2,120 tax excl.
    BDT 0 Tax
    BDT 2,120 tax incl.
    More NodeMCU Mega WiFi R3 Atmega2560 ESP8266 32Mb Memory Board
    In-Stock
    In stock: 18
    ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module

    Reference: RBD-3830

    ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module

    (0)
    ESP32-S3 7-Inch 800×480 Smart Display with Touch – Wi-Fi & Bluetooth LCD TFT Module (8MB PSRAM, 16MB Flash, Acrylic Case)SKU:10100004(2516)ESP32-7 inch Capacitive Touch with CaseModels:ESP32-8048S070CResolution: 800*480
    BDT 8,950
    BDT 8,950 tax incl.
    BDT 8,950 tax excl.
    BDT 8,950 tax excl.
    BDT 8,950 tax incl.
    BDT 8,950 tax incl.
    BDT 0 Tax
    BDT 8,950 tax excl.
    BDT 8,950 tax excl.
    BDT 0 Tax
    BDT 8,950 tax incl.
    More ESP32-S3 7-Inch 800×480 Smart Display with Touch Wi-Fi & Bluetooth LCD TFT Module
    In stock
    In stock: 5
    On sale! ESP-01 ESP8266 Serial WIFI Wireless Transceiver Module Robotics Bangladesh

    Reference: RBD-0345

    ESP-01 ESP8266 Serial WIFI Wireless Transceiver Module

    (0)
    802.11 b/g/n Standards Wi-Fi Direct (P2P), soft-AP 1MB Flash Memory Integrated low power 32-bit CPU could be used as an application processor A-MPDU & A-MSDU aggregation & 0.4ms guard interval Wake up and transmit packets in &lt; 2ms Standby power consumption of &lt; 1.0mW (DTIM3) RoboticsBD
    BDT 194
    BDT 194 tax incl.
    BDT 194 tax excl.
    BDT 194 tax excl.
    BDT 194 tax incl.
    BDT 194 tax incl.
    BDT 0 Tax
    BDT 194 tax excl.
    BDT 194 tax excl.
    BDT 0 Tax
    BDT 194 tax incl.
    More ESP-01 ESP8266 Serial WIFI Wireless Transceiver Module
    In-Stock
    In stock: 305
    ESP32-WROVER-DEV Development Board with Camera ESP32-CAM-WROVER Robotics Bangladesh

    Reference: RBD-4188

    ESP32-WROVER-DEV Development Board with Camera ESP32-CAM-WROVER

    (0)
    This ESP32-WROVER-DEV development board is a powerful Wi-Fi and Bluetooth enabled controller designed for camera-based and IoT applications. It is built around a dual-core ESP32 SoC running up to 240 MHz, delivering strong processing performance for image capture, wireless transmission, and real-time control.
    BDT 1,150
    BDT 1,150 tax incl.
    BDT 1,150 tax excl.
    BDT 1,150 tax excl.
    BDT 1,150 tax incl.
    BDT 1,150 tax incl.
    BDT 0 Tax
    BDT 1,150 tax excl.
    BDT 1,150 tax excl.
    BDT 0 Tax
    BDT 1,150 tax incl.
    More ESP32-WROVER-DEV Development Board with Camera ESP32-CAM-WROVER
    In stock
    In stock: 30
    ESP32-S3 Thermal Imaging Camera Module – 90° FOV Robotics Bangladesh ESP32-S3 Thermal Imaging Camera Module – 90° FOV Robotics Bangladesh

    Reference: RBD-3975

    Brand: Waveshare

    ESP32-S3 Thermal Imaging Camera Module – 90° FOV

    (0)
    The Thermal-90 ESP32-S3 IR Imaging Camera Module is a wide-angle wireless thermal camera designed using the ESP32-S3-WROOM-1 processor and an 80×62 hybrid IR sensor. It captures thermal radiation and generates real-time surface temperature images, ideal for scenarios requiring broader coverage.SKU:30139Part No.:Thermal-90 Camera ESP32 ModuleBrand:Waveshare
    BDT 15,690
    BDT 15,690 tax incl.
    BDT 15,690 tax excl.
    BDT 15,690 tax excl.
    BDT 15,690 tax incl.
    BDT 15,690 tax incl.
    BDT 0 Tax
    BDT 15,690 tax excl.
    BDT 15,690 tax excl.
    BDT 0 Tax
    BDT 15,690 tax incl.
    More ESP32-S3 Thermal Imaging Camera Module – 90° FOV
    Last items in stock
    In stock: 1
    ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board Robotics Bangladesh ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board Robotics Bangladesh

    Reference: RBD-3832

    ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board

    (0)
    ESP32-P4 7-Inch IPS Smart Display with Touch – Wi-Fi & Bluetooth HMI Development Board (1024×600, ESP32-C6, Camera & Audio Interface)
    BDT 9,950
    BDT 9,950 tax incl.
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 9,950 tax incl.
    BDT 9,950 tax incl.
    BDT 0 Tax
    BDT 9,950 tax excl.
    BDT 9,950 tax excl.
    BDT 0 Tax
    BDT 9,950 tax incl.
    More ESP32-P4 7-Inch IPS Smart Display with Touch Wi-Fi & Bluetooth HMI Development Board
    In stock
    In stock: 6
    LILYGO TTGO LoRa32 915Mhz ESP32 OLED 0.96 Inch Wireless Module Robotics Bangladesh LILYGO TTGO LoRa32 915Mhz ESP32 OLED 0.96 Inch Wireless Module Robotics Bangladesh

    Reference: RBD-4179

    LILYGO TTGO LoRa32 868/915Mhz ESP32 OLED 0.96 Inch Wireless Module

    (0)
    LILYGO TTGO Model: 915MHZ CH9102F  T3_V1.6.1 LoRa32 V2.1_1.6 Version 915Mhz ESP32 LoRa OLED 0.96 Inch SD Card Bluetooth WIFI Wireless Module ESP-32 SMA
    BDT 4,400
    BDT 4,400 tax incl.
    BDT 4,400 tax excl.
    BDT 4,400 tax excl.
    BDT 4,400 tax incl.
    BDT 4,400 tax incl.
    BDT 0 Tax
    BDT 4,400 tax excl.
    BDT 4,400 tax excl.
    BDT 0 Tax
    BDT 4,400 tax incl.
    More LILYGO TTGO LoRa32 868/915Mhz ESP32 OLED 0.96 Inch Wireless Module
    Last items in stock
    In stock: 1
    E83-2G4M03S-TB Bluetooth Mesh Module Test Suite Robotics Bangladesh E83-2G4M03S-TB Bluetooth Mesh Module Test Suite Robotics Bangladesh

    Reference: RBD-2772

    E83-2G4M03S-TB Bluetooth Mesh Module Test Suite

    (0)
    Test and development board for E83-2G4M03S Bluetooth Mesh module Pre-soldered with E83-2G4M03S for immediate use All IO ports accessible for easy integration and testing Built-in CH340X USB-to-serial chip for direct communication Stable performance, reliable operation, and developer-friendly design Compact design with lightweight build for lab and field...
    BDT 3,550
    BDT 3,550 tax incl.
    BDT 3,550 tax excl.
    BDT 3,550 tax excl.
    BDT 3,550 tax incl.
    BDT 3,550 tax incl.
    BDT 0 Tax
    BDT 3,550 tax excl.
    BDT 3,550 tax excl.
    BDT 0 Tax
    BDT 3,550 tax incl.
    More E83-2G4M03S-TB Bluetooth Mesh Module Test Suite
    In-Stock
    In stock: 5
    You might also like
    Adjustable Voltage Power Supply Adapter 3-12V, 5A with LED Display Hi Quality Robotics Bangladesh Adjustable Voltage Power Supply Adapter 3-12V, 5A with LED Display Hi Quality Robotics Bangladesh

    Reference: RBD-3273

    Adjustable Voltage Power Supply Adapter 3-12V, 5A with LED Display Hi Quality

    (0)
    Adjustable voltage power supply from 3V to 12V DC, supporting up to 5A output current. Built-in LED display for real-time voltage monitoring and precise adjustment. High-efficiency 60W switching power supply ensures stable and reliable performance. Includes overload, short-circuit, and over-voltage protection for safety. Suitable for DC motors, LEDs,...
    BDT 1,750
    BDT 1,750 tax incl.
    BDT 1,750 tax excl.
    BDT 1,750 tax excl.
    BDT 1,750 tax incl.
    BDT 1,750 tax incl.
    BDT 0 Tax
    BDT 1,750 tax excl.
    BDT 1,750 tax excl.
    BDT 0 Tax
    BDT 1,750 tax incl.
    More Adjustable Voltage Power Supply Adapter 3-12V, 5A with LED Display Hi Quality
    In-Stock
    In stock: 15
    Arduino Nano CH340G Development Board -Type C Robotics Bangladesh Arduino Nano CH340G Development Board -Type C Robotics Bangladesh

    Reference: RBD-3269

    Arduino Nano CH340G Development Board -Type C

    (0)
    Arduino Nano-compatible development board powered by ATmega328P microcontroller. Features a modern USB Type-C connector for power and programming. Equipped with CH340G USB-to-serial chip for stable communication. Compact, breadboard-friendly design for easy prototyping. Fully compatible with Arduino IDE and existing Nano libraries. Ideal for IoT,...
    BDT 480
    BDT 480 tax incl.
    BDT 480 tax excl.
    BDT 480 tax excl.
    BDT 480 tax incl.
    BDT 480 tax incl.
    BDT 0 Tax
    BDT 480 tax excl.
    BDT 480 tax excl.
    BDT 0 Tax
    BDT 480 tax incl.
    More Arduino Nano CH340G Development Board -Type C
    In-Stock
    In stock: 25
    PCF8563 Real Time Clock RTC Module Robotics Bangladesh

    Reference: RBD-3272

    PCF8563 Real Time Clock RTC Module

    (0)
    Low-power PCF8563 Real-Time Clock (RTC) and calendar module for accurate timekeeping. Communicates via I2C interface, compatible with Arduino, Raspberry Pi, ESP32, STM32, and more. Features alarm, timer, and programmable clock output functions. Built-in oscillator capacitor for stable performance without extra components. Ultra-low power consumption of...
    BDT 190
    BDT 190 tax incl.
    BDT 190 tax excl.
    BDT 190 tax excl.
    BDT 190 tax incl.
    BDT 190 tax incl.
    BDT 0 Tax
    BDT 190 tax excl.
    BDT 190 tax excl.
    BDT 0 Tax
    BDT 190 tax incl.
    More PCF8563 Real Time Clock RTC Module
    In-Stock
    In stock: 31

    Reference: RBD-3270

    USB ASP AVR Programming Device for ATMEL Processors Arduino Bootloader

    (0)
    Compatible with ATMEL AVR Processors: Supports ATMega, Tiny, Classic, CAN, and PWM series chips. Bootloader Recovery: Easily restore Arduino bootloaders. In-Circuit Programming: USB ASP programmer designed for seamless ATMEL AVR microcontroller programming. Firmware-Only USB Driver: No additional USB controllers required. Compact and Reliable: Built with...
    BDT 378 BDT 430
    BDT 430 BDT 378 tax incl.
    BDT 430 BDT 378 tax excl.
    BDT 430 BDT 378 tax excl.
    BDT 430 BDT 378 tax incl.
    BDT 430 BDT 378 tax incl.
    BDT 0 BDT 0 Tax
    BDT 430 BDT 378 tax excl.
    BDT 430 BDT 378 tax excl.
    BDT 0 BDT 0 Tax
    BDT 430 BDT 378 tax incl.
    More USB ASP AVR Programming Device for ATMEL Processors Arduino Bootloader
    In-Stock
    In stock: 16
    USB ASP AVR Programming Device with Case for ATMEL Processors Arduino Bootloader Robotics Bangladesh

    Reference: RBD-3271

    USB ASP AVR Programming Device with Case for ATMEL Processors Arduino Bootloader

    (0)
    Compatible with ATMEL AVR Processors: Supports ATMega, Tiny, Classic, CAN, and PWM series chips.Bootloader Recovery: Easily restore Arduino bootloaders.In-Circuit Programming: USB ASP programmer designed for seamless ATMEL AVR microcontroller programming.Firmware-Only USB Driver: No additional USB controllers required.Compact and Reliable: Built with...
    BDT 650
    BDT 650 tax incl.
    BDT 650 tax excl.
    BDT 650 tax excl.
    BDT 650 tax incl.
    BDT 650 tax incl.
    BDT 0 Tax
    BDT 650 tax excl.
    BDT 650 tax excl.
    BDT 0 Tax
    BDT 650 tax incl.
    More USB ASP AVR Programming Device with Case for ATMEL Processors Arduino Bootloader
    In-Stock
    In stock: 28

    Follow us on Facebook