Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
This is a 15.6inch Pi-Laptop, Slim Laptop Based On Raspberry Pi Compute Module, Specialized For Programming Learning。PILAPTOP extends three USB interfaces, one RJ45 port, a 3.5mm earphone jack, Micro SD card slot,etc.
PILAPTOP uses the Compute Module 3+ Lite as controller, come with the 32GB Micro SD.
If you use the pre-built image, you can skip the configure steps.
Donwload the Raspberry Pi OS from Raspberry Pi website:https://www.raspberrypi.org/software/
PILAPTOP can only support Kali OS
We recomend you use our pre-built image
hdmi_force_hotplug=1 max_usb_current=1 hdmi_group=2 hdmi_mode=87 hdmi_timings=1920 0 40 10 80 1080 0 13 3 32 0 0 0 60 0 124000000 6 hdmi_drive=2 display_rotate=0 config_hdmi_boost=10
Save and eject the micro SD card, insert the Micro SD card to PILAPTOP and press the power button to start the PILAPTOP.
This driver is used for capacity display.
sudo raspi-config #Choose Interfacing Options -> I2C ->yes to enable I2C interface.
sudo reboot
sudo apt-get update sudo apt-get install python-pip sudo apt-get install python-smbus
Open a terminal and run the following commands:
sudo apt-get install p7zip-full wget https://www.waveshare.net/w/upload/6/6f/PILAPTOP_battery.7z 7z x PILAPTOP_battery.7z -O./battery sudo chmod 777 -R battery cd battery ./main.sh #Do not use sudo permision sudo reboot
Expected result: A battery icon is shown in the right-top of menu bar. You can also check the codes by the following commands:
cd battery sudo ./battery.sh
If the battery icon is not appear, please check if error information are listed when installation, check if you have enabled the I2C interface and install libraries.
sudo apt-get install p7zip-full wget https://www.waveshare.net/w/upload/3/33/LED_matrix.7z 7z x LED_matrix.7z -O./LED_matrix sudo chmod 777 -R LED_matrix cd LED_matrix/
cd c/ sudo make clean sudo make sudo ./main #Exptect result: The LED matrix will display characters A to Z.
cd python/examples/ sudo python main.py sudo python3 main.py #Extected result: The LED will dislay character X, press buttons, the LED matrix will display arrows.
The PILAPTOP come with a 12V/3A power adapter, with a 10000mAh battery inside.
You can use the inside battery to power the PILAPTOP or plugging the 12V/3A adapter.
If the voltage of battery is low, you can plug the 11112V/3A adapter to chrage the battery.
The power indicator turn on when the PILAPTOP is powered on.
The LED beside the power interface turns on while the power adapter is plugged.
The capacity indicator is shown in the GUI.
The PILAPTOP will shows a warnning if capacity of battery is less than 15% for 3s.
The low volatage warnning is shown if the capacity is less 5%, and the PILAPTOP auto shutdown after 60s.
The PILAPTOP keyboard is US layout, if you want to use other layout you can think about adding a keyboard stickers.
Shorcut | Function |
Fn+Esc | Turn off/on display |
Fn+F3 | Reduce volume |
Fn+F4 | Increase Volume |
Fn+F5 | Enable/Disable mute |
Fn+F9 | Reduce brightness |
Fn+F11 | Increase brightness |
Fn+F12 | Enable the num keypad |
Alt+Tab | Switch windows |
Clt+Tab | Switch the tab |