Difference between revisions of "NASPi"

From Geekworm Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
Q1. Will the Alu case affect the WIFI?
 
Q1. Will the Alu case affect the WIFI?
  
A: As our test, 2.4G WIFI AP was usable. But different Raspberry Pi individuals have different degrees of WIFI interference. As well as aluminum alloy case will interfere with pi 4’s WIFI to a certain extent. So it is strongly recommend to use Ethernet and 5G AP.
+
A: As our test, 2.4G WIFI AP was usable. But different Raspberry Pi individuals have different degrees of WIFI interference. As well as aluminum alloy case will interfere with pi 4’s WIFI to a certain extent. So it is strongly recommend to use Ethernet or 5G AP.
  
 
==Packing List==
 
==Packing List==

Revision as of 20:55, 25 May 2021

naspi front view
naspi rear view
naspi Internal view 1
naspi Internal view 2
X823-A3 metal bracket and PWM fan
X823 sata storage shield
X-C1 adapter shield

Overview

NASPI is a NUC-style NAS storage solution based on the latest Raspberry Pi 4. It supports 2.5-inch sata HDD/SSD. All the Raspberry Pi 4 interfaces are adjusted to the back through the X-C1 adapter board, build in software safety shutdown function, using PWM fan can dynamically adjust the speed of the fan according to the temperature of the CPU, the shell is made of all aluminum alloy, CNC processing method, surface anodizing treatment.

NASPI adopts modular design, and NASPI is composed of three parts: X823 storage shield, X-C1 adapter board, heat dissipation system(include X823-A3 metal fan bracket and 4010 PWM fan), and they will be packed into a ALU-case to get a complete NASPi;

  • X823 provides 2.5 inch HDD/SSD storage function;
  • X-C1 provides power management, interface adapter and safe shutdown function
  • For the heat dissipation system, we chose a relatively simple and practical heat dissipation solution: a custom metal bracket and a PWM fan to achieve it. in fact, you can use P165-B to get same function, but maybe P165-B will have a slight impact on WIFI.

Power supply

We recommend that you use raspberry pi official type c power adapter: https://www.raspberrypi.org/products/type-c-power-supply/

Amazon US: https://www.amazon.com/dp/B07W8XHMJZ

FAQ

Q1. Will the Alu case affect the WIFI?

A: As our test, 2.4G WIFI AP was usable. But different Raspberry Pi individuals have different degrees of WIFI interference. As well as aluminum alloy case will interfere with pi 4’s WIFI to a certain extent. So it is strongly recommend to use Ethernet or 5G AP.

Packing List

  • 1 x NASPi alu case
  • 1 X X823 Shield
  • 1 x X-C1 adapter board
  • 1 x X823-A3 metal bracket
  • 1 x PWM fan
  • Scews pack accessories;

User Manual

Please refer to X-C1 Software

FAQ

Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.


Anonymous user #30

6 days ago
Score 0++

Topic fan script: I had to add LC_ALL=C in the 3rd line

else I got "/usr/local/bin/x-c1-fan.sh: Zeile 184: printf: 38.46: Ungültige Zahl." all over the system log. Locale was german, and german's number format has a "," instead of "."

Anonymous user #30

6 days ago
Score 0++

Topic RTC: I added [pi4] dtoverlay=i2c6,pins_22_23 dtoverlay=i2c-rtc,ds3231=on,i2c6

to /boot/config.txt and connected the RTC with jumper wires to GPIO 22 and 23 (and 3.3/GND of course). The little RTC-Module found it's place inside the case near the GPIO input header and jumpers. Works fine!

Anonymous user #29

23 days ago
Score 0++
The "xoff" command has stopped working from the terminal. Any solution?

Anonymous user #23

4 months ago
Score 0++
Hi, do you have any information about compatibility (I mean the necessary scripts) with OS Moode audio? Thanks

Anonymous user #28

18 months ago
Score 0++

I have successfully upgraded my stock fan to a more silent Noctua one. While out of the case the fan is really quiet and works as expected, when I fit the case and power on the noise is no different to the stock fan.

Any suggestions? Are there not enough vent holes?

Lisa

18 months ago
Score 0++

Hi, Thanks for your feedback.

The NASPi's fan is also a silent fan. We think it is the case that there are not enough ventilation holes, we will increase the fan holes in the next version to improve this problem.

Anonymous user #27

18 months ago
Score 0++
I've bought a Noctua 40x10mm non-PWM fan and it looks like I need to make some cable modifications as the connector block on the Noctua won't fit the onboard connector on my X-C1 v2.0. I have a 3 to 2 pin adapter cable that came with my fan. Can the onboard 5V connector be used to power the new fan instead of having to cut cables?

Lisa

18 months ago
Score 0++

Hi,

Yes, you can contact it to 5V OUT with a 2pin cable.

Anonymous user #26

18 months ago
Score 0++
Hi I want to use ESP8266 with this setup but require pins 1,3,5,8 and 10 on the GPIO. Is this possible?

Lisa

18 months ago
Score 0++

Hello,

You can use GPIO pins other than X-C1 GPIO Use: 4,17,27,18. But we haven't tested if the Naspi case supports the ESP8266.

Anonymous user #25

19 months ago
Score 0++
Hi, if I modyfy the file FAN.PY, when it will be reloaded and executed with my updates? Thanks

Anonymous user #24

20 months ago
Score 0++
Everything works well if the naspi top cover is open... the moment I close the case with the 4 screws, wifi stops working and the disk start to throw errors. What can I do?

Anonymous user #24

20 months ago
Score 0++

THis is the error:

Aug 02 11:17:33 raspberrypi udisksd[496]: Acquired the name org.freedesktop.UDisks2 on the system message bus Aug 02 11:17:33 raspberrypi udisksd[496]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned: 0000: 70 00 01 00 00 00 00 0a 00 00 00 00 00 1d 00 00 p............... 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ (g-io-error-quark, 0) Aug 02 11:17:33 raspberrypi udisksd[496]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdb': Unexpected sense data returned: 0000: 70 00 01 00 00 00 00 0a 00 00 00 00 00 1d 00 00 p............... 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

(g-io-error-quark, 0)

Anonymous user #24

20 months ago
Score 0++
I'm using an usbc cable to power it up, connected to the naspi as specified.

Lisa

20 months ago
Score 0++

Hello,

You can also use the spare acrylic sheet to replace the front panel of the case to reduce interference to WIFI

Anonymous user #23

21 months ago
Score 0++

Hi, the GPIO cable can power raspberry pi? I mean, if I don't use X823 shield, X-C1 can power raspberry via GPIO cable?

Thankyou

Lisa

21 months ago
Score 0++

Hi,

Yes,X-C1 can power Pi4 via GPIO cable.

Anonymous user #22

23 months ago
Score 0++

sometimes when I touch the case, I didnt push power button, naspi turned on. also when I plug in usb memory, naspi turned on.

let me know how to insulate it.

Lisa

23 months ago
Score 0++

Hello,

1.Remove the metal case and test whether it is easy to automatically turn on.

2. Please check if the type c, hdmi port, etc. are aligned? try to adjust the angle slightly.

3. Check if the GPIO cable is firmly inserted

Anonymous user #21

24 months ago
Score 0++
So if we cant add xoff to crontab how can we perform a timed shutdown ?

Lisa

24 months ago
Score 0++

Hi,

If you want to perform a timed shutdown, you can add xoff to crontab. But we haven't tested it this way, you can re-debug it. Thanks~

Anonymous user #21

24 months ago
Score 0++

I managed to get it working by adding 30 21 * * * sudo /usr/local/bin/x-c1-softsd.sh

to the crontab for use pi

Anonymous user #20

24 months ago
Score 0++

I want to add xoff to crontab but it doesn't work

crontab -e ________________ 12 0 0 0 /home/pi/xoff _________________

please let me know how to add xoff to crontab.

thanks.

(raspberrypi4)

Lisa

24 months ago
Score 0++

Hello,

xoff cannot be added in crontab.

Anonymous user #19

25 months ago
Score 0++

Can you please tell me what the Max size of SSD this setup would support ?

Thanks

Lisa

25 months ago
Score 0++

Hello,

Support Max. 9.8mm thickness 2.5" HDD/SSD, you can choose 7mm or 9.5mm thickness HDD/SSD.

Anonymous user #18

25 months ago
Score 0++
Does the NASPi support Bullseye the current version of Raspbian?

Lisa

25 months ago
Score 0++

Hello,

It supports Bullseye ,please refer X-C1 Software

Anonymous user #16

26 months ago
Score 0++
Is there a way to change the boot order? There are times I want to boot from an SD card rather than the internal drive.

Lisa

26 months ago
Score 0++

Hello,

This is determined by the Raspberry Pi system. We can't change it.

Anonymous user #17

26 months ago
Score 0++

boot the Raspi to CLI or connect wia ssh. sudo raspi-config 6 Advanced Options

A6 Boot Order

Anonymous user #15

26 months ago
Score 0++
I'm having trouble booting Ubuntu from the SSD. Are there additional steps to get the NASPi booting Ubuntu from a SSD?

Lisa

26 months ago
Score 0++

Hello,

Please refer X-C1 Software

Anonymous user #14

27 months ago
Score 0++

Hi,

Fan is not working. Script is running, CPU temp is 62 while fan is not starting

Lisa

26 months ago
Score 0++

Hi,

PWM fans require proper scripting to work. Please refer hereX-C1 Software

Anonymous user #13

27 months ago
Score 0++
Which GPIO pins are wired to the 4 pin switch socket on the X-C1 adapter board? I want to connect a 128x64 OLED display for status monitoring and need to get to the SDA and SCL GPIO pins that were used by the 7 pin GPIO board.

Harry

27 months ago
Score 0++

Hi, thanks.

refer to NASPi#X-C1_V1.3_GPIO_Use

Anonymous user #12

27 months ago
Score 0++
The corresponding English blog for Raspberry Pi 4B + NASPi => Search "Build an Awesome Raspberry Pi NAS for Home Media Streaming"

Anonymous user #12

28 months ago
Score 0++
I wrote a Chinese blog for this, search "自己动手使用树莓派搭建家用NAS和流媒体服务器" (with quotes).

Anonymous user #11

29 months ago
Score 0++
Sadly mine only works if I hold the power button, I let go and after 3 seconds it turns off :(

Lisa

29 months ago
Score 0++
Hi,could you please tell us more information? installed scripts, what operating system to use, and it is better to provide some pictures or videos. Please contact us by email and tell us your order number【support@geekworm.com】. thanks

Anonymous user #11

29 months ago
Score 0++

I am so sorry, I was SURE the power I was using was enough, I tried another and all was fine :)

Super happy with this case, obviously made with love, two thumbs up :P

Anonymous user #10

30 months ago
Score 0++
Does the NASPI support the X883 dual SSD expansion board?

Lisa

30 months ago
Score 0++
Hi, NASPI not support the X883 board.

Anonymous user #9

30 months ago
Score 0++
It won't automatically power on after a power failure? Not what you'd expect in a NAS. Is there some magic to make it do that?

Lisa

30 months ago
Score 0++
Hi,NASPi has a safe shutdown function, but no [Auto Power On ]function. If you need a [Auto Power On ],please refer X735

Anonymous user #8

30 months ago
Score 0++

Just purchased: "Geekworm NASPi 2.5 inch SATA HDD/SSD NAS Storage Kit for Raspberry Pi 4 Model B"

But I received a fan with only two wires. It's 5v but because it's only two wires I can't connect it to the 3 pin fan connector. Please advise, thanks :-)

Lisa

30 months ago
Score 0++
Hi,could you please tell us your order NO.?[support@geekworm.com]; You can use the fan temporarily without installing any scripts.just connect directly

Anonymous user #7

31 months ago
Score 0++
Trying to find out if the Naspi case supports auto-power on so that if the power fails it will apply power so the RPi can restart? Eg if a NAS is implemented I want it to run continuously including after power failures.

Lisa

31 months ago
Score 0++
Hi,Sorry, it does not support auto-power on. Please refer tox825 V2.0 + X735

Anonymous user #6

32 months ago
Score 0++

how do i delete the script to set it back to original?

raspberrypi 4 with retropie, safe shutdown isnt working proper

Lisa

32 months ago
Score 0++
Hi,After installing the script, please try to restart a few times.

Harry

32 months ago
Score 0++
Hi, run the uninstall.sh or uninstall_XXX.sh.

Anonymous user #5

33 months ago
Score 0++
Script fails to install correctly, FAN does not run and subsequent boot error using DietPi

Lisa

33 months ago
Score 0++
Hello,Hello,What system are you using. could you please send some pictures of the operation so that we can find out the problem.【support@geekworm.com】 ;And tell us your order number. Best regards

Harry

32 months ago
Score 0++

We tested it base DietPi, it works nice.

Could you tell me more details?

Anonymous user #4

33 months ago
Score 0++
Is a fuse built into the power circuit?

Lisa

33 months ago
Score 0++
Hello,No, it doesn't.

Anonymous user #3

33 months ago
Score 0++

Is there enough gap between the front panel and body to sneak a camera ribbon cable out without damage?

If not, i think ill be modifying the case or redesigning a plastic alternative piece. Would you all be interested in linking that in the wiki if i made it?

Lisa

33 months ago
Score 0++
Hello,The camera ribbon cable out is not currently supported, but we will provide an acrylic front panel as a backup to improve the impact on the wifi signal. and you can modify the acrylic panel to support the camera ribbon cable out. Thanks for your feedback.Best regards

Anonymous user #2

33 months ago
Score 0++
Can the above NASPI case used to run Volumio and the SSD as the file storage. ? And have any review of it running with Volumio ?

Lisa

33 months ago
Score 0++
Hello,It can run Volumio and SSD, but cannot connect to I2S DAC.

Anonymous user #1

34 months ago
Score 0++
What does the acronym NASPI stand for?

Lisa

34 months ago
Score 0++
Hello,「NAS」:Network Attached Storage; NASPI is a NUC-style NAS storage solution based on the latest Raspberry Pi 4. Geekworm has many other storage boards:x825,x829,x832,x857,x862,x873etc. You can get more information at the Geekworm store.