LinuxCNC + Orange Pi (allwincnc)
23 Dec 2021 19:52 - 23 Dec 2021 20:02 #229828
by Bari
Replied by Bari on topic LinuxCNC + Orange Pi (allwincnc)
Allwinner the company that makes the ARM SOC used on the Opi's has new SOC's that use RISC-V vs ARM. Not sure if this is the new direction they are going or if they will be making parts with both architectures. I don't see any integrated microcontrollers in the RISC-V parts yet.
www.cnx-software.com/2021/10/25/allwinne...processor-64mb-ddr2/
linux-sunxi.org/D1
Porting this project to a RISC-V SOC with integrated micros (PRU's) might make sense if and when they become available.
And as I've mentioned before another ARM SOC option is Rockchip but some vendors are only promising availability through 2022 www.pine64.org/availability-and-shipping-status/
www.cnx-software.com/2021/10/25/allwinne...processor-64mb-ddr2/
linux-sunxi.org/D1
Porting this project to a RISC-V SOC with integrated micros (PRU's) might make sense if and when they become available.
And as I've mentioned before another ARM SOC option is Rockchip but some vendors are only promising availability through 2022 www.pine64.org/availability-and-shipping-status/
Last edit: 23 Dec 2021 20:02 by Bari.
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
23 Dec 2021 22:30 #229832
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC + Orange Pi (allwincnc)
Mainstream Linuxcnc support for the BBB would be the go. And they seem to be staying on the market for a while. Element14 has a "Industrail spec" board, if that's your want.
For hobby\home use they work fine. If you forgo the HDMI interface yo get a plethora of I\O including 3 hardware encoders. Yeah some have complainined about lack of GPU power......is that really an issue ? As long as you don't use any hardware specific GLX drivers AXiS works fine over ssh, not as snappy as an x86 platform. Or if you are fine without a backplot there are other options.
Now that I received the FPC breakout board I'll be able to test the usefulness of the camera connector on the OPi for an additional 16 - 19 I/O.
Whilst I'm I'm going full MESA for the mill, I'm still deciding whether to use BBB with an early MK image or the OPi with Linuxcnc for the lathe.
So many options.
For hobby\home use they work fine. If you forgo the HDMI interface yo get a plethora of I\O including 3 hardware encoders. Yeah some have complainined about lack of GPU power......is that really an issue ? As long as you don't use any hardware specific GLX drivers AXiS works fine over ssh, not as snappy as an x86 platform. Or if you are fine without a backplot there are other options.
Now that I received the FPC breakout board I'll be able to test the usefulness of the camera connector on the OPi for an additional 16 - 19 I/O.
Whilst I'm I'm going full MESA for the mill, I'm still deciding whether to use BBB with an early MK image or the OPi with Linuxcnc for the lathe.
So many options.
Please Log in or Create an account to join the conversation.
23 Dec 2021 22:40 #229833
by Bari
Replied by Bari on topic LinuxCNC + Orange Pi (allwincnc)
The Opi appeals to those that want low cost as well as a HD res/20fps GUI using one mainboard similar to a PC with LPT port. Rock64 would be another option.
Other low budget options that use multiple boards or micros:
forum.linuxcnc.org/18-computer/42276-rem...oller-via-spi/unread
forum.linuxcnc.org/18-computer/42414-lin...t-using-esp32/unread
forum.linuxcnc.org/27-driver-boards/44422-colorcnc/unread
Other low budget options that use multiple boards or micros:
forum.linuxcnc.org/18-computer/42276-rem...oller-via-spi/unread
forum.linuxcnc.org/18-computer/42414-lin...t-using-esp32/unread
forum.linuxcnc.org/27-driver-boards/44422-colorcnc/unread
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
23 Dec 2021 23:22 #229836
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC + Orange Pi (allwincnc)
Actually OPi PC with 1Gb is an impressive little bit of kit.
ESP32 shows promise.
Colorcnc the boards would appear to need some mods for inputs
Remora, had a look a that and played around with it.
ESP32 shows promise.
Colorcnc the boards would appear to need some mods for inputs
Remora, had a look a that and played around with it.
Please Log in or Create an account to join the conversation.
24 Dec 2021 00:49 #229843
by taylorcmq
Replied by taylorcmq on topic LinuxCNC + Orange Pi (allwincnc)
I'm working on the project with esp32 in another topic here on the forum, I did some tests and it reached 120khz and a single axis but with 3 axes around 60khz, however it brings the advantage of using an ethernet port and makes it easier to use in scrapbook notebooks etc. , computers with parallel port are a big problem and lack of a low cost ethernet controller is also a problem, at the moment I test with a notebook in dual boot with windows 10 and in tests it looks very promising, however as an enthusiast I like this allwinner project and I even bought a 1gb pc opi for testing but my latency is always high, and with some smaller drives like the tb6600 I had the card disconnected, on the dm860 this didn't happen!
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
24 Dec 2021 03:50 - 24 Dec 2021 03:52 #229859
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC + Orange Pi (allwincnc)
Generally laptops & notebooks and whatever aren't the best option for running linuxcnc due to the power saving bits & bobs they add in to reduce power usage.
Being very truthfully and having experience with MESA and "roll your own" once you work out the additional costs for voltage level conversion, I|O protection and the convenience for of connectors used on the MESA boards, they are expensive to buy the particular ones MESA uses, the MESA hardware is quite good value.
The OPi works fine with the Allwincnc setup. Haven't seen any "following errors".
Haven't bothered to check the latency, if it works it works.
The type of stepper drive you hang off the ESP32 setup has no affect, basically all you are doing is lighting an LED inside an optocoupler of the majority of stepper drivers.
Being very truthfully and having experience with MESA and "roll your own" once you work out the additional costs for voltage level conversion, I|O protection and the convenience for of connectors used on the MESA boards, they are expensive to buy the particular ones MESA uses, the MESA hardware is quite good value.
The OPi works fine with the Allwincnc setup. Haven't seen any "following errors".
Haven't bothered to check the latency, if it works it works.
The type of stepper drive you hang off the ESP32 setup has no affect, basically all you are doing is lighting an LED inside an optocoupler of the majority of stepper drivers.
Last edit: 24 Dec 2021 03:52 by ALittleOffTheRails.
Please Log in or Create an account to join the conversation.
25 Dec 2021 17:43 #229974
by MLc
Replied by MLc on topic LinuxCNC + Orange Pi (allwincnc)
Hello, I want to ask if anybody using gmoccapy screen with allwincnc? I tried it but got few errors about missing icons, their size and Debug file information said => Failed to load module ''gail''
Thank you Martin
Thank you Martin
Please Log in or Create an account to join the conversation.
- ALittleOffTheRails
- Offline
- User is blocked
Less
More
- Posts: 247
- Thank you received: 65
25 Dec 2021 22:13 #229993
by ALittleOffTheRails
Replied by ALittleOffTheRails on topic LinuxCNC + Orange Pi (allwincnc)
This should go someway to fixing part of the problem.
itectec.com/ubuntu/ubuntu-how-to-install-gail-and-atk-bridge/
As for the icons, that seems to be a gmoccapy issue, well they both are.
Just remember the OPi isn't a powerhouse, hence the reason for the included configs for Axis & tklinuxcnc.
itectec.com/ubuntu/ubuntu-how-to-install-gail-and-atk-bridge/
As for the icons, that seems to be a gmoccapy issue, well they both are.
Just remember the OPi isn't a powerhouse, hence the reason for the included configs for Axis & tklinuxcnc.
Please Log in or Create an account to join the conversation.
26 Dec 2021 20:17 #230030
by taylorcmq
Replied by taylorcmq on topic LinuxCNC + Orange Pi (allwincnc)
here in my country the desk interface is not a very viable option, considering that from $250 usd when all taxes and transport costs are added it comes to almost $1000 usd, believe me it is very expensive for us because 1 USD costs 5,68BRL approximately, so we are talking about a card of 5680 BRL, which is equivalent to 5 minimum wages in my country!
Please Log in or Create an account to join the conversation.
29 Dec 2021 09:08 #230205
by MLc
Replied by MLc on topic LinuxCNC + Orange Pi (allwincnc)
Thanks.
This help me, the error has disappeared. But I got another error.
I'll try to write to MXmaster and ask about it.
This help me, the error has disappeared. But I got another error.
I'll try to write to MXmaster and ask about it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.117 seconds