I got a “reServer Industrial J3011” and connect a network camera via PoE port,
The pc doesn’t output power.
I think Poe is available only to be connected.
I don’t know what to do.
Is there a way to get Poe available?
Hi Hideaki,
Just in case you didn’t see this …
Usage
Before connecting PoE cameras, you need to enable the PoE function for the 4 Ethernet ports. Enable it as follows:
sudo -i
cd /sys/class/gpio
echo 315 > export
cd gpio315
echo “out” > direction
echo 1 > value
---
description: reServer Industrial Getting Started
title: reServer Industrial
keywords:
- reServer
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /reServer_Industrial_Getting_Started
last_update:
date: 09/22/2023
author: Lakshantha
---
# Getting Started with reServer Industrial
<div align="center"><img width ="700" src="https://files.seeedstudio.com/wiki/reServer-Industrial/1.png"/></div>
reServer Industrial series offers fanless, compact, AI-enabled NVR (Network Video Recorder) servers including NVIDIA Jetson™ Orin Nano/Orin NX modules, ranging from 20 TOPS to 100 TOPS AI performance. reServer Industrial is preinstalled with Jetpack 5.1.1, simplifies development, ideal for bulding VMS (Video Management System) together with powerful AI capabilities, which brings digital transformantion across industries of smart cities, security, industrial automation, smart factories.
reServer Industrial features 2x 2.5" SATA HDD/ SSD drive bays to easily store hundreds of local video footages in a video analytics application. Also it enables multiple connectivity options including 5 RJ-45 Ethernet ports, 1 RS232/422/485, 4x Isolated DI/DO, 1x CAN, 4* USB3.1. Fanless design with versatile mounting options allows deployment from -20 to 60 ℃, which is ideal for more harsh environments and heavier loads.
This file has been truncated. show original
1 Like
Alan_Marion:
/sys/class/gpio
/sys/class/gpio is no longer working in Jetpack 6.0. You need to do this instead:
gpioset 2 15=1
Check my reply. I believe you have a networking/IP misunderstanding.
Hi Alan and Alberto.
I set the gpio parameters as the reply, it worked.
Thank you for your advises.