Low Cost Raspberry Pi Contoller Board
- Project_Hopeless
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 200
- Thank you received: 10
07 Apr 2024 23:20 #297767
by Project_Hopeless
Low Cost Raspberry Pi Contoller Board was created by Project_Hopeless
I'm running a 7i96e Mesa card on my CNC router and am very happy with it. But I'm thing it is over kill and lacks a channel.
For a hobby/educational project I need 5 stepper channels and a servo channel. I was thinking of using a Raspberry Pi 4 or 5.
What would be the cheapest option for a LinucCNC compatible card driven off a Pi? What are the options today?
For a hobby/educational project I need 5 stepper channels and a servo channel. I was thinking of using a Raspberry Pi 4 or 5.
What would be the cheapest option for a LinucCNC compatible card driven off a Pi? What are the options today?
Please Log in or Create an account to join the conversation.
08 Apr 2024 00:58 #297770
by cornholio
Replied by cornholio on topic Low Cost Raspberry Pi Contoller Board
RPi4 can do ethernet, gpio & SPI
RPI5 can do ethernet, maybe able to do gpio can't do SPI (no idea if or when that will happen)
You would have to check availability of 7i90, 7c80 & 7c81 for RPI4 Spi at Mesa.
I've been experimenting with some FPGA dev boards I've bought from Aliexpress that run 7c81 firmware, & a customised firmware.
Here's an example of what I've done.
forum.linuxcnc.org/show-your-stuff/51142...pga-card-9d60#289226
There's also a couple of projects such as:
github.com/multigcs/LinuxCNC-RIO SPI or Ethernet
github.com/sensille/litehm2
I don't know if the Remora project has the IO you need.
Bit of a warning tho, litehm2 requires some modding of the board.
LinuxcncRIO requires the building of external board to get 3.3v to 5v translation.
My own project requires that as well, but has been designed to work with standard parallel port Bob and mesa DB25 daughter boards & smart serial, tho does require a RS-422 board, cheap as chips from Aliexpress.
At the end of the day the "roll your own boards" can get close to the cost of a genuine Mesa board.
If the 7i90 were available I'd go that way, about the cheapest Mesa board you can get & has 72 IO only "issue" is that the IO connector is not DB25 compatible but I think there is an adapter available, 7c81 would be next as it makes a compact unit with the RPi4, but requires a breakout board between it and you hardware.
At the end of the day it really pays to work out the cost of the board itself & any any items needed to connect to your electronics, sometimes what does look expensive turns out to be cheaper in the long run.
RPI5 can do ethernet, maybe able to do gpio can't do SPI (no idea if or when that will happen)
You would have to check availability of 7i90, 7c80 & 7c81 for RPI4 Spi at Mesa.
I've been experimenting with some FPGA dev boards I've bought from Aliexpress that run 7c81 firmware, & a customised firmware.
Here's an example of what I've done.
forum.linuxcnc.org/show-your-stuff/51142...pga-card-9d60#289226
There's also a couple of projects such as:
github.com/multigcs/LinuxCNC-RIO SPI or Ethernet
github.com/sensille/litehm2
I don't know if the Remora project has the IO you need.
Bit of a warning tho, litehm2 requires some modding of the board.
LinuxcncRIO requires the building of external board to get 3.3v to 5v translation.
My own project requires that as well, but has been designed to work with standard parallel port Bob and mesa DB25 daughter boards & smart serial, tho does require a RS-422 board, cheap as chips from Aliexpress.
At the end of the day the "roll your own boards" can get close to the cost of a genuine Mesa board.
If the 7i90 were available I'd go that way, about the cheapest Mesa board you can get & has 72 IO only "issue" is that the IO connector is not DB25 compatible but I think there is an adapter available, 7c81 would be next as it makes a compact unit with the RPi4, but requires a breakout board between it and you hardware.
At the end of the day it really pays to work out the cost of the board itself & any any items needed to connect to your electronics, sometimes what does look expensive turns out to be cheaper in the long run.
Please Log in or Create an account to join the conversation.
08 Apr 2024 04:09 #297789
by pippin88
Replied by pippin88 on topic Low Cost Raspberry Pi Contoller Board
What is a "servo channel"?
Please Log in or Create an account to join the conversation.
08 Apr 2024 08:23 #297797
by meister
Replied by meister on topic Low Cost Raspberry Pi Contoller Board
Hi means an output for RC-Servos
Please Log in or Create an account to join the conversation.
- Project_Hopeless
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 200
- Thank you received: 10
08 Apr 2024 16:18 #297822
by Project_Hopeless
Replied by Project_Hopeless on topic Low Cost Raspberry Pi Contoller Board
Yes, exactly, a three wire RC servo to control the gripper. I overlooked how to control this pseudo axis.Hi means an output for RC-Servos
Please Log in or Create an account to join the conversation.
08 Apr 2024 23:54 #297836
by cakeslob
Replied by cakeslob on topic Low Cost Raspberry Pi Contoller Board
ok cool, if its RC servos, check out remora
github.com/scottalford75/Remora
remora-docs.readthedocs.io/en/latest/
and since im here, shameless self plug for an ultra low cost educational cnc controller
github.com/cakeslob/RRW_LAB
github.com/scottalford75/Remora
remora-docs.readthedocs.io/en/latest/
and since im here, shameless self plug for an ultra low cost educational cnc controller
github.com/cakeslob/RRW_LAB
The following user(s) said Thank You: cornholio
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6433
09 Apr 2024 01:54 #297840
by tommylight
This is the current actual pricing here, see if you can spot a glaring issue:
Replied by tommylight on topic Low Cost Raspberry Pi Contoller Board
Normally i would ask "where is the price", but given the current state of RPI exorbitant prices, i am skipping it for the foreseeable future.
github.com/cakeslob/RRW_LAB
This is the current actual pricing here, see if you can spot a glaring issue:
Attachments:
Please Log in or Create an account to join the conversation.
09 Apr 2024 03:06 #297841
by cornholio
Replied by cornholio on topic Low Cost Raspberry Pi Contoller Board
Tommy I can actually believe that, but those prices look really high for both models. The RPi5 "broke" a lot of what works with the RPi4, especially if you want to play with gpios.
Please Log in or Create an account to join the conversation.
09 Apr 2024 03:22 #297842
by cakeslob
Replied by cakeslob on topic Low Cost Raspberry Pi Contoller Board
dont worry tommy, you can use ethernet also
Please Log in or Create an account to join the conversation.
09 Apr 2024 07:04 - 09 Apr 2024 07:22 #297844
by elovalvo
The prices of that supplier are exaggerated.
This is the site of a distributor in Italy (www.melopero.com/shop/raspberry-pi/raspberry-pi-5-8gb/)
Replied by elovalvo on topic Low Cost Raspberry Pi Contoller Board
Normally i would ask "where is the price", but given the current state of RPI exorbitant prices, i am skipping it for the foreseeable future. :
This is the current actual pricing here, see if you can spot a glaring issue:
The prices of that supplier are exaggerated.
This is the site of a distributor in Italy (www.melopero.com/shop/raspberry-pi/raspberry-pi-5-8gb/)
Attachments:
Last edit: 09 Apr 2024 07:22 by elovalvo.
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds