• 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:
    LoraTap Tuya Smart ZigBee 3.0 Hub Wireless Multi Mode Mesh Gateway Robotics Bangladesh LoraTap Tuya Smart ZigBee 3.0 Hub Wireless Multi Mode Mesh Gateway Robotics Bangladesh

    Reference: RBD-1965

    LoraTap Tuya Smart ZigBee 3.0 Hub Wireless Multi Mode Mesh Gateway

    (0)
    LoraTap Tuya Smart ZigBee 3.0 Hub  Simple operation Easy to use Plug and play Using infrared sensor technology method Making your life more fashionable
    BDT 3,500
    BDT 3,500 tax incl.
    BDT 3,500 tax excl.
    BDT 3,500 tax excl.
    BDT 3,500 tax incl.
    BDT 3,500 tax incl.
    BDT 0 Tax
    BDT 3,500 tax excl.
    BDT 3,500 tax excl.
    BDT 0 Tax
    BDT 3,500 tax incl.
    More LoraTap Tuya Smart ZigBee 3.0 Hub Wireless Multi Mode Mesh Gateway
    In-Stock
    In stock: 4
    Pack ESP32-CAM MB Case with Mounting Accessories and USB Cable Robotics Bangladesh ESP32-CAM MB Case with Mounting Accessories and USB Cable Robotics Bangladesh

    Reference: RBD-3069

    ESP32-CAM MB Case with Mounting Accessories and USB Cable

    (0)
    Custom ESP32-CAM Housing: Sleek black case designed specifically for ESP32-CAM and ESP32-CAM-MB. Complete Kit Included: Comes with mounting accessories and a USB cable for easy installation. Optimized for IoT Projects: Ideal for surveillance systems and IoT applications. Organized Cable Management: Designated slots for power and data cables. Durable and...
    BDT 1,495
    BDT 1,495 tax incl.
    BDT 1,495 tax excl.
    BDT 1,495 tax excl.
    BDT 1,495 tax incl.
    BDT 1,495 tax incl.
    BDT 0 Tax
    BDT 1,495 tax excl.
    BDT 1,495 tax excl.
    BDT 0 Tax
    BDT 1,495 tax incl.
    More ESP32-CAM MB Case with Mounting Accessories and USB Cable
    In-Stock
    In stock: 9
    SIM900A Mini Module 5V Robotics Bangladesh SIM900A Mini Module 5V Robotics Bangladesh

    Reference: RBD-0318

    SIM900A Mini Module 5V

    (0)
    This module is intended for advanced users who require moderate knowledge of GSM systems and microcontrollers. It needs wiring and firmware updates to unlock the country lock. Dual-Band 900/ 1800 MHz GPRS multi-slot class 10/8GPRS mobile station class B Compliant to GSM phase 2/2+ Dimensions: 24*24*3 mm Weight: 3.4g Control via AT commands (GSM 07.07...
    BDT 712
    BDT 712 tax incl.
    BDT 712 tax excl.
    BDT 712 tax excl.
    BDT 712 tax incl.
    BDT 712 tax incl.
    BDT 0 Tax
    BDT 712 tax excl.
    BDT 712 tax excl.
    BDT 0 Tax
    BDT 712 tax incl.
    More SIM900A Mini Module 5V
    In-Stock
    In stock: 152
    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
    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
    BW16-Kit Dual-Band WiFi & Bluetooth 5.0 Development Board – RTL8720DN Chip Robotics Bangladesh BW16-Kit Dual-Band WiFi & Bluetooth 5.0 Development Board – RTL8720DN Chip Robotics Bangladesh

    Reference: RBD-3716

    BW16-Kit Dual-Band WiFi & Bluetooth 5.0 Development Board – RTL8720DN Chip

    (0)
    The BW16-Kit Development Board is a compact, dual-frequency Wi-Fi + Bluetooth 5.0 wireless module built around the RTL8720DN chipset. It combines high-performance connectivity with low power consumption, making it ideal for IoT, smart home, and industrial applications.
    BDT 1,220
    BDT 1,220 tax incl.
    BDT 1,220 tax excl.
    BDT 1,220 tax excl.
    BDT 1,220 tax incl.
    BDT 1,220 tax incl.
    BDT 0 Tax
    BDT 1,220 tax excl.
    BDT 1,220 tax excl.
    BDT 0 Tax
    BDT 1,220 tax incl.
    More BW16-Kit Dual-Band WiFi & Bluetooth 5.0 Development Board – RTL8720DN Chip
    In stock
    In stock: 39
    Espressif ESP32-DevKitC ESP32-WROOM-32UE Robotics Bangladesh Espressif ESP32-DevKitC ESP32-WROOM-32UE Robotics Bangladesh

    Reference: RBD-3751

    Brand: Espressif

    Espressif ESP32-DevKitC ESP32-WROOM-32UE

    (0)
    Original Espressif ESP32-DevKitC V4 development board with ESP32-WROOM-32UE Compact design with most I/O pins broken out for easy prototyping Supports Wi-Fi (802.11 b/g/n) and Bluetooth for wireless applications Operates on 3.3V to 5V, ideal for breadboards and jumper wire connections Wide temperature range: -40°C to +85°C, suitable for industrial...
    BDT 2,750
    BDT 2,750 tax incl.
    BDT 2,750 tax excl.
    BDT 2,750 tax excl.
    BDT 2,750 tax incl.
    BDT 2,750 tax incl.
    BDT 0 Tax
    BDT 2,750 tax excl.
    BDT 2,750 tax excl.
    BDT 0 Tax
    BDT 2,750 tax incl.
    More Espressif ESP32-DevKitC ESP32-WROOM-32UE
    In-Stock
    In stock: 4
    ESP32-C3-LCD kit Development Board with 1.28inch Display and Rotary Button Robotics Bangladesh ESP32-C3-LCD kit Development Board with 1.28inch Display and Rotary Button Robotics Bangladesh

    Reference: RBD-3990

    ESP32-C3-LCD kit Development Board with 1.28inch Display and Rotary Button

    (0)
    ESP32-C3-LCDkit is an evaluation development board based on ESP32-C3-Mini-1 chip and SPI interface display. The development board is equipped with a rotary encoder switch, which can realize screen interaction, with Bluetooth and WiFi functions, and supports audio playback and infrared wireless control. With its low cost, low power consumption, and...
    BDT 4,100
    BDT 4,100 tax incl.
    BDT 4,100 tax excl.
    BDT 4,100 tax excl.
    BDT 4,100 tax incl.
    BDT 4,100 tax incl.
    BDT 0 Tax
    BDT 4,100 tax excl.
    BDT 4,100 tax excl.
    BDT 0 Tax
    BDT 4,100 tax incl.
    More ESP32-C3-LCD kit Development Board with 1.28inch Display and Rotary Button
    Last items in stock
    In stock: 2
    Wemos D1 Mini V3 Robotics Bangladesh Wemos D1 Mini V3 Robotics Bangladesh

    Reference: RBD-2651

    Wemos D1 Mini V3

    (0)
    Compact ESP8266 development board with 4MB Flash memory Built-in CH340 USB chipset for easy PC connectivity Compatible with Arduino IDE, NodeMCU, and MicroPython Operates at 3.3V logic, powered via USB 5V Features 11 digital I/O pins and 1 analog input pin (max 3.2V) Perfect for IoT, WiFi-enabled projects, and smart devices
    BDT 430
    BDT 430 tax incl.
    BDT 430 tax excl.
    BDT 430 tax excl.
    BDT 430 tax incl.
    BDT 430 tax incl.
    BDT 0 Tax
    BDT 430 tax excl.
    BDT 430 tax excl.
    BDT 0 Tax
    BDT 430 tax incl.
    More Wemos D1 Mini V3
    In-Stock
    In stock: 14
    TTGO Meshtastic T-Beam V1.1 ESP32 WiFi Bluetooth GPS with OLED Robotics Bangladesh TTGO Meshtastic T-Beam V1.1 ESP32 WiFi Bluetooth GPS with OLED Robotics Bangladesh

    Reference: RBD-1558

    TTGO Meshtastic T-Beam V1.1 ESP32 WiFi Bluetooth GPS with OLED

    (0)
    TTGO Meshtastic T-Beam V1.1 ESP32 915Mhz or 433Mhz (Ships Random) WiFi Bluetooth ESP32 GPS NEO-6M SMA 18650 Battery Holder  OLED (915Mhz OLED)
    BDT 7,290
    BDT 7,290 tax incl.
    BDT 7,290 tax excl.
    BDT 7,290 tax excl.
    BDT 7,290 tax incl.
    BDT 7,290 tax incl.
    BDT 0 Tax
    BDT 7,290 tax excl.
    BDT 7,290 tax excl.
    BDT 0 Tax
    BDT 7,290 tax incl.
    More TTGO Meshtastic T-Beam V1.1 ESP32 WiFi Bluetooth GPS with OLED
    In-Stock
    In stock: 14
    ESP32-C6-N8 CH343P Development Board ESP32-C6-WROOM-1 Robotics Bangladesh ESP32-C6-N8 CH343P Development Board ESP32-C6-WROOM-1 Robotics Bangladesh

    Reference: RBD-3959

    ESP32-C6-N8 CH343P Development Board ESP32-C6-WROOM-1

    (0)
    The ESP32-C6-N8 CH343P Development Board is a compact and powerful controller designed for IoT, smart devices, and embedded systems learning. Equipped with the genuine Espressif ESP32-C6-WROOM module, it provides WiFi 6, Bluetooth 5 Low Energy, IEEE 802.15.4 and Matter support, offering a modern connectivity platform for next-generation applications.
    BDT 1,239
    BDT 1,239 tax incl.
    BDT 1,239 tax excl.
    BDT 1,239 tax excl.
    BDT 1,239 tax incl.
    BDT 1,239 tax incl.
    BDT 0 Tax
    BDT 1,239 tax excl.
    BDT 1,239 tax excl.
    BDT 0 Tax
    BDT 1,239 tax incl.
    More ESP32-C6-N8 CH343P Development Board ESP32-C6-WROOM-1
    In stock
    In stock: 20
    Keyes Espressif ESP32-WROOM-32 Module Core Board Robotics Bangladesh Keyes Espressif ESP32-WROOM-32 Module Core Board Robotics Bangladesh

    Reference: RBD-2371

    Keyes Espressif ESP32-WROOM-32 Module Core Board

    (0)
    Powered by TSMC's 40nm technology for reliable and power-efficient performance. Supports multiple I/O connections with 2.54mm pin headers for easy peripheral integration. Equipped with CP2102-GM USB to Serial chip for smooth programming and debugging. Compact, durable design with versatile applications in IoT, automation, and robotics.
    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 Keyes Espressif ESP32-WROOM-32 Module Core Board
    In-Stock
    In stock: 34
    ESP32-S3 SuperMini Development Board Wi-Fi & Bluetooth 5 Dual Mode IoT Controller Robotics Bangladesh ESP32-S3 SuperMini Development Board Wi-Fi & Bluetooth 5 Dual Mode IoT Controller Robotics Bangladesh

    Reference: RBD-3828

    ESP32-S3 SuperMini Development Board Wi-Fi & Bluetooth 5 Dual Mode IoT Controller

    (0)
    The ESP32-S3 SuperMini Development Board is a compact, high-performance, and low-power IoT board designed for next-generation connected devices. Built around the ESP32-S3 dual-mode Wi-Fi and Bluetooth 5 (LE) chip, this board delivers excellent wireless performance, rich interface support, and advanced security features in an ultra-small form factor.
    BDT 660
    BDT 660 tax incl.
    BDT 660 tax excl.
    BDT 660 tax excl.
    BDT 660 tax incl.
    BDT 660 tax incl.
    BDT 0 Tax
    BDT 660 tax excl.
    BDT 660 tax excl.
    BDT 0 Tax
    BDT 660 tax incl.
    More ESP32-S3 SuperMini Development Board Wi-Fi & Bluetooth 5 Dual Mode IoT Controller
    In stock
    In stock: 87
    ESP8266 Serial WiFi Expansion Board Module for Arduino Robotics Bangladesh

    Reference: RBD-3682

    ESP8266 Serial WiFi Expansion Board Module for Arduino

    (0)
    32-bit RISC architecture The processor can operate at 80MHz / 160MHz 32MB flash memory 64kB for instructions 96kB for data Standard native WiFi 802.11b / g / n Operates in AP, Station or AP + Station mode
    BDT 510
    BDT 510 tax incl.
    BDT 510 tax excl.
    BDT 510 tax excl.
    BDT 510 tax incl.
    BDT 510 tax incl.
    BDT 0 Tax
    BDT 510 tax excl.
    BDT 510 tax excl.
    BDT 0 Tax
    BDT 510 tax incl.
    More ESP8266 Serial WiFi Expansion Board Module for Arduino
    In stock
    In stock: 20
    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
    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