BeadaPanel

From eLinux.org
Revision as of 00:03, 10 April 2019 by Esky-sh (talk | contribs) (Buy online)
Jump to: navigation, search
BeadaPanel 1
BeadaPanel 2

What is BeadaPanel?

BeadaPanel is a versatile media display. It can playback images and videos in various common format. BeadaPanel comes with a 7" LCD display with a resolution of 800x480 and a 4-wire resistive touch panel. BeadaPanel has up to 16GB/32GB eMMC memory for media storage and playback. BeadaPanel supports USB 2.0 High Speed standard and WiFi communication. BeadaPanel consumes very low power and can be powered by a single Micro-USB cable. BeadaPanel comes with its own ABS bezel, which is easy to integrate into customer products.

Features

CPU

NXP/Freescale ARM Cortex-A7 i.MX6ULL, at Frequency of 900MHz

RAM

512MB DDR3L

Storage

16GB/32GB eMMC

Connectivity

  • 1 x WIFI 802.11 b/g/n and Bluetooth 4.0 module
  • 1 x USB 2.0 Host(Type A)
  • 1 x USB 2.0 OTG(Micro-USB)

Display

7.0" TFT LCD: 800x480, w/ touch and bezel

Dimensions

188 x 118 x 35(mm)

Consumption

5V/350mA

Communication Protocol

Panel-Link v1.0

Supported Media Types

  • JPG, BMP, PNG, GIF, TIFF, etc
  • MPG2, MPG4, avi, quicktime, H.263/264/265
  • RGB in various pack
  • YUV in various pack

Block Diagram

BeadaPanel Block Diagram


Applications

BeadaPanel for Raspberry Pi

In this application, BeadaPanel is used as a monitor/display for Raspberry Pi mini PC. Eenew.jpg

Supported Models and OS

Supported Model

Raspberry Pi A/B/B+/Zero/Zero W/2B/3B/3B+

OS Support

  • Raspbian
  • RetroPie
  • Ubuntu MATE
  • Ubuntu Core
  • CentOS
  • Kali Linux


First time Setup

BeadaPanel will not work automatically when first time plugin to Raspberry Pi. Instead, A beadapanel deamon program should be running on Raspberry Pi to handle the data transmit between two USB peers. Below are procedures to setup this beadapanel deamon.

Pre-requirements
  • A Raspberry Pi mini PC
  • A BeadaPanel display kit
Procedures

1. Power on your Raspberry Pi mini PC
2. Connect BeadaPanel to Raspberry Pi by a Micro USB cable
3. BeadaPanel will be automaticaly recognized as a USB mass storage device by Raspberry Pi

pi@raspberrypi:~ $ lsblk
NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda           8:0    0  9.1G  0 disk
├─sda1        8:1    0 43.9M  0 part /media/pi/boot
└─sda2        8:2    0  4.9G  0 part /media/pi/rootfs
mmcblk0     179:0    0  7.4G  0 disk
├─mmcblk0p1 179:1    0 43.9M  0 part /boot
└─mmcblk0p2 179:2    0  7.4G  0 part /
pi@raspberrypi:~ $ ls /media/pi/boot/bpd
bpd

4. Locate and run beadapanel deamon in /media/pi/boot/bpd folder

pi@raspberrypi:~ $ sudo cp /media/pi/boot/bpd/bpd /usr/bin 
pi@raspberrypi:~ $ sudo chmod +x /usr/bin/bpd
pi@raspberrypi:~ $ sudo bpd
BeadaPanel Daemon Ver. 1.0

5. Run beadapanel deamon from booting

$ sudo nano /etc/rc.local -> add new line before "exit 0" with "/usr/bin/bpd &" without quote 
$ sudo reboot


Force Raspberry Pi display through HDMI

In order to let beadapanel deamon program successfully transmit HDMI video data to BeadaPanel, we have to force Raspberry Pi HDMI port work even if no HDMI monitor connected.

Procedures

1. To solve the problem, simply connect to your Raspberry Pi via SSH and modify with your favorite text editor (here we will use nano) the file /boot/config.txt.

2. Note that you will need administrator rights and therefore sudo command (with nano this will give for example sudo nano /boot/config.txt).

3. You should then find within this file the following line (if not, add it at the end):

#hdmi_force_hotplug=1

4. To solve the problem you just have to uncomment (ie remove the sign # at the beginning) the line and save the file (Ctrl + o, Enter, Ctrl + x with nano). Restart your Raspberry Pi and you're done!
5. Further more, for best video performance and experience, we'd better to set Raspberry Pi HDMI port work under same resolution with BeadaPanel's native screen.

hdmi_group=2
hdmi_mode=87
hdmi_cvt=800 480 60 6 0 0 0


BeadaPanel for AIDA64


Buy online

Resources

Community