• How to Place an Order

  • Store Pick Up

  • Request for Quotation/ International Sourcing

  • Order Status

Jumper Wire Single 20cm Robotics Bangladesh
Quick view

Reference: RBD-1354

Jumper Wire Single 20cm

Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.

Price BDT 3
More
Out of Stock
Choose Your Size
Quick view

Reference: 0984

Heat Shrink Tube

Choose your desire Heat Sink Size from below: 

Price BDT 2
More
In-Stock
MIFARE Classic 1K RFID NFC Smart Card 13.
Quick view

Reference: RBD-0351

MIFARE Classic 1K RFID NFC Smart Card 13.56MHz Printable

Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...

Price BDT 35
More
In-Stock
470 Ohm 1/4w - Pack of 5
Quick view

Reference: 0245

Kiloohm (KΩ) 1/4w Resistors - Pack of 5

Choose your desire Resistor value from below: 

Price BDT 5
More
In-Stock
Jumper Wire 40 Pcs Set 20cm Robotics Bangladesh
Quick view

Reference: 0031

Jumper Wire 40 Pcs Set 20cm

3 Types Available (Please select from option) 1. Male to Male  2. Male to Female 3. Female-Female

Price BDT 100
More
In-Stock
Buzzer
Quick view

Reference: 0766

Ohm (Ω) 1/4w Resistors - Pack of 5

Choose your desire Resistor value from below: 

Price BDT 5
More
In-Stock
5 mm Green LED (Pack of 5)
Quick view

Reference: RBD-0768

5 mm Red LED (Pack of 5)

Size: 5mm Color: RED Head Shape: Round Lens Appearance: Transparent

Price BDT 5
More
In-Stock
Push Button Switch (2PIN) Robotics Bangladesh
Quick view

Reference: RBD-0761

Push Button Switch (2PIN)

Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical

Price BDT 5
More
In-Stock
Jumper Wire Single 30cm Robotics Bangladesh
Quick view

Reference: 1353

Jumper Wire Single 30cm

Length: 12.5 inches/30 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.

Price BDT 5
More
Out of Stock
Buzzer
Quick view

Reference: RBD-0758

BC547 NPN Transistor

BC547 NPN DIP Transistor

Price BDT 4
More
In-Stock
All best sellers
  • New

Arduino Esplora Joystick Photosensitive Sensor Board

RBD-2886
  1. Microcontroller: ATmega32u4
  2. Operating Voltage: 5V
  3. Flash Memory: 32 KB of which 4 KB used by bootloader
  4. SRAM: 2.5 KB
  5. EEPROM: 1 KB
  6. Clock Speed: 16 MHz
  7. Made in China
BDT 4,950
Quantity
In Stock

20 items in stock
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

The ESPLORA Joystick Photosensitive Sensor Board is a microcontroller board compatible with Arduino & derived from the Arduino Leonardo. The ESPLORA Joystick Photosensitive Sensor Board differs from all preceding Arduino boards in that it provides a number of built-in; ready-to-use set of onboard sensors for interaction.

It’s designed for people who want to get up and running with Arduino without having to learn about the electronics first. For a step-by-step introduction to the Esplora; check out the Getting Started with Esplora guide.

The ESPLORA Joystick Photosensitive Sensor Board has onboard sound and light outputs, and several input sensors; including a joystick, a slider, a temperature sensor, an accelerometer, a microphone, and a light sensor. It also has the potential to expand its capabilities with two Tinker-kit input and output connectors, and a socket for a color TFT LCD screen.

Like the Leonardo board, the ESPLORA Joystick Photosensitive Sensor Board uses an Atmega32U4 AVR microcontroller with 16 MHz crystal oscillator. And a micro USB connection capable of acting as a USB client device like a mouse or a keyboard. In the upper left corner of the board, there is a reset push button, that you can use to restart the board.

There are four status LEDs

ON [green] indicates whether the board is receiving power supply

L [yellow] connect directly to the micro-controller, accessible through pin 13

RX and TX [yellow] indicates the data being transmit or receive over the USB communication

The board contains everything need to support the microcontroller; simply connect it to a computer with a USB cable to get started. The Esplora has built-in USB communication; it can appear to a connected computer as a mouse or keyboard, in addition to a virtual (CDC) serial / COM port. This has other implications for the behavior of the board; these are detailed on the getting started page. You can find all the information you need to configure your board, use the Arduino Software (IDE); and start to tinker with coding and electronics.

Input and Output

The design of the ESPLORA Joystick Photosensitive Sensor Board recalls traditional gamepad design with an analog joystick on the left and four push buttons on the right. The ESPLORA Joystick Photosensitive Sensor Board has the following onboard inputs and outputs :

Analog joystick with central push-button two axes (X and Y) and a center pushbutton.

4 push-buttons laid out in a diamond pattern.

Linear potentiometer slider near the bottom of the board.

Microphone for getting the loudness (amplitude) of the surrounding environment.

Light sensor for getting the brightness.

Temperature sensor reads the ambient temperature.

Three-axis accelerometer measures the board’s relation to gravity on three axes (X, Y, and Z).

The buzzer can produce square-waves.

RGB led bright LED with Red Green and Blue elements for color mixing.

TinkerKit Inputs to connect the TinkerKit sensor modules with the 3-pin connectors.

TinkerKit Outputs to connect the TinkerKit actuator modules with the 3-pin connectors.

TFT display connector for an optional color LCD screen; SD card, or other devices that use the SPI protocol.

In order to utilize the total number of available sensors, the board uses an analog multiplexer. This means a single analog input of the microcontroller is shared among all the input channels (except the 3-axis accelerometer). Four additional microcontroller pins choose which channel to read.

Communication :

The Leonardo the ESPLORA Joystick Photosensitive Sensor Board has a number of facilities for communicating with a computer; another Arduino, or other micro-controllers. The ATmega32U4 provides serial (CDC) communication over USB and appears as a virtual com port software on the computer. The chip also acts as a full speed USB 2.0 device, using standard USB COM drivers. On Windows, a .inf file requires.

The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board. The RX and TX LEDs on the board will flash when data is transmitting via the USB connection to the computer. The ATmega32U4 also supports SPI communication, that access through the SPI library. The Esplora can appear as a generic keyboard and mouse and can be a program to control these input devices using the Keyboard and Mouse libraries.

Programming :
The Esplora can be the program with the Arduino software (download). Select “Esplora” from the Tools > Board menu. For details, see the getting started page. The ATmega32U4 on the Esplora comes pre-burn with a boot-loader that allows you to upload new code to it without the use of an external hardware programmer.
It communicates using the AVR109 protocol. You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header; see these instructions for details.
To facilitate writing sketches for the Esplora; there is a dedicated library that contains methods for reading the sensors and writing to the outputs onboard. The library offers high-level methods which provide pre-process data, like degrees Fahrenheit or Celsius from the temperature sensor. It also enables easy access to the outputs, like writing values to the RGB LED. Visit the Esplora library reference page to see the complete documentation of the library and examples.
Automatic (Software) Reset and Bootloader initiation :
Rather than requiring a physical press of the reset button before an upload; the Esplora is designing in a way that allows it to be reset by software running on a connected computer. The reset is trigger when the Esplora’s virtual (CDC) serial / COM port is open at 1200 baud and then close. When this happens, the processor will reset, breaking the USB connection to the computer (meaning that the virtual serial / COM port will disappear). After the processor resets, the boot-loader starts, remaining active for about 8 seconds. The boot-loader can also be initiate by pressing the reset button on the Esplora.
Note that when the board first powers up, it will jump straight to the user sketch; if present, rather than initiating the boot-loader. Because of the way the Esplora handles reset it’s best to let the Arduino software try to initiate the reset before uploading; especially if you are in the habit of pressing the reset button before uploading on other boards. If the software can’t reset the board you can always start the boot-loader by pressing the reset button on the board.
USB Overcurrent Protection :
The Esplora has a re-settable poly-fuse that protects your computer’s USB ports from shorts and over-current. Although most computers provide their own internal protection, the fuse provides an extra layer of protection. If more than 500 mA is applied to the USB port, the fuse will automatically break the connection until the short or overload is removed.
Physical Characteristics :
The maximum length and width of the Esplora PCB are 6.5 and 2.4 inches respectively, with the USB and TinkerKit connectors extending beyond the latter dimension. Four screw holes allow the board to be attached to a surface or case.

Package Includes :

1 x ESPLORA Joystick Photosensitive Sensor Board Compatible with Arduino

What is the price of Arduino Esplora Joystick Photosensitive Sensor Board in Bangladesh?

The latest price of Arduino Esplora Joystick Photosensitive Sensor Board in Bangladesh is BDT 4,950 You can buy the Arduino Esplora Joystick Photosensitive Sensor Board at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

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

Product Details
RBD-2886
20 Items
30 other products in the same category:
Arduino NANO I/O Extension Shield
Quick view

Reference: RBD-0987

Arduino NANO I/O Extension Shield

Compatible with Arduino NANO All digital and analog pins breakout Compact size; External power supply current support Leads all pins out, convenient for wiring and doing experiments.

Price BDT 350
More
In-Stock
Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB and USB Blaster Jtag AS Programmer Robotics Bangladesh
Quick view

Reference: RBD-1827

Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB and USB Blaster Jtag AS Programmer

Altera Cyclone IV EP4CE6 FPGA Development Board NIOSII EP4CE PCB  USB Blaster Jtag AS Programmer

Price BDT 14,225
More
In-Stock
LilyPad SMD LED Yellow Color Robotics Bangladesh
Quick view

Reference: RBD-2242

LilyPad SMD LED Yellow Color

Wearable e-textile technology.  Designed with large sew tabs LED Yellow Color

Price BDT 18
More
In-Stock
XNUCLEO-F411RE - Improved STM32 NUCLEO Board Robotics Bangladesh
Quick view

Reference: RBD-1133

XNUCLEO-F411RE - Improved STM32 NUCLEO Board

Compatible with NUCLEO-F411RE, onboard Cortex-M4 microcontroller STM32F411RET6 Arduino connectivity support, easy to connect with various Arduino shields and access the massive Arduino resources ST Morpho headers provide full access to all STM32 I/Os, easy for peripheral expansion Supports mbed, build prototype quickly by mbed SDK and online tools...

Price BDT 7,990
More
Last items in stock
ESP32 For Wemos D1 Mini WIFI Bluetooth Development Board Robotics Bangladesh
Quick view

Reference: RBD-2137

ESP32 For Wemos D1 Mini WIFI Bluetooth Development Board

ESP32 Development Board Integrated antenna and RF balun Dual-mode Wi-Fi and Bluetooth chips Small size and high performance-price ratio Compatible with Arduino

Price BDT 890
More
In-Stock
WeMos D1 mini Pro – ESP8266 based WiFi Module Robotics Bangladesh
Quick view

Reference: RBD-1812

WeMos D1 mini Pro – ESP8266 based WiFi Module 16MB

11 digital input/output pins Interrupt/PWM/I2C/one-wire 1 analog input(3.2V max input) 16M bytes(128M bit) Flash External antenna connector Built-in ceramic antenna New CP2104 USB-TO-UART IC

Price BDT 680
More
In-Stock
On sale! Arduino LilyPad 328 ATmega328P
Quick view

Reference: RBD-0682

Arduino LilyPad 328 ATmega328P

Microcontroller: ATmega168 or ATmega328V Operating Voltage: 2.7-5.5 V Digital I/O Pins: 14 PWM Channels: 6 Analog Input Channels: 6 DC Current per I/O Pin: 40 mA Board will run from 2V to 5V. The latest version of the LilyPad supports automatic reset for even easier programming. The back side of the LilyPad is now completely flat! RoboticsBD

Price BDT 699
More
In-Stock
Arduino Opta Lite Micro PLC (Ethernet and USB-C ports) Robotics Bangladesh
Quick view

Reference: RBD-2483

Brand: Arduino Official

Arduino Opta Lite Micro PLC (Ethernet and USB-C ports)

Arduino Opta, specially designed for PLC engineers, is a secure, easy-to-use micro PLC with industrial IoT capabilities. Opta is equipped with frequently used networks and protocols in multiple industries, and supports both Arduino sketch and standard PLC languages, including LD (Ladder Logic Diagram) and FBD (Function Block Diagram). Its powerful...

Price BDT 28,900
More
Out of Stock
New ESP32-S3 CAM Development Board WiFi Bluetooth Module N16R8 OV2640 Camera Robotics Bangladesh
Quick view

Reference: RBD-2789

ESP32-S3 CAM Development Board WiFi Bluetooth Module N16R8 OV2640 Camera

The ESP32-S3 WROOM Development Kit 2 is a comprehensive development solution based on the ESP32-S3-WROOM-1 module, featuring an onboard PCB antenna and advanced peripherals. This kit comes bundled with an OV2640 camera, providing a complete hardware platform for prototyping and developing IoT, AI, and wireless communication applications.

Price BDT 1,999
More
In Stock
AI-thinker A9G GSM/GPRS+GPS/BDS Development Board Robotics Bangladesh
Quick view

Reference: RBD-1138

AI-thinker A9G GSM/GPRS+GPS/BDS Development Board

Board Based On AI-Thinker A9 GPRS Module Supports Firmware Upgrade Via Serial Port Operating Voltage: 5v

Price BDT 1,940
More
In-Stock
On sale! Arduino Uno R3 SMD Robotics Bangladesh
Quick view

Reference: RBD-0323

Arduino Uno R3 SMD

Microcontroller ATmega328 (SMD) – Interface CH340G Operating Voltage: 5V Input Voltage (recommended): 7-12V Digital I / O Pins 14 (of which 6 provide PWM output) RoboticsBD Analog Input Pins: 6 A programming cable is included.

Price BDT 574
More
In-Stock
Nextion NX3224T024 - Generic 2.4" TFT LCD Touch Display Robotics Bangladesh
Quick view

Reference: RBD-1217

Nextion NX3224T024 - Generic 2.4" TFT LCD Touch Display

Nextion is a seamless Human Machine Interface (HMI) solution. Nextion provides a control and visualization interface between a human and a process, machine, application or appliance.  Nextion is mainly applied to Internet of thing (IoT) or consumer electronics field.

Price BDT 3,099
More
In-Stock
ESP32 S3-WROOM-1 Dual...
Quick view

Reference: RBD-2367

ESP32 S3-WROOM-1 Dual Type-C USB N16R8 Micropython Board

ESP32-S3-WROOM-1-N16R8(16M Flash/8SRAM) Powerful ESP32-S3 chip for enhanced processing capabilities Dual Type-C USB ports for easy connectivity Built-in Wi-Fi and Bluetooth for seamless communication 16MB flash memory for ample storage space 8MB PSRAM for efficient multitasking Micropython support for easy programming Ideal for IoT projects, robotics, and...

Price BDT 1,220
More
In-Stock
Arduino Nano R3 Robotics Bangladesh
Quick view

Reference: RBD-0926

Arduino Nano R3

USB Driver: FT232 Manufacturer: Gravitech Operating Voltage (logic level): 5V 8 analog inputs ports: A0 ~ A7 14 Digital input / output ports: TX, RX, D2 ~ D13 1 pair of TTL level serial transceiver ports RX / TX Using Atmel Atmega328P-AU MCU There is a bootloader installed in it Standard 0.1” spacing DIP (breadboard friendly). Manual reset switch. Please...

Price BDT 690
More
In-Stock
Arduino UNO R4 WiFi Development Board Original Robotics Bangladesh
Quick view

Reference: RBD-2484

Brand: Arduino Official

Arduino UNO R4 WiFi Development Board Original

The new Arduino UNO R4 development board comes in two versions: the UNO R4 WiFi and the UNO R4 Minima. It runs on the Renesas RA4M1 (Arm Cortex®-M4) processor with a clock speed of 48MHz, which provides a 3x increase over the UNO R3. In addition to that, the SRAM has been upgraded from 2kB to 32kB and the flash memory has been increased from 32kB to 256kB...

Price BDT 6,590
More
Last items in stock
NodeMCU ESP8266 with 0.96 Inch OLED Module Development Board Robotics Bangladesh
Quick view

Reference: RBD-1255

NodeMCU ESP8266 with 0.96 Inch OLED Module Development Board

Integrated 0.96″ OLED Micro USB connection Compatible with Arduino Compatible with NodeMCU(Lua for ESP8266) Input Power 5V Compatible for Arduino Compatible with NodeMCU(Lua for ESP8266)A 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...

Price BDT 1,250
More
In-Stock
ATmega328P-PU PDIP-28 Microcontroller Robotics Bangladesh
Quick view

Reference: RBD-1215

ATmega328P-PU PDIP-28 Microcontroller

131 powerful instructions – Most Single Clock Cycle Execution 32 x 8 general purpose working registers Fully static operation Up to 20MIPS throughput at 20MHz On-chip 2-cycle multiplier Write/erase cycles: 10,000 flash/100,000 EEPROM Optional boot code section with independent lock bits In system programming by on-chip boot program True read while write...

Price BDT 550
More
In-Stock
Arduino Micro R3 Robotics Bangladesh
Quick view

Reference: RBD-2126

Arduino Micro R3

Manufacturer: China Support TWI and SPI communication Input voltage (recommended) range from 7V to 12V Input Voltage (limit) range from 6V to 20V 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs) Onboard ATmega32u4 microcontroller with 32KB flash memory, 2.5KB SRAM and 1KB EEPROM

Price BDT 1,380
More
In-Stock
ESP32 30P Development Expansion board Robotics Bangladesh
Quick view

Reference: RBD-2271

ESP32 30P Development Expansion board

Wide compatibility with ESP32-DevKitC(30P) series boards Safe and reliable with stable power and signal transmission Extended GVS interface for easy connection to various electronic modules and sensors JUMP interface for easy reuse of all pins, making it ideal for DIY projects Versatile and reliable option suitable for a wide range of projects

Price BDT 450
More
In-Stock
Arduino UNO R4 WiFi Robotics Bangladesh
Quick view

Reference: RBD-2568

Arduino UNO R4 WiFi

The Arduino UNO R4 WiFi merges the RA4M1 microprocessor from Renesas with the ESP32-S3 from Espressif, creating an all-in-one tool for makers with enhanced processing power and a diverse array of new peripherals. With its built-in Wi-Fi® and Bluetooth® capabilities, the UNO R4 WiFi enables makers to venture into boundless creative possibilities....

Price BDT 3,520
More
In Stock
Wemos D1 Mini NodeMCU Robotics Bangladesh
Quick view

Reference: RBD-2652

Wemos D1 Mini NodeMCU

Firstly, In terms of pins, the D1 Mini and NodeMCU V3 development boards are quite similar. They both break out all ESP8266 ESP-12E/F pins. The NodeMCU V3 board has additional 3V3 and GND pins. Hence,  it is more suitable for various connections to devices with an additional button for the flash. A high-quality USB cable is essential for this board to...

Price BDT 330
More
In Stock
Arduino Pro Mini PLC Relay Board Robotics Bangladesh
Quick view

Reference: RBD-1684

Arduino Pro Mini PLC Relay Board

8 Channel DC 12V Pro mini Relay Shield Module PLC Timer Board for Arduino 

Price BDT 6,990
More
In-Stock
ESP32 Dev Board CH340 USB-C Robotics Bangladesh
Quick view

Reference: RBD-2266

ESP32 Dev Board CH340 USB-C

Versatile and powerful development board for IoT and embedded systems projects. USB Type-C port for reversible plug orientation and easy connection to computer or other devices. Built-in Wi-Fi and Bluetooth module for wireless connectivity. Arduino IDE compatibility for easy code writing and uploading. Suitable for a wide range of applications, including...

Price BDT 675
More
In-Stock
ESP8266 CH340 NodeMCU Wifi Module Lua V3 Robotics Bangladesh
Quick view

Reference: RBD-0694

ESP8266 CH340 NodeMCU Wifi Module Lua V3

Power input: 4.5V ~ 9V (10VMAX), USB-powered Transfer rate: 110-460800bps Support UART / GPIO data communication interface Support Smart Link Smart Networking Working temperature: -40°C ~ + 125°C Drive Type: Dual high-power H-bridge Don’t need to download resetting A great set of tools to develop ESP8266 Flash size: 4MByte Lowest cost WI-FI Note: The...

Price BDT 420
More
In-Stock
Arduino Mega 2560 CH340 Robotics Bangladesh
Quick view

Reference: RBD-1397

Arduino Mega 2560 CH340

Programmer: CH340 Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 54 (of which 15 provide PWM output) Analog Input Pins 16 DC Current per I/O Pin 40 mA DC Current for 3.3V Pin 50 mA Flash Memory 256 KB of which 8 KB used by bootloader

Price BDT 1,345
More
In-Stock
STM8S103F3P6 ARM STM8 Minimum System Development Board Module (Arduino Compatible)
Quick view

Reference: RBD-0576

STM8S103F3P6 ARM STM8 Minimum System Development Board Module (Arduino Compatible)

Chipboard STM32F103C8T6 On board, SWIM interface and reset button Micro USB line or the 2.54 pin to link to the power with the input voltage 4.5V-15V. Power light and the Demo indicator light Leads all the pins and has detailed label for the Pins. Support SWIM debug mode. RoboticsBD

Price BDT 450
More
In-Stock
Arduino Mega 2560 R3 Robotics Bangladesh
Quick view

Reference: RBD-0009

Arduino Mega 2560 R3

54 Digital I/O terminals (14 of which have programmable PWM outputs). 16 Analog Inputs. 4 UARTs (hardware serial ports). 16 MHz crystal clock. RoboticsBD Operating voltage: 6 ~ 12v. Dimensions: 110 x 53 x 15 mm.

Price BDT 1,895
More
In-Stock
ESP32 Dev Board CP2102 Robotics Bangladesh
Quick view

Reference: RBD-2267

ESP32 Dev Board CP2102

Integrated Wi-Fi and Bluetooth connectivity make this board a great choice for IoT projects and robotics. The ESP32 chip on the board is a dual-core microcontroller that operates at up to 240 MHz, providing ample processing power for complex projects. With 520 KB of SRAM and 4 MB of flash memory, the board has plenty of memory for storing and running...

Price BDT 650
More
Out of Stock
LilyPad SMD LED Green Color Robotics Bangladesh
Quick view

Reference: RBD-2240

LilyPad SMD LED Green Color

Wearable e-textile technology.  Designed with large sew tabs LED Green Color

Price BDT 18
More
In-Stock
Cable for Arduino Nano (USB 2.0 A to USB 2.
Quick view

Reference: RBD-1131

Cable for Arduino Nano (USB 2.0 A to USB 2.0 Mini B) 30cm

Up to 480 Mbps data transfer rate. USB Type: Type-A to Mini-B Weight: 15 gm Length: 30 cm Exclusively designed for Arduino boards.

Price BDT 90
More
In-Stock