Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5
- यूनिट मूल्य
- / प्रति
Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5
The Waveshare ESP32-S3 Mini Development Board is a compact microcontroller platform built on the ESP32-S3FH4R2 dual-core processor, delivering high-performance IoT and embedded system solutions with integrated wireless connectivity. Professional embedded systems engineers, IoT developers, and electronics hobbyists use this board to rapidly prototype smart devices, wireless sensor networks, and connected applications that require simultaneous Wi-Fi and Bluetooth 5 communication. This development board solves the critical challenge of needing a powerful, feature-rich, yet space-constrained processor for modern wireless applications without the complexity of designing custom PCBs.
Product Overview
The Waveshare ESP32-S3 Mini Development Board features the ESP32-S3FH4R2 system-on-chip, which integrates a dual-core Xtensa 32-bit processor running at 240MHz with dedicated hardware accelerators for cryptographic operations, neural network inference, and signal processing. The processor architecture includes separate instruction and data caches, enabling efficient execution of complex algorithms while maintaining low power consumption. The integrated 2.4GHz transceiver supports both IEEE 802.11 b/g/n Wi-Fi and Bluetooth 5.0 with Low Energy (BLE) mode, allowing simultaneous operation of both wireless protocols without performance degradation. This dual-connectivity approach enables sophisticated IoT scenarios such as local Bluetooth mesh networking combined with cloud connectivity via Wi-Fi, or seamless handoff between protocols based on application requirements.
The board design emphasizes practical development efficiency with an integrated USB-UART bridge for seamless serial communication and firmware programming, multiple GPIO pins for sensor and actuator interfacing, and support for both SPI and I2C communication protocols. The compact form factor makes it ideal for space-constrained applications while maintaining sufficient pin accessibility for prototyping. The processor includes 512KB of SRAM for runtime data and stack operations, with support for external flash memory expansion through SPI interface. Hardware features include multiple PWM channels for motor control and LED dimming, analog-to-digital converters for sensor signal acquisition, and dedicated peripherals for real-time applications. The board operates at 3.3V logic levels with integrated voltage regulation, simplifying power supply design and reducing external component requirements.
Key Specifications
| Specification | Details |
| Product Type | Microcontroller Development Board |
| Brand | Waveshare |
| Origin | Original/Authentic |
| Warranty | 7 days on manufacturing defects |
| Shipping | 1-5 days from Bengaluru |
| Delivery | 7-8 days across India |
| Support | 24/7 via Email and WhatsApp |
| Processor | ESP32-S3FH4R2 Dual-Core Xtensa 32-bit |
| Clock Frequency | 240MHz |
| Wireless Connectivity | 2.4GHz Wi-Fi 802.11 b/g/n and Bluetooth 5.0 LE |
| RAM | 512KB SRAM |
| Operating Voltage | 3.3V Logic Level |
| Communication Interfaces | USB-UART, SPI, I2C, GPIO |
Key Features
- Dual-Core 240MHz Processor: Two independent Xtensa cores enable parallel task execution and real-time processing of multiple sensor inputs and wireless protocol handlers simultaneously without performance bottlenecks
- Integrated 2.4GHz Wi-Fi and Bluetooth 5.0: Native support for both IEEE 802.11 b/g/n Wi-Fi and Bluetooth 5.0 Low Energy protocols with shared antenna architecture, enabling complex IoT connectivity scenarios without additional external modules
- Hardware Cryptographic Acceleration: Built-in AES, SHA, and RSA acceleration engines provide secure communication and data encryption at line-rate speeds without consuming CPU cycles, critical for IoT security implementations
- Multiple PWM Channels and ADC Inputs: Integrated pulse-width modulation controllers and analog-to-digital converters enable direct interfacing with motors, LEDs, sensors, and analog signal conditioning without external components
- Compact Mini Form Factor: Reduced board size maintains full functionality while fitting into space-constrained applications such as wearables, compact IoT devices, and embedded systems with strict dimensional requirements
- USB-UART Bridge: Integrated programming and debugging interface eliminates need for external serial adapters, streamlining development workflow and enabling rapid firmware iteration
Applications and Use Cases
- Smart Home IoT Devices: Deploy Wi-Fi connected smart switches, thermostats, and environmental sensors with local Bluetooth control interfaces for smartphone integration and cloud synchronization of home automation data
- Wireless Sensor Networks: Build mesh networks of BLE sensors collecting temperature, humidity, and motion data with Wi-Fi gateway nodes aggregating and transmitting data to cloud analytics platforms for real-time monitoring
- Wearable Electronics and Health Monitoring: Implement compact wearable devices with Bluetooth connectivity to smartphones for real-time health metrics display, combined with Wi-Fi capability for periodic cloud data synchronization and firmware updates
- Industrial IoT and Equipment Monitoring: Create predictive maintenance systems using accelerometers and vibration sensors interfaced via I2C, transmitting anomaly detection results via Wi-Fi to industrial control systems while supporting local Bluetooth diagnostics
- Robotics and Autonomous Systems: Utilize dual-core processing for simultaneous motor control via PWM channels and real-time sensor fusion from IMUs and distance sensors, with Wi-Fi connectivity for remote telemetry and Bluetooth for local control interfaces
- Audio and Multimedia Applications: Leverage the processor performance for audio codec operations and real-time signal processing with Wi-Fi streaming capabilities and Bluetooth audio profile support for wireless speaker and headphone applications
How to Use
Begin by installing the ESP32-S3 board support package in the Arduino IDE or PlatformIO development environment, then connect the development board to your computer via USB cable. The integrated USB-UART bridge automatically provides serial communication for programming and debugging without requiring external adapters. Use the Arduino IDE to write and upload sketches that initialize the dual-core processor, configure GPIO pins for your specific application, and implement Wi-Fi or Bluetooth connectivity using the built-in libraries. The board supports both Arduino-compatible programming and native ESP-IDF development framework for advanced applications requiring fine-grained control over processor features and real-time performance optimization.
For wireless applications, initialize the Wi-Fi stack using the WiFi.h library to scan available networks, establish connections, and handle network events, or use the BLEDevice library for Bluetooth Low Energy applications such as peripheral device emulation or central scanning. Configure GPIO pins using pinMode() for digital I/O, analogRead() for ADC inputs, and ledcWrite() for PWM-controlled outputs. Utilize the SPI and I2C libraries to interface with external sensors and peripherals, ensuring proper pull-up resistor configuration for I2C lines. For production deployments, implement OTA (over-the-air) firmware update capabilities using the built-in update libraries, allowing remote device management and feature updates without physical USB access.
Frequently Asked Questions
What is the maximum current draw of the ESP32-S3 Mini Development Board during full operation?
The board draws approximately 80-100mA during active Wi-Fi transmission at full power and 10-20mA during Bluetooth Low Energy operation. Peak current consumption reaches 200mA during simultaneous dual-core processing with Wi-Fi active. For battery-powered applications, implement sleep modes using the esp_sleep_enable_timer_wakeup() function to reduce average current consumption to microamperes during idle periods, extending battery life significantly in intermittent-duty applications.
Can I use both Wi-Fi and Bluetooth 5.0 simultaneously on this board?
Yes, the ESP32-S3 supports concurrent Wi-Fi and Bluetooth Low Energy operation through time-division multiplexing of the shared 2.4GHz transceiver. Both protocols can operate simultaneously without external switching, though sustained high-throughput Wi-Fi data transfer may cause minor latency variations in Bluetooth communication. For applications requiring guaranteed Bluetooth responsiveness, implement packet scheduling to prioritize Bluetooth events during critical control windows while batching Wi-Fi data transfers during non-critical periods.
How much external flash memory can I add to the ESP32-S3 Mini board?
The ESP32-S3 supports external SPI flash memory expansion up to 32MB through the dedicated SPI interface pins. This enables storage of large firmware images, OTA updates, file systems (using SPIFFS or LittleFS), and application data. The processor includes memory mapping capabilities allowing direct execution of code from external flash, reducing reliance on limited internal SRAM and enabling complex applications with large code footprints.
What development environments are supported?
The board supports multiple development platforms including Arduino IDE with ESP32 board support package, PlatformIO with integrated debugging, and native Espressif ESP-IDF framework for advanced applications. MicroPython and CircuitPython environments are also available for rapid prototyping. Choose Arduino IDE for quick prototyping, PlatformIO for professional development with version control integration, and ESP-IDF when requiring maximum performance and access to low-level hardware features.
When will I receive my order?
Orders are dispatched within 1-5 business days from our Bengaluru warehouse. Delivery takes 7-8 days to most locations across India.
What is your return and warranty policy?
We offer a 7-day return policy on manufacturing defects only. Contact support within 7 days of receipt for free replacement or full refund. Not applicable for user damage or misuse.
Are bulk discounts available?
Yes, wholesale pricing for orders of 10 or more units. Contact our sales team via WhatsApp or email for a customized bulk quote.
Why Buy from The Engineer Store
- Genuine Products: Sourced directly from authorized distributors with authentication
- Expert Team: Our technical team validates every product before listing
- Fast Shipping: Dispatched within 1-5 days from our Bengaluru warehouse
- Pan-India Delivery: 7-8 days to Mumbai, Delhi, Chennai, Hyderabad, Pune, Kolkata
- Payment Options: COD, UPI, credit/debit cards, net banking, EMI available
- Technical Support: 24/7 expert guidance via email and WhatsApp
- Returns: 7-day return policy on manufacturing defects
Buy Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5 Online in India
Purchase the Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5 online at The Engineer Store, India's trusted source for genuine electronics. We deliver across Bengaluru, Mumbai, Delhi, Chennai, Hyderabad, Pune, Kolkata, Ahmedabad, Jaipur, and Surat.
Our team in Bengaluru is available 24/7 to support your journey from product selection to project completion.
Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5
- यूनिट मूल्य
- / प्रति
अपने कार्ट में उत्पाद जोड़ना
आपको यह भी पसंद आ सकता हैं
Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5
The Waveshare ESP32-S3 Mini Development Board is a compact microcontroller platform built on the ESP32-S3FH4R2 dual-core processor, delivering high-performance IoT and embedded system solutions with integrated wireless connectivity. Professional embedded systems engineers, IoT developers, and electronics hobbyists use this board to rapidly prototype smart devices, wireless sensor networks, and connected applications that require simultaneous Wi-Fi and Bluetooth 5 communication. This development board solves the critical challenge of needing a powerful, feature-rich, yet space-constrained processor for modern wireless applications without the complexity of designing custom PCBs.
Product Overview
The Waveshare ESP32-S3 Mini Development Board features the ESP32-S3FH4R2 system-on-chip, which integrates a dual-core Xtensa 32-bit processor running at 240MHz with dedicated hardware accelerators for cryptographic operations, neural network inference, and signal processing. The processor architecture includes separate instruction and data caches, enabling efficient execution of complex algorithms while maintaining low power consumption. The integrated 2.4GHz transceiver supports both IEEE 802.11 b/g/n Wi-Fi and Bluetooth 5.0 with Low Energy (BLE) mode, allowing simultaneous operation of both wireless protocols without performance degradation. This dual-connectivity approach enables sophisticated IoT scenarios such as local Bluetooth mesh networking combined with cloud connectivity via Wi-Fi, or seamless handoff between protocols based on application requirements.
The board design emphasizes practical development efficiency with an integrated USB-UART bridge for seamless serial communication and firmware programming, multiple GPIO pins for sensor and actuator interfacing, and support for both SPI and I2C communication protocols. The compact form factor makes it ideal for space-constrained applications while maintaining sufficient pin accessibility for prototyping. The processor includes 512KB of SRAM for runtime data and stack operations, with support for external flash memory expansion through SPI interface. Hardware features include multiple PWM channels for motor control and LED dimming, analog-to-digital converters for sensor signal acquisition, and dedicated peripherals for real-time applications. The board operates at 3.3V logic levels with integrated voltage regulation, simplifying power supply design and reducing external component requirements.
Key Specifications
| Specification | Details |
| Product Type | Microcontroller Development Board |
| Brand | Waveshare |
| Origin | Original/Authentic |
| Warranty | 7 days on manufacturing defects |
| Shipping | 1-5 days from Bengaluru |
| Delivery | 7-8 days across India |
| Support | 24/7 via Email and WhatsApp |
| Processor | ESP32-S3FH4R2 Dual-Core Xtensa 32-bit |
| Clock Frequency | 240MHz |
| Wireless Connectivity | 2.4GHz Wi-Fi 802.11 b/g/n and Bluetooth 5.0 LE |
| RAM | 512KB SRAM |
| Operating Voltage | 3.3V Logic Level |
| Communication Interfaces | USB-UART, SPI, I2C, GPIO |
Key Features
- Dual-Core 240MHz Processor: Two independent Xtensa cores enable parallel task execution and real-time processing of multiple sensor inputs and wireless protocol handlers simultaneously without performance bottlenecks
- Integrated 2.4GHz Wi-Fi and Bluetooth 5.0: Native support for both IEEE 802.11 b/g/n Wi-Fi and Bluetooth 5.0 Low Energy protocols with shared antenna architecture, enabling complex IoT connectivity scenarios without additional external modules
- Hardware Cryptographic Acceleration: Built-in AES, SHA, and RSA acceleration engines provide secure communication and data encryption at line-rate speeds without consuming CPU cycles, critical for IoT security implementations
- Multiple PWM Channels and ADC Inputs: Integrated pulse-width modulation controllers and analog-to-digital converters enable direct interfacing with motors, LEDs, sensors, and analog signal conditioning without external components
- Compact Mini Form Factor: Reduced board size maintains full functionality while fitting into space-constrained applications such as wearables, compact IoT devices, and embedded systems with strict dimensional requirements
- USB-UART Bridge: Integrated programming and debugging interface eliminates need for external serial adapters, streamlining development workflow and enabling rapid firmware iteration
Applications and Use Cases
- Smart Home IoT Devices: Deploy Wi-Fi connected smart switches, thermostats, and environmental sensors with local Bluetooth control interfaces for smartphone integration and cloud synchronization of home automation data
- Wireless Sensor Networks: Build mesh networks of BLE sensors collecting temperature, humidity, and motion data with Wi-Fi gateway nodes aggregating and transmitting data to cloud analytics platforms for real-time monitoring
- Wearable Electronics and Health Monitoring: Implement compact wearable devices with Bluetooth connectivity to smartphones for real-time health metrics display, combined with Wi-Fi capability for periodic cloud data synchronization and firmware updates
- Industrial IoT and Equipment Monitoring: Create predictive maintenance systems using accelerometers and vibration sensors interfaced via I2C, transmitting anomaly detection results via Wi-Fi to industrial control systems while supporting local Bluetooth diagnostics
- Robotics and Autonomous Systems: Utilize dual-core processing for simultaneous motor control via PWM channels and real-time sensor fusion from IMUs and distance sensors, with Wi-Fi connectivity for remote telemetry and Bluetooth for local control interfaces
- Audio and Multimedia Applications: Leverage the processor performance for audio codec operations and real-time signal processing with Wi-Fi streaming capabilities and Bluetooth audio profile support for wireless speaker and headphone applications
How to Use
Begin by installing the ESP32-S3 board support package in the Arduino IDE or PlatformIO development environment, then connect the development board to your computer via USB cable. The integrated USB-UART bridge automatically provides serial communication for programming and debugging without requiring external adapters. Use the Arduino IDE to write and upload sketches that initialize the dual-core processor, configure GPIO pins for your specific application, and implement Wi-Fi or Bluetooth connectivity using the built-in libraries. The board supports both Arduino-compatible programming and native ESP-IDF development framework for advanced applications requiring fine-grained control over processor features and real-time performance optimization.
For wireless applications, initialize the Wi-Fi stack using the WiFi.h library to scan available networks, establish connections, and handle network events, or use the BLEDevice library for Bluetooth Low Energy applications such as peripheral device emulation or central scanning. Configure GPIO pins using pinMode() for digital I/O, analogRead() for ADC inputs, and ledcWrite() for PWM-controlled outputs. Utilize the SPI and I2C libraries to interface with external sensors and peripherals, ensuring proper pull-up resistor configuration for I2C lines. For production deployments, implement OTA (over-the-air) firmware update capabilities using the built-in update libraries, allowing remote device management and feature updates without physical USB access.
Frequently Asked Questions
What is the maximum current draw of the ESP32-S3 Mini Development Board during full operation?
The board draws approximately 80-100mA during active Wi-Fi transmission at full power and 10-20mA during Bluetooth Low Energy operation. Peak current consumption reaches 200mA during simultaneous dual-core processing with Wi-Fi active. For battery-powered applications, implement sleep modes using the esp_sleep_enable_timer_wakeup() function to reduce average current consumption to microamperes during idle periods, extending battery life significantly in intermittent-duty applications.
Can I use both Wi-Fi and Bluetooth 5.0 simultaneously on this board?
Yes, the ESP32-S3 supports concurrent Wi-Fi and Bluetooth Low Energy operation through time-division multiplexing of the shared 2.4GHz transceiver. Both protocols can operate simultaneously without external switching, though sustained high-throughput Wi-Fi data transfer may cause minor latency variations in Bluetooth communication. For applications requiring guaranteed Bluetooth responsiveness, implement packet scheduling to prioritize Bluetooth events during critical control windows while batching Wi-Fi data transfers during non-critical periods.
How much external flash memory can I add to the ESP32-S3 Mini board?
The ESP32-S3 supports external SPI flash memory expansion up to 32MB through the dedicated SPI interface pins. This enables storage of large firmware images, OTA updates, file systems (using SPIFFS or LittleFS), and application data. The processor includes memory mapping capabilities allowing direct execution of code from external flash, reducing reliance on limited internal SRAM and enabling complex applications with large code footprints.
What development environments are supported?
The board supports multiple development platforms including Arduino IDE with ESP32 board support package, PlatformIO with integrated debugging, and native Espressif ESP-IDF framework for advanced applications. MicroPython and CircuitPython environments are also available for rapid prototyping. Choose Arduino IDE for quick prototyping, PlatformIO for professional development with version control integration, and ESP-IDF when requiring maximum performance and access to low-level hardware features.
When will I receive my order?
Orders are dispatched within 1-5 business days from our Bengaluru warehouse. Delivery takes 7-8 days to most locations across India.
What is your return and warranty policy?
We offer a 7-day return policy on manufacturing defects only. Contact support within 7 days of receipt for free replacement or full refund. Not applicable for user damage or misuse.
Are bulk discounts available?
Yes, wholesale pricing for orders of 10 or more units. Contact our sales team via WhatsApp or email for a customized bulk quote.
Why Buy from The Engineer Store
- Genuine Products: Sourced directly from authorized distributors with authentication
- Expert Team: Our technical team validates every product before listing
- Fast Shipping: Dispatched within 1-5 days from our Bengaluru warehouse
- Pan-India Delivery: 7-8 days to Mumbai, Delhi, Chennai, Hyderabad, Pune, Kolkata
- Payment Options: COD, UPI, credit/debit cards, net banking, EMI available
- Technical Support: 24/7 expert guidance via email and WhatsApp
- Returns: 7-day return policy on manufacturing defects
Buy Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5 Online in India
Purchase the Waveshare ESP32-S3 Mini Development Board, Based on ESP32-S3FH4R2 Dual-Core Processor, 240MHz Running Frequency, 2.4GHz Wi-Fi & Bluetooth 5 online at The Engineer Store, India's trusted source for genuine electronics. We deliver across Bengaluru, Mumbai, Delhi, Chennai, Hyderabad, Pune, Kolkata, Ahmedabad, Jaipur, and Surat.
Our team in Bengaluru is available 24/7 to support your journey from product selection to project completion.
आपको यह भी पसंद आ सकता हैं
आपको यह भी पसंद आ सकता हैं
सिफ़ारिश किये हुए उत्पाद
त्वरित सेवा और प्रतिक्रिया, उत्पाद की गुणवत्ता और पैकिंग संतोषजनक है।
अच्छी तरह से निर्मित दुकान, न केवल बिक्री बल्कि वे आपका निर्माण भी कर रहे हैं। यहां तक कि वे सेमिनार भी आयोजित करते हैं. आपको उचित मूल्य पर सामग्री मिलती है
सेवा और आतिथ्य से बहुत प्रसन्न हूं। इंजीनियरों के लिए परियोजनाओं को हल करने के लिए बिल्कुल सही जगह। मुझे अपने प्रोजेक्ट में कुछ समस्याएं थीं, मैं वहां जाकर लोगों के साथ बैठ गया। हमने इस पर 4 घंटे तक काम किया और आउटपुट आया। सबसे अच्छी बात यह थी कि हमें जो सेवा मिली, उससे हम बहुत प्रसन्न हुए और उसकी सराहना की गई। इंजीनियर स्टोर आपका बहुत बहुत धन्यवाद
बहुत अच्छी ग्राहक सेवा, हमेशा मदद के लिए तैयार। उन्होंने अपना काम छोड़कर लगातार 4 घंटे तक हमारे प्रोजेक्ट में हमारी मदद की। अंत में उन्होंने एक भी पैसा लेने से इंकार कर दिया। अद्भुत लोग
इस फॉर्म को पूरा करके, आप हमारे ईमेल प्राप्त करने के लिए साइन अप कर रहे हैं और किसी भी समय सदस्यता छोड़ सकते हैं।
FAQ Below are some of are common questions:
Shipping charge & Delivery timeline.
1) Standard shipping: Rs 49- The order gets delivered within 3-5 working days. (6-7 days in case of the battery as it travels through the surface)
2)Free shipping is applicable to the purchase of Rs.499 and above. The order gets delivered within 5-7 working days. (8-10 days in case of the battery as it travels through the surface)
3)Blue dart Air shipping Rs: 99 and above depending on parcel weight the order gets delivered within3-5working days.
4) Same-day delivery only applicable for Pune-specific pin codes Rs-79 delivery will be done same day between 1 p.m to 9 p.m (the order should be placed before 12:30 p.m)
How do I pay for my order?
You can pay through multiple payment options on theengineerstore.in the checkout page. You can pay through Credit/Debit Card, Internet Banking, Mobile Payments, Manual bank transfer, and Wallets. You can also apply a coupon that you might receive from The Engineer store or redeem The Engineer store points that you have earned from your previous purchases.
Cash on Delivery is offered theengineerstore.in and it is location dependent. Applicability of COD is determined by our system once you enter the pin-code of your area. Also the COD service is chargeable (Rs.25). It is charged by the shipping company for cash handlings.
Once you place a COD order, our executive will call you to confirm your order only after which your order will be processed.
It is best to prepay your order and buy confidently.
You can pay through multiple payment options on theengineerstore.in the checkout page. You can pay through Credit/Debit Card, Internet Banking, Mobile Payments, Manual bank transfer, and Wallets. You can also apply a coupon that you might receive from The Engineer store or redeem The Engineer store points that you have earned from your previous purchases.
Cash on Delivery is offered theengineerstore.in and it is location dependent. Applicability of COD is determined by our system once you enter the pin-code of your area. Also the COD service is chargeable (Rs.25). It is charged by the shipping company for cash handlings.
Once you place a COD order, our executive will call you to confirm your order only after which your order will be processed.
It is best to prepay your order and buy confidently.
It is understandable that a customer will have some technical query before making any purchase on theengineerstore.in.
No worries, we are there to answer your technical queries.
What customer needs to do?Submit a ticket mentioning1. Product code/SKU--->It is found on the product page.(just on the right hand side of the product image)2. Brief description of your query.Once we receive your query, we will get back to you soon with the possible answers.
It happens sometimes, In such cases the money is neither with us nor with the bank but if we receive your money without order, we will refund it within 2-3 working days. Rest assured, the money will come back to your bank account after 10-15 working days once the payment reconciliationhappens at bank's end.
If the money still does not reflect in your bank account, contact us and we will get back to you
What customer needs to do?
Submit a ticket mentioning1. Name of the customer2. Email ID used at the time of placing order.3. Any reference number of transaction that you received from bank.