7i92H
- Ingo
-
Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 113
- Thank you received: 2
22 Oct 2025 20:31 #336891
by Ingo
7i92H was created by Ingo
Guys, I'd like to hear your opinions.
I have a 7i92H and would like to build something very compact with reasonable performance. What do you recommend using, a Raspberry Pi4, Pi5, or even a mini PC?
Ingo
I have a 7i92H and would like to build something very compact with reasonable performance. What do you recommend using, a Raspberry Pi4, Pi5, or even a mini PC?
Ingo
Please Log in or Create an account to join the conversation.
- langdons
-
- Offline
- Platinum Member
-
Less
More
- Posts: 671
- Thank you received: 67
22 Oct 2025 20:56 #336893
by langdons
Replied by langdons on topic 7i92H
A Raspberry Pi has its own I/O pins (albeit limited to 3.3V); connection via ethernet seems a bit stupid.
Mini PCs can be a bit annoying to to the space constraints.
Keep in mind that while PC can run off of AC line voltage, a Pi needs a separate power supply.
Mini PCs can be a bit annoying to to the space constraints.
Keep in mind that while PC can run off of AC line voltage, a Pi needs a separate power supply.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17331
- Thank you received: 5045
22 Oct 2025 21:14 #336894
by PCW
Replied by PCW on topic 7i92H
I would not recommend the PI4 unless you already have it. It's a bit slow and requires
fussing to get a 1 KHz servo thread over Ethernet. The PI5 is much more capable.
MiniPCs are normally fine though if they have RealTek Ethernet hardware you will likely
need the DKMS (manufacturers) driver as the built in kernel driver has latency issues.
fussing to get a 1 KHz servo thread over Ethernet. The PI5 is much more capable.
MiniPCs are normally fine though if they have RealTek Ethernet hardware you will likely
need the DKMS (manufacturers) driver as the built in kernel driver has latency issues.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 690
- Thank you received: 223
22 Oct 2025 21:41 #336897
by unknown
That is horribly bad advice. When using the GPIO pins on an RPi you require a base & servo thread, as you would with a PC with a Parallel port. Using a Mesa Ethernet card, in the case of OP, or a Mesa SPI card you only require a servo thread.
I use a RPi5 with a Mesa 7i92 & 7i76(plus some other smart serial cards) and I am very happy with it.
Yes the RPi5 requires an external PSU (does that really need to be mentioned ?) but some mini PC's require an external as well. Lenovo is one brand that comes to mind, I think the power blocks are similar to the Laptop power blocks.
Thin Clients may also be an option HP T630 are not so expensive on the second hand market and have a Quad core CPU,
www.parkytowers.me.uk/thin/hp/t630/
Replied by unknown on topic 7i92H
A Raspberry Pi has its own I/O pins (albeit limited to 3.3V); connection via ethernet seems a bit stupid.
That is horribly bad advice. When using the GPIO pins on an RPi you require a base & servo thread, as you would with a PC with a Parallel port. Using a Mesa Ethernet card, in the case of OP, or a Mesa SPI card you only require a servo thread.
I use a RPi5 with a Mesa 7i92 & 7i76(plus some other smart serial cards) and I am very happy with it.
Yes the RPi5 requires an external PSU (does that really need to be mentioned ?) but some mini PC's require an external as well. Lenovo is one brand that comes to mind, I think the power blocks are similar to the Laptop power blocks.
Thin Clients may also be an option HP T630 are not so expensive on the second hand market and have a Quad core CPU,
www.parkytowers.me.uk/thin/hp/t630/
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 690
- Thank you received: 223
22 Oct 2025 21:44 #336898
by unknown
Replied by unknown on topic 7i92H
As an addendum to the above post, I'm working on a new Raspberry Pi image, suitable for both the 4 & 5 based on the raspios, that has all the nice setup features of a standard raspios image.
I'm hoping to create both a Bookworm & Trixie image.
I'm hoping to create both a Bookworm & Trixie image.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 17331
- Thank you received: 5045
22 Oct 2025 21:53 #336902
by PCW
Replied by PCW on topic 7i92H
"Yes the RPi5 requires an external PSU (does that really need to be mentioned ?) but some mini PC's require an external as well. Lenovo is one brand that comes to mind, I think the power blocks are similar to the Laptop power blocks."
Yep, I have at least 5 or 6 different MiniPCs around here for LinuxCNC testing and general use and none are
line operated, they all have laptop like power dongles (either 12 or 19.5V)
Yep, I have at least 5 or 6 different MiniPCs around here for LinuxCNC testing and general use and none are
line operated, they all have laptop like power dongles (either 12 or 19.5V)
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 690
- Thank you received: 223
22 Oct 2025 22:10 #336904
by unknown
Replied by unknown on topic 7i92H
The RPi-400 may also be a solution, it's clocked a little bit faster that a RPi-4.
The new RPi-500, whilst a little $$$ does have a NVMe slot built. From experience the RPi5 is quite snappy with a NVMe drive.
"Yep, I have at least 5 or 6 different MiniPCs around here for LinuxCNC testing and general use and none are
line operated, they all have laptop like power dongles (either 12 or 19.5V) "
I thought I had too many PCs & RPi's for testing purposes, but think I might be a little below par.
The new RPi-500, whilst a little $$$ does have a NVMe slot built. From experience the RPi5 is quite snappy with a NVMe drive.
"Yep, I have at least 5 or 6 different MiniPCs around here for LinuxCNC testing and general use and none are
line operated, they all have laptop like power dongles (either 12 or 19.5V) "
I thought I had too many PCs & RPi's for testing purposes, but think I might be a little below par.

Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20797
- Thank you received: 7087
22 Oct 2025 22:50 #336910
by tommylight
And, just in case, do not say "SPI is.... " as it is not.
Replied by tommylight on topic 7i92H
Now why the hell would you say that ???..... connection via ethernet seems a bit stupid.
And, just in case, do not say "SPI is.... " as it is not.
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 690
- Thank you received: 223
22 Oct 2025 23:09 #336912
by unknown
You sticking up for the RPi now ?
Sorry to the OP for derailing the thread, but the Ethernet comment really needs to be addressed.
Replied by unknown on topic 7i92H
..... connection via ethernet seems a bit stupid.
Now why the hell would you say that ???
And, just in case, do not say "SPI is.... " as it is not.
You sticking up for the RPi now ?

Sorry to the OP for derailing the thread, but the Ethernet comment really needs to be addressed.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20797
- Thank you received: 7087
22 Oct 2025 23:19 #336914
by tommylight
Despite me not liking RPI i do understand why humans are obsessed with it, still, ethernet is much better than SPI, and the only option if the other board is 15CM or more far away from RPI.
Replied by tommylight on topic 7i92H
No, not at all, just for what is right.You sticking up for the RPi now ?
Despite me not liking RPI i do understand why humans are obsessed with it, still, ethernet is much better than SPI, and the only option if the other board is 15CM or more far away from RPI.
+1Sorry to the OP for derailing the thread, but the Ethernet comment really needs to be addressed.
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds