• Banner

3.5 inch RPi Display Robotics Bangladesh
  • 3.5 inch RPi Display Robotics Bangladesh
  • 3.5 inch RPi Display Robotics Bangladesh
  • 3.5 inch RPi Display Robotics Bangladesh

3.5 inch RPi Display

RBD-0305

  • LCD Type: TFT
  • LCD Interface: SPI
  • Touch Screen Type: Resistive
  • Touch Screen Controller: XPT2046
  • Colors: 65536
  • Backlight: LED
  • Resolution: 480*320 (Pixel)
  • Dimensions: 84.91×56.54 (MM)
  • Compatible with Raspberry Pi B, Raspberry Pi B+, Raspberry Pi 2 & Raspberry Pi 3
BDT 3,800.00
BDT 3,800.00 BDT 3,800.00 BDT 3,800.00 BDT 3,800.00
Tax included Tax excluded Tax included Tax excluded
BDT 3,800.00 Tax excluded
BDT 3,800.00 Tax included
BDT 0.00 Tax
BDT 3,800.00 Tax excluded
BDT 0.00 Tax
BDT 3,800.00 Tax included
Quantity
In-Stock
4 Items

  Security policy

(edit with the Customer Reassurance module)

  Delivery policy

(edit with the Customer Reassurance module)

  Return policy

(edit with the Customer Reassurance module)

Description

This 3.5 inches Resistive Touch Screen Display for Raspberry Pi it is an ideal alternative solution for HDMI monitors. It supports any revision of Raspberry Pi and it can be directly plugged onto the RPi board, combined with the portable power this module is a convenient Men-Machine interface for Raspberry Pi.

Driver for the touch screen display is provided along with it so that it works with custom Raspbian directly. As it supports the Raspbian system it could enable your Pi to play videos and take photos on just a touch. Additionally, it provides 17 different camera modes and support for software keyboard aiding system interaction without mouse or keyboard. The product comes in a sporty outlook with high-quality immersion gold surface plating.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. 320×480 resolution
  2. Resistive touch control
  3. It is compatible and can be directly inserted in any version of Raspberry Pi.
  4. Support 125MHz high-speed SPI signal transmission, which makes the screen display clear and stable.
  5. Drivers provided (works with your own Raspbian/Ubuntu/Kali and Retropie system directly)
  6. Support FBCP software driver, can set the software resolution and dual screen display.
  7. Gold sinking process, fine carving.
  8. Supports Raspbian system

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

General Specification
Brand Waveshare
Driver XPT2046
Backlight LED
Pixel Resolution 480 x 320
Shipment Weight 0.077 kg
Shipment Dimensions 11 × 8 × 3 cm

Key Parameters
SKU MPI3501
LCD Type TFT
LCD Interface SPI(Fmax:32MHz)
Touch Screen Type Resistive
Touch Screen Controller XPT2046
Colors 65536
Driver IC ILI9486
Backlight LED
Resolution 320*480 (Pixel)
Backlight Current 120ma
Power Dissipation 0.13A*5V
Operating Temp. (℃) -20~60
Active Area 48.96x73.44(mm)
Product Size 85.42*55.60(mm)
Package Size 118*72*34 (mm)
Rough Weight(Package containing) 75 (g)

Interface
PIN NO. SYMBOL DESCRIPTION
44578 3.3V Power positive (3.3V power input)
44596 5V Power positive (5V power input)
3, 5, 7, 8, 10, 12, 13, 15, 16 NC NC
6, 9, 14, 20, 25 GND Ground
11 TP_IRQ Touch Panel interrupt, low level while the Touch Panel detects touching
18 LCD_RS Instruction/Data Register selection
19 LCD_SI / TP_SI SPI data input of LCD/Touch Panel
21 TP_SO SPI data output of Touch Panel
22 RST Reset
23 LCD_SCK / TP_SCK SPI clock of LCD/Touch Panel
24 LCD_CS LCD chip selection, low active
26 TP_CS Touch Panel chip selection, low active

Please allow 5% measuring deviation due to manual measurement.

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

Driver Installation

This LCD Module need install driver first.

Step 1:Download the Raspbian IMG

https://www.raspberrypi.org/downloads/raspbian/

Step 2: Burn the system image

If you don't know how to do that,you can refer to the Raspberry Pi office tutorial

Step 3: Open terminal(SSH) and install the driver on RaspberryPi

(tested on RaspberryPi 3B+,3B,2B,2B+,1B,ZERO)

Run:

sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show

Wait A Few Minutes, when the system reboot ok, you can see that.

Touch screen calibration

  • This LCD can be calibrated using a program called xinput_calibrator
  • Install it with the commands:
cd LCD-show/
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb
  • Click the Men button on the task bar, choose Preference -> Calibrate Touchscreen.
  • Finish the touch calibration following the prompts. Maybe rebooting is required to make calibration active.
  • You can create a 99-calibration.conf file to save the touch parameters (not necessary if file exists).
/ect/X11/xorg.conf.d/99-calibration.conf
  • Save the touch parameters (may differ depending on LCD) to 99-calibration.conf, as shown in the picture:

How to rotate the display direction

This method only applies to the Raspberry Pi series of display screens, other display screens do not apply.

  • Method 1,If the driver is not installed, execute the following command (Raspberry Pi needs to connected to the Internet):
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./XXX-show 90

After execution, the driver will be installed. The system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
 ' XXX-show ' can be changed to the corresponding driver, and ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)

  • Method 2,If the driver is already installed, execute the following command:
cd LCD-show/
sudo ./rotate.sh 90

After execution, the system will automatically restart, and the display screen will rotate 90 degrees to display and touch normally.
( ' 90 ' can be changed to 0, 90, 180 and 270, respectively representing rotation angles of 0 degrees, 90 degrees, 180 degrees, 270 degrees)
If the rotate.sh prompt cannot be found, use Method 1 to install the latest drivers

Download Resources

  • Document
  1. How_to_install_the_LCD_driver_V1.2
  2. How_to_install_matchbox-keyboard
  3. How_to_calibrate_the_resistance_touch_screen-V1.2
  4. How_to_use_Raspberry_Pi(Download,Format,Burn,SSH,PuTTy)-V1.0.pdf
  5. How_to_change_display_direction-GPIO-Resistive_Touch-V1.2
  6. MPI3501-3.5inch-RPi-Display-User-Manual-V1.0
  • Driver download
download::LCD-show.tar.gz
  • Images download
If you have difficulty installing the driver, or if you still can't use the display properly after installing the driver,
Please Try our Configned images for tested.
Just need download and write the image into the TF card. DO NOT need any driver installation steps.

Package Includes:

  1. 1 x 3.5inch RPi LCD (c)
  2. 1 x Touch pen
  3. 1 x RPi screws pack (2pcs)
  4. 1 x Quick start sheet.

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD 

Product Details
RBD-0305
4 Items

Specific References

EAN13
0305
Comments (0)
Grade
No customer reviews for the moment.
16 other products in the same category:

Reference: RBD-0347

Transparent Acrylic Shell Case for Raspberry Pi 3 Model B/B+

(0)
9 Layer Acrylic stylish case with access to all Ports on Raspberry Pi 3 B/B+ Slot for Cooling Fan Easy to assemble with Nut-Bolts included Slots to route GPIO and CSI ribbon cable Cut-out for micro SC card at the bottom panel. RoboticsBD Note: Cooling fan is not included.
BDT 495.00
BDT 495.00 tax incl.
BDT 495.00 tax excl.
BDT 495.00 tax excl.
BDT 495.00 tax incl.
BDT 495.00 tax incl.
BDT 0.00 Tax
BDT 495.00 tax excl.
BDT 495.00 tax excl.
BDT 0.00 Tax
BDT 495.00 tax incl.
More
In-Stock
In stock: 9

Reference: RBD-2771

Brand: Waveshare

RP2040 Microcontroller Development Board with 1.28inch Round Touch LCD

(0)
RP2040 Microcontroller Development Board, with 1.28inch Round Touch LCD, Compact size, Accelerometer And Gyroscope Sensor
BDT 4,390.00
BDT 4,390.00 tax incl.
BDT 4,390.00 tax excl.
BDT 4,390.00 tax excl.
BDT 4,390.00 tax incl.
BDT 4,390.00 tax incl.
BDT 0.00 Tax
BDT 4,390.00 tax excl.
BDT 4,390.00 tax excl.
BDT 0.00 Tax
BDT 4,390.00 tax incl.
More
In stock
In stock: 5

Reference: RBD-2663

Brand: Raspberry Pi Official

Raspberry Pi Camera Module 3

(0)
It offers an IMX708 12-megapixel sensor with HDR, and features phase detection autofocus. Camera Module 3 is available in standard and wide-angle variants, both of which are available with or without an infrared cut filter.Camera Module 3 can be used to take full HD video as well as stills photographs,and features an HDR mode up to 3 megapixels. Its...
BDT 6,990.00
BDT 6,990.00 tax incl.
BDT 6,990.00 tax excl.
BDT 6,990.00 tax excl.
BDT 6,990.00 tax incl.
BDT 6,990.00 tax incl.
BDT 0.00 Tax
BDT 6,990.00 tax excl.
BDT 6,990.00 tax excl.
BDT 0.00 Tax
BDT 6,990.00 tax incl.
More
Last items in stock
In stock: 2

Reference: RBD-1593

Raspberry Pi 4 Computer Complete Set with Argon One V2 Case

(0)
১ টি রাস্পবেরি পাই 4 (Made in UK) RAM: 1GB, 2GB, 4GB, 8GB (পছন্দ করে নিতে পারবেন) একসাথে দুটি HDMI মনিটর লাগানো যায়।   ১ টি Argon One V2 Case কেস।  রাস্পবেরি পাই এর ইউএসবি -সি পাওয়ার এডাপটার সুইচ সহ।  ট্রান্সসেন্ড অথবা স্যানডিস্ক ব্রান্ডের জেনুইন ১৬ জিবি অথবা ৩২ জিবি মেমরি কার্ড প্রি-ইনস্টলড অপারেটিং সিস্টেম সহ।  বিল্ট ইন Wi-Fi & Bluetooth গিগাবিট...
BDT 21,630.00
BDT 21,630.00 tax incl.
BDT 21,630.00 tax excl.
BDT 21,630.00 tax excl.
BDT 21,630.00 tax incl.
BDT 21,630.00 tax incl.
BDT 0.00 Tax
BDT 21,630.00 tax excl.
BDT 21,630.00 tax excl.
BDT 0.00 Tax
BDT 21,630.00 tax incl.
More
In-Stock
In stock: 7

Reference: RBD-1142

Brand: Raspberry Pi Official

Raspberry Pi 4 Computer Complete Set Pack-2

(0)
১ টি রাস্পবেরি পাই 4 (Made in UK) RAM: 1GB, 2GB, 4GB, 8GB (পছন্দ করে নিতে পারবেন) একসাথে দুটি HDMI মনিটর লাগানো যায়।   ১ টি কুলিং Acrylic ফ্যান কেস।  রাস্পবেরি পাই এর হিট সিংক।  রাস্পবেরি পাই এর ইউএসবি -সি পাওয়ার এডাপটার সুইচ সহ।  ট্রান্সসেন্ড অথবা স্যানডিস্ক ব্রান্ডের জেনুইন ১৬ জিবি অথবা ৩২ জিবি মেমরি কার্ড প্রি-ইনস্টলড অপারেটিং সিস্টেম সহ।  বিল্ট ইন...
BDT 18,070.00
BDT 18,070.00 tax incl.
BDT 18,070.00 tax excl.
BDT 18,070.00 tax excl.
BDT 18,070.00 tax incl.
BDT 18,070.00 tax incl.
BDT 0.00 Tax
BDT 18,070.00 tax excl.
BDT 18,070.00 tax excl.
BDT 0.00 Tax
BDT 18,070.00 tax incl.
More
Last items in stock
In stock: 1

Reference: RBD-0952

Brand: Raspberry Pi Official

Raspberry Pi Sense HAT

(0)
Gyroscope. Accelerometer. Magnetometer. Temperature. Barometric pressure. Humidity.
BDT 4,833.00
BDT 4,833.00 tax incl.
BDT 4,833.00 tax excl.
BDT 4,833.00 tax excl.
BDT 4,833.00 tax incl.
BDT 4,833.00 tax incl.
BDT 0.00 Tax
BDT 4,833.00 tax excl.
BDT 4,833.00 tax excl.
BDT 0.00 Tax
BDT 4,833.00 tax incl.
More
Out-of-Stock
In stock: 0

Reference: RBD-0568

Brand: Raspberry Pi Official

Raspberry Pi Camera Module V2 - 8 Megapixel,1080p

(0)
Fixed focus lens on-board Improved resolution – 8-Megapixel native resolution sensor-capable of 3280 x 2464 pixel static images Supports 1080p30, 720p60 and 640x480p90 video Size 25mm x 23mm x 9mm Weight just over 3g Connects to the Raspberry Pi board via a short ribbon cable (supplied) Camera v2 is supported in the latest version of Raspbian, Raspberry...
BDT 4,690.00
BDT 4,690.00 tax incl.
BDT 4,690.00 tax excl.
BDT 4,690.00 tax excl.
BDT 4,690.00 tax incl.
BDT 4,690.00 tax incl.
BDT 0.00 Tax
BDT 4,690.00 tax excl.
BDT 4,690.00 tax excl.
BDT 0.00 Tax
BDT 4,690.00 tax incl.
More
In-Stock
In stock: 5

Reference: RBD-1933

Raspberry Pi Power Cable with On/Off Switch Type C USB

(0)
Length: 1M Diameter: 3 mm. Color: Black Material: PE/PVC/ABS
BDT 220.00
BDT 220.00 tax incl.
BDT 220.00 tax excl.
BDT 220.00 tax excl.
BDT 220.00 tax incl.
BDT 220.00 tax incl.
BDT 0.00 Tax
BDT 220.00 tax excl.
BDT 220.00 tax excl.
BDT 0.00 Tax
BDT 220.00 tax incl.
More
In-Stock
In stock: 39

Reference: RBD-0340

Brand: Waveshare

5inch HDMI Touch Screen (B) + Bicolor Case (Original Waveshare)

(0)
Size: 5″ Resolution: 800×480 Display Port: HDMI Resistive touch control. Support backlight control, more power saving. RoboticsBD
BDT 6,300.00
BDT 6,300.00 tax incl.
BDT 6,300.00 tax excl.
BDT 6,300.00 tax excl.
BDT 6,300.00 tax incl.
BDT 6,300.00 tax incl.
BDT 0.00 Tax
BDT 6,300.00 tax excl.
BDT 6,300.00 tax excl.
BDT 0.00 Tax
BDT 6,300.00 tax incl.
More
Last items in stock
In stock: 3

Reference: RBD-0933

10.1 Inch TFT Monitor HD 1024x600 Portable Color Display Screen

(0)
10.1 inch resolution(1024x600) TFT Monitor,Clear Screen. Multifunctional Monitor Screen: HDMI/VGA/BNC/USB/AV Input, Dual High-quality Built-in Speakers Support Raspberry Pi & Windows PC Automatically. Built-in Media Player with Remote.
BDT 4,999.00
BDT 4,999.00 tax incl.
BDT 4,999.00 tax excl.
BDT 4,999.00 tax excl.
BDT 4,999.00 tax incl.
BDT 4,999.00 tax incl.
BDT 0.00 Tax
BDT 4,999.00 tax excl.
BDT 4,999.00 tax excl.
BDT 0.00 Tax
BDT 4,999.00 tax incl.
More
Out-of-Stock
In stock: 0

Reference: RBD-1574

Argon ONE V2 Raspberry Pi 4 Case

(0)
Full-size HDMI  ports - Use your existing cables! Infrared receiver - perfect for media center projects! Sleek Aluminum Enclosure Made with aluminum alloy and polished with a modern Space Grey finish for stunning aesthetics and functionality. Passive & Active Cooling. RoboticsBD The case top provides passive cooling for the Raspberry Pi, alongside a...
BDT 4,990.00
BDT 4,990.00 tax incl.
BDT 4,990.00 tax excl.
BDT 4,990.00 tax excl.
BDT 4,990.00 tax incl.
BDT 4,990.00 tax incl.
BDT 0.00 Tax
BDT 4,990.00 tax excl.
BDT 4,990.00 tax excl.
BDT 0.00 Tax
BDT 4,990.00 tax incl.
More
Out-of-Stock
In stock: 0

Reference: RBD-1067

Raspberry Pi Power Cable with On/Off Switch Micro-USB

(0)
Length: 1.0M Diameter: 3 mm. Color: Black Material: PE/PVC/ABS Micro-USB
BDT 190.00
BDT 190.00 tax incl.
BDT 190.00 tax excl.
BDT 190.00 tax excl.
BDT 190.00 tax incl.
BDT 190.00 tax incl.
BDT 0.00 Tax
BDT 190.00 tax excl.
BDT 190.00 tax excl.
BDT 0.00 Tax
BDT 190.00 tax incl.
More
In-Stock
In stock: 44

Reference: RBD-2387

RPi Camera (H) Fisheye Lens Supports Night Vision

(0)
Raspberry Pi Camera, supports all revisions of the Pi Fisheye Lens, offers wider field of view Comes with infrared LED, supports night vision 5 megapixel OV5647 sensor Adjustable focus distance RPi Camera (H) x1 Infrared LED x2 15-pin FFC (opposite sides contact) x1
BDT 2,560.00
BDT 2,560.00 tax incl.
BDT 2,560.00 tax excl.
BDT 2,560.00 tax excl.
BDT 2,560.00 tax incl.
BDT 2,560.00 tax incl.
BDT 0.00 Tax
BDT 2,560.00 tax excl.
BDT 2,560.00 tax excl.
BDT 0.00 Tax
BDT 2,560.00 tax incl.
More
Last items in stock
In stock: 3

Reference: RBD-1389

Lexar High-Performance microSDXC 633x 64GB U3 Card

(0)
Memory Size: 64 Gigabyte Card Type: Micro SD Speed: up to 95MB/s Class: 10 High-speed Card can be used for both Mobile phone and Raspberry Pi
BDT 1,550.00
BDT 1,550.00 tax incl.
BDT 1,550.00 tax excl.
BDT 1,550.00 tax excl.
BDT 1,550.00 tax incl.
BDT 1,550.00 tax incl.
BDT 0.00 Tax
BDT 1,550.00 tax excl.
BDT 1,550.00 tax excl.
BDT 0.00 Tax
BDT 1,550.00 tax incl.
More
Last items in stock
In stock: 1

Reference: RBD-0906

Raspberry Pi Case with Fan and Heatsink

(0)
Slot for Cooling Fan Easy to assemble with Nut-Bolts included. RoboticsBD Cut-out for micro SC card at the bottom panel This simple case provides tough protection for your raspberry pi along with access to ports High Quality two-piece injection-molded ABS enclosure Click together design, no screws, standoffs or elastic bands required It is easy to use....
BDT 440.00
BDT 440.00 tax incl.
BDT 440.00 tax excl.
BDT 440.00 tax excl.
BDT 440.00 tax incl.
BDT 440.00 tax incl.
BDT 0.00 Tax
BDT 440.00 tax excl.
BDT 440.00 tax excl.
BDT 0.00 Tax
BDT 440.00 tax incl.
More
Out-of-Stock
In stock: 0
You might also like

Reference: RBD-0947

Raspberry Pi HDMI Touch Display 5 Inch 800x480

(0)
5-inch LCD display. 800×480 screen resolution. 170º viewing angle. HDMI interface for displaying. Supports popular game consoles like Microsoft XBOX360, Sony PS4, and Nintendo Switch. Raspberry Pi, Windows, Jetson Nano, BB Black, Banana Pi device & system support.
BDT 4,250.00
BDT 4,250.00 tax incl.
BDT 4,250.00 tax excl.
BDT 4,250.00 tax excl.
BDT 4,250.00 tax incl.
BDT 4,250.00 tax incl.
BDT 0.00 Tax
BDT 4,250.00 tax excl.
BDT 4,250.00 tax excl.
BDT 0.00 Tax
BDT 4,250.00 tax incl.
More
Last items in stock
In stock: 3

Reference: RBD-1167

Brand: Waveshare

Raspberry Pi 7inch HDMI Touchscreen LCD with Case

(0)
Resolution:1024 x 600 Display Port: HDMI Touch Type: Capacitive Touch Points:5 points 7-inch IPS screen with a hardware resolution of 1024×600. 5-points capacitive touch control. Using Raspberry Pi, it supports Raspbian / Ubuntu / Kali / Retropie and WIN10 IoT, no need to install any drivers.
BDT 7,990.00
BDT 7,990.00 tax incl.
BDT 7,990.00 tax excl.
BDT 7,990.00 tax excl.
BDT 7,990.00 tax incl.
BDT 7,990.00 tax incl.
BDT 0.00 Tax
BDT 7,990.00 tax excl.
BDT 7,990.00 tax excl.
BDT 0.00 Tax
BDT 7,990.00 tax incl.
More
In-Stock
In stock: 13

Reference: RBD-1251

7 Inch TFT IPS Monitor for Raspberry Pi

(0)
Input Voltage: DC 7.4~35V. Input Current: DC 0.5A-1.5A. Power Consumption: ≤8W Watts. Resolution: 1024 x 600. Aspect Ratio: 16:9 & 4:3. Contrast Ratio: 500:1. Monitor Mount is not Available.
BDT 6,390.00
BDT 6,390.00 tax incl.
BDT 6,390.00 tax excl.
BDT 6,390.00 tax excl.
BDT 6,390.00 tax incl.
BDT 6,390.00 tax incl.
BDT 0.00 Tax
BDT 6,390.00 tax excl.
BDT 6,390.00 tax excl.
BDT 0.00 Tax
BDT 6,390.00 tax incl.
More
In-Stock
In stock: 10

Reference: RBD-1735

Brand: Waveshare

Waveshare 10.1 Inch Capacitive Touch Screen LCD (B) with Case 1280×800 HDMI-Compatible IPS display

(0)
Original Waveshare IPS screen,1280x800 high resolution Capacitive touch control supports up to ten-points touch When works with Raspberry Pi, supports Raspbian, Ubuntu, single touch, and driver free When working as a computer monitor, supports Windows 10/8.1/8/7, ten-points touch, and driver free Supports Banana Pi, Banana Pro, comes with Lubuntu,...
BDT 14,590.00
BDT 14,590.00 tax incl.
BDT 14,590.00 tax excl.
BDT 14,590.00 tax excl.
BDT 14,590.00 tax incl.
BDT 14,590.00 tax incl.
BDT 0.00 Tax
BDT 14,590.00 tax excl.
BDT 14,590.00 tax excl.
BDT 0.00 Tax
BDT 14,590.00 tax incl.
More
In-Stock
In stock: 5

Follow us on Facebook