uugear / PiGear-Nano

A Nano–ITX (12x12cm) carrier board for Raspberry Pi Compute Module 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiGear-Nano

PiGear Nano is a high performance Nano–ITX (12x12cm) carrier board for Raspberry Pi Compute Module 4.

PiGear Nano

Specification

NetworkGigabit-Ethernet RJ45 socket x 1
MINI PCIE LTE/4G/GPRS interface x 1
On-board SIM card slot x 1
USBUSB 3.0 Type-A connector x 8
USB 2.0 Type-C connector x 1 (for flashing CM4 or powering the board)
Analog & Digital I/O18-bit ADC input x 4
Digital input x 4
Digital output x 4
Configurable digital I/O x 4
Signal InterfaceRS232 x 2
RS485 x 2
CAN x 1
Wire interface x 1
StorageNVME SSD M.2 interface x 1
Micro SD card slot x 1 (for Compute Module 4 Lite only)
DisplayHDMI Type-A connector x 1
MIPI DSI interface x 1
CameraMIPI CSI interface x 1
OtherReal-time clock x 1 (with supper capacitor for off-power time keeping)
Buzzer x 1
Power Indicator x 1
Programmable LED indicator x 1
5V fan interface (PH2.0 connector)
Power button x 1 (with extension connector)
Reset button x 1 (with extension connector)
Power SupplyDC 7V~30V (with reverse polarity protection)
or  DC 5V (via USB Type-C connector)
Quiescent Current~1mA
Board Size and WeightNANO-ITX 12 x 12 cm,  150g
Operating EnvironmentTemperature -30°C~80°C (-22°F~176°F)
Humidity 0~80%RH, no condensing
No corrosive gas

Software Installation

To install PiGear Nano’s software, please run this command in your home directory:

pi@raspberrypi ~ $ wget https://www.uugear.com/repo/PiGearNano/installPiGearNano.sh

If your Raspberry Pi has internet connection, it will immediately download the script from our website, and you will then see the “install.sh” script in your home directory. Then you just need to this script with with sudo:

pi@raspberrypi ~ $ sudo sh installPiGearNano.sh

You will need to use sudo to run this script because it also tries to modify the /boot/config.txt file (will make backup first). The software will be installed in the “pgnano” directory and also UUGear Web Interface (UWI) will be installed/updated to “uwi” directory.

After installing the software, you need to restart your Raspberry Pi, so the UWI server will be running in the background. With default configuration you should be able to access your PiGearNano via UWI on address http://raspberrypi:8000/pgnano/. If your Raspberry Pi does not use raspberrypi host name, or this hostname is not resolvable in your network environment, you need to modify the uwi.conf file in “uwi” directory to include the real IP address of your Raspberry Pi.

User Manual / Documentation

You can find the user manual here: https://www.uugear.com/doc/PiGearNano_UserManual.pdf

About

A Nano–ITX (12x12cm) carrier board for Raspberry Pi Compute Module 4

License:MIT License


Languages

Language:Shell 100.0%