• 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
In-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
Buzzer
Quick view

Reference: RBD-0758

BC547 NPN Transistor

BC547 NPN DIP Transistor

Price BDT 4
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
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:
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
New STM32F103C8T6 ARM STM32 Minimum System Development Board Module Robotics Bangladesh
Quick view

Reference: RBD-2679

STM32F103C8T6 ARM STM32 Minimum System Development Board Module

STM32F103C8T6 ARM Development Board Module with Type-C Interface and Enhanced Memory Enhance your embedded system projects with the STM32F103C8T6 ARM development board module. Featuring a Type-C interface for easy connectivity, this module offers seamless one-click download capability. With an upgraded BOOT switch, you can easily perform upgrades without...

Price BDT 550
More
In Stock
New Wemos D1 Mini V3 Robotics Bangladesh
Quick view

Reference: RBD-2651

Wemos D1 Mini V3

D1 Mini board with 4 MB flash memory and ESP8266 chipset. The board can be programmed with Arduino IDE, has the CH340 USB chipset and allows you to create IoT devices quickly and easily.

Price BDT 430
More
In Stock
LilyPad Button Board Robotics Bangladesh
Quick view

Reference: RBD-2243

LilyPad Button Board

Wearable e-textile technology.  Designed with large sew tabs Button Board

Price BDT 30
More
In-Stock
ESP8285 ESP-M2 Development Board Robotics Bangladesh
Quick view

Reference: RBD-2309

ESP8285 ESP-M2 Development Board

Add Internet to your next project with an adorable, bite-sized WiFi microcontroller, at a price you like! This module contains an ESP8285, which is an ESP8266 processor with 1MB of FLASH memory already built in. You can use it just like an ESP8266, it's the same processor and WiFi The ESP8266 processor from Espressif is an 80 MHz microcontroller with a...

Price BDT 395
More
In Stock
3.5inch LCD Display Shield for Arduino with Touch Robotics Bangladesh
Quick view

Reference: RBD-2551

3.5inch LCD Display Shield for Arduino with Touch

Supports development boards such as Arduino UNO and Mega2560 for plug-in use without wiring 480X320 resolution, clear display Support 16-bit RGB 65K color display, display rich colors 8-bit parallel bus, faster than serial SPI refresh On-board 5V/3.3V level shifting IC, compatible with 5V/3.3V operating voltage Easy to expand the experiment with SD card...

Price BDT 1,990
More
In Stock
WeMos D1 R32 Mini ESP32 WIFI Bluetooth Development Board Robotics Bangladesh
Quick view

Reference: RBD-2164

WeMos D1 R32 Mini ESP32 WIFI Bluetooth Development Board

WeMos D1 R32 Mini ESP32 WIFI Bluetooth Development Board CH340 chip for compatibility with Arduino UNO R3 Supports WIFI and Bluetooth connectivity Comes with a Type-B/Micro USB adapter

Price BDT 650
More
In-Stock
ESP32 ESP-32S NodeMCU Development Board Wireless WiFi
Quick view

Reference: RBD-0948

ESP32 ESP-32S 30P NodeMCU Development Board Wireless WiFi

Built-in Flash: 32Mbit Power supply: 5V WiFi protocol: IEEE 802.11 b/g/n Peripheral interface: UART/GPIO/ADC/DAC/SDIO/PWM/I2C/I2S Logic level: 3.3V

Price BDT 470
More
Out of Stock
S2 Mini V1.0.0 ESP32-S2 4MB FLASH 2MB PSRAM WIFI Development Board Robotics Bangladesh
Quick view

Reference: RBD-2131

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

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

Price BDT 690
More
In Stock
Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board Robotics Bangladesh
Quick view

Reference: RBD-1807

Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board

Altera Cyclone IV FPGA EP4CE6E22C8N EP4CE6 Development Board

Price BDT 4,990
More
In-Stock
Keyes Espressif ESP32-WROOM-32 Module Core Board Robotics Bangladesh
Quick view

Reference: RBD-2371

Keyes Espressif ESP32-WROOM-32 Module Core Board

Our ESP32 core board is the perfect solution for anyone who wants an easy and convenient way to connect their peripherals. With our board, you'll have everything you need to develop and debug your own applications. The ESP-WROOM-32 module is a leading WiFi + Bluetooth solution that integrates with TSMC's low-power 40nm technology. This means that our...

Price BDT 1,150
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
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
Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display Robotics Bangladesh
Quick view

Reference: RBD-1218

Nextion NX8048T050 - 5.0" LCD TFT HMI Touch Display

Model No.:NX8048T050 Display Type:011R(R:Resitive Touchscreen) Operating Voltage (VDC):4.75 ~ 7 Max. Operating Current (mA):410 Touch Type: Resistive Colors:65K (65536)

Price BDT 10,590
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
Out of Stock
NANO V3.0 Upgraded MH-Tiny ATTINY88 Micro Development Board 16MHz Robotics Bangladesh
Quick view

Reference: RBD-2199

NANO V3.0 Upgraded MH-Tiny ATTINY88 Micro Development Board 16MHz

Compatible with the Arduino IDE, making it easy for beginners to start using Smaller and cheaper than traditional Arduino boards Powered by a 16.0 MHz microcontroller Fully assembled except for headers, allowing for easy soldering Great for projects where size and cost are a concern Perfect for beginners to jump into electronics Can be used for a variety...

Price BDT 350
More
In-Stock
Mini Mega 2560 PRO (Embed)...
Quick view

Reference: RBD-1214

Mini Mega 2560 PRO (Embed) CH340G/ATmega2560-16AU

The board is compatible with Mega 2560.  excellent solution for developing projects based on ATmega2560. The board can be powered directly through the Micro USB connector The maximum output current upon 5V is around 800mA, while on the 3.3V it is about 800mA.

Price BDT 1,590
More
In-Stock
Arduino Ethernet Shield W5100 R3 Robotics Bangladesh
Quick view

Reference: RBD-2490

Arduino Ethernet Shield W5100 R3

Support TCP/IP protocol: TCP, UDP, ICMP, IPv4 ARP, IGMP, PPPoE and Ethernet Built-in 10BaseT/100BaseTX Ethernet physical layer Support automatic communication handshaking(full duplex and half duplex), Support automatic MDI/MDIX, automatically revise signal polarity Support ADSL connection (support PAP/CHAP certification mode in PPPoE protocol), Support...

Price BDT 1,250
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
Arduino Leonardo with Headers Robotics Bangladesh
Quick view

Reference: RBD-0106

Arduino Leonardo with Headers

Description: Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements theProcessing/Wiring language.

Price BDT 1,700
More
Out of Stock
Arduino Nano
Quick view

Reference: RBD-0032

Arduino Nano

USB Driver: CH340 Operating Voltage (logic level): 5V With Mini USB 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 select...

Price BDT 410
More
In-Stock
LilyPad SMD LED Red Color Robotics Bangladesh
Quick view

Reference: RBD-2239

LilyPad SMD LED Red Color

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

Price BDT 18
More
In-Stock
ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640 Robotics Bangladesh
Quick view

Reference: RBD-1407

ESP32-CAM WiFi + Bluetooth Camera Module Development Board ESP32 With Camera Module OV2640

Flash LED off: 180mA @ 5V. Flash LED on to maximum brightness: 310mA @ 5V. Deep-sleep: 6mA @ 5V min. Modem-sleep: 20mA @ 5V min. Light-sleep: 6.7mA @ 5V min. Programmer: ESP32-CAM-MB MICRO USB Download Module The ESP32 CAM does not come pre-assembled with the camera. You'll need to connect the camera ribbon cable to the board, a task which can be...

Price BDT 848
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
37 In 1 Sensor Module Board Set Kit For Arduino with Box Robotics Bangladesh
Quick view

Reference: RBD-1541

37 In 1 Sensor Module Board Set Kit For Arduino with Box

For beginners who are interested in Arduino A complete set of Arduino’s most common and useful electronic components Infrared sensor receiving module Laser sensor module Temperature and humidity sensor module Infrared sensor module 5v relay module Obstacle avoidance sensor module.

Price BDT 1,990
More
In-Stock
LilyPad Slide Switch Robotics Bangladesh
Quick view

Reference: RBD-2244

LilyPad Slide Switch

Wearable e-textile technology.  Designed with large sew tabs Slide Switch

Price BDT 48
More
In-Stock
ESP32 V1.3 Dev Board CH340C NodeMCU-32 Robotics Bangladesh
Quick view

Reference: RBD-2268

ESP32 V1.3 Dev Board CH340C NodeMCU-32

Features WiFi+Bluetooth connectivity with the ESP-WROOM-32 module Accessible I/O pins via extension headers for easy customization Onboard USB CH340 for convenient programming and debugging 2x keys for reset or user-defined functions ESP32S-DEV development board is a cost-effective solution for a wide range of applications.

Price BDT 580
More
In-Stock
New Arduino Uno R4 Minima Robotics Bangladesh
Quick view

Reference: RBD-2752

Arduino Uno R4 Minima

Arduino Uno R4 Minima Standard-Quality Edition (Made in China)Arduino UNO R4 Minima is armed with a powerful 32-bit microcontroller courtesy of Renesas. Brace yourself for increased processing power, expanded memory, and a whole new level of on-board peripherals. The best part? Compatibility with existing shields and accessories remains intact, and...

Price BDT 1,650
More
In Stock
Cable For Arduino UNO/MEGA (USB A to B)-3.
Quick view

Reference: RBD-1761

Cable For Arduino UNO/MEGA (USB A to B)-3.2 Feet/1Meter

USB Type: Type-A to Type-B Weight: 80 gm. Length: 1m / 3.2Feet Long cable for easy work Fully compatible with the PC. Molded strain relief and PVC over-molding to ensure a lifetime of error-free data transmissions.

Price BDT 195
More
In-Stock
SmartConnect Arduino IOT Learning Pro Kit Robotics Bangladesh
Quick view

Reference: RBD-2344

SmartConnect Arduino IOT Learning Pro Kit

Ignite your passion for electronics and programming with the SmartConnect Arduino IOT Learning Pro Kit. This comprehensive kit offers 28 engaging lessons to guide you from beginner to expert. With popular components like the ESP8266 WiFi module and a multifunction expansion board, you'll explore the world of Internet of Things (IOT) projects. From...

Price BDT 7,990
More
In Stock