- Hardware & Machines
- Computers and Hardware
- Remora - Rpi Software Stepping Using External Microcontroller via SPI
Remora - Rpi Software Stepping Using External Microcontroller via SPI
07 Aug 2021 16:14 #217134
by cakeslob
Replied by cakeslob on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
The beaglebone pru can do more than just pwm.
have you looked into any of the altera/xilinx SoC boards? they have an arm core inside the fpga. machinekit guys wrote an hm2 firmware for a few boards already
I wish that the PRU's were actual FPGA's since we could do much more with them if they were.
have you looked into any of the altera/xilinx SoC boards? they have an arm core inside the fpga. machinekit guys wrote an hm2 firmware for a few boards already
Please Log in or Create an account to join the conversation.
07 Aug 2021 23:00 #217162
by scotta
What issues are you having?
Replied by scotta on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
The SKR v1.4 has been working for some time. I completed a 17hr print with it during the week.Hey scotta has there been any more Hal work for the skr1.4 so the home inputs and bed output work?
thanks
What issues are you having?
Please Log in or Create an account to join the conversation.
07 Aug 2021 23:31 #217164
by Cncninja
Replied by Cncninja on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
skr1.4 motion is working but the other i/o is not, I was hoping to use the input switches as wired and use the bed heater as M3 and fan output as an M8 is any of the i/o mapped in the Hal other than the motion? Also, the 2209 has a home feature with a stall warning signal that goes high we could wire back into the homing switched but the problem is 2209 needs a enn toggle to start moton after the stall.
Please Log in or Create an account to join the conversation.
08 Aug 2021 00:59 #217169
by Cncninja
Replied by Cncninja on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
I would like to make a mini mill config so people can plug and play with the grbl boards used by so many on the 3018 CNC mills. they have plug-and-play connections with 3D printer boards(skr1.4) steppers and homing switches. But a mill needs M3 for spindle on-off and a 0-5v for speed control or those with 24v dc spindles us the bed heater fet and PWM speed control also M8 for air/coolant and a probe input. the SKR has all this it just needs to be mapped in the config for a Mill vs printer config
bed heater pwm = to spindle M3 as PWM (dc spindle), also to a digital pin on/off for ext spindle control
extruder 2 hotend to 1~5v pwm for spindle speed control
hotend heater to = M8 coolent no pwm just on off
there are 2 analog thermistor inputs that could be mapped to use with external spindle and feed overrides (0-5k pots)
I really think this would have a big splash with current grbl users to make a mill version I can easily demo it with my channel and FB pages
bed heater pwm = to spindle M3 as PWM (dc spindle), also to a digital pin on/off for ext spindle control
extruder 2 hotend to 1~5v pwm for spindle speed control
hotend heater to = M8 coolent no pwm just on off
there are 2 analog thermistor inputs that could be mapped to use with external spindle and feed overrides (0-5k pots)
I really think this would have a big splash with current grbl users to make a mill version I can easily demo it with my channel and FB pages
Please Log in or Create an account to join the conversation.
08 Aug 2021 01:57 #217172
by Bari
Replied by Bari on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
If they only had a GPU
We used the original Allwinner A10 or A20 >5 years ago on the Cubieboard with Xenomai and we had decent stepping without any integrated micro.
Lots of this just boils down to building u-boot, the kernels and configs properly vs just random slapped together shit that you are supposed to edit by hand later.
We used the original Allwinner A10 or A20 >5 years ago on the Cubieboard with Xenomai and we had decent stepping without any integrated micro.
Lots of this just boils down to building u-boot, the kernels and configs properly vs just random slapped together shit that you are supposed to edit by hand later.
Please Log in or Create an account to join the conversation.
08 Aug 2021 05:20 #217176
by cakeslob
but anyways, back to remora
heres my fast and dirty setup . no fancy pcb but my bitchin all-purpose utilitarian cable, now with unnecessary length! colour coded as per the manual to minimize those looming wiring errors! Tired of short circuits? All the connectors on The Regular Ass Cable are insulated to save you from your self! All the flexibility of a cable, while still maintaining the freedom to plug it in backwards(its a feature)! Are you so lazy that crimping is the only thing between you and success? You can buy pre-crimped for mere pennies per wire!
Replied by cakeslob on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
but its an fpga, so you could just build a gpu. but yeah good point i didnt think of that. looks like theres one xilinx zynq that has a mali400 on it . i mean i dont need fancy graphics, the fanuc i use everyday doesnt have any fancu graphics, but i dont not want fancy graphicsIf they only had a GPU
but anyways, back to remora
heres my fast and dirty setup . no fancy pcb but my bitchin all-purpose utilitarian cable, now with unnecessary length! colour coded as per the manual to minimize those looming wiring errors! Tired of short circuits? All the connectors on The Regular Ass Cable are insulated to save you from your self! All the flexibility of a cable, while still maintaining the freedom to plug it in backwards(its a feature)! Are you so lazy that crimping is the only thing between you and success? You can buy pre-crimped for mere pennies per wire!
Please Log in or Create an account to join the conversation.
08 Aug 2021 06:38 #217180
by Cncninja
Replied by Cncninja on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
So making a 4 axis mill profile using skr1.4. attached is a somewhat working config for the skr, the remora xyza need some work m3 is coming out m5 etc
Attachments:
Please Log in or Create an account to join the conversation.
08 Aug 2021 22:37 #217269
by mhel
Replied by mhel on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
@gtt38
I don't supposed you're waveshare dev board came with a network phy (i.e. DP83848C) ?
Do you want to tinker with Remora over ethernet?
See if it's viable, worth spending more time on it?
I don't supposed you're waveshare dev board came with a network phy (i.e. DP83848C) ?
Do you want to tinker with Remora over ethernet?
See if it's viable, worth spending more time on it?
Please Log in or Create an account to join the conversation.
09 Aug 2021 00:24 #217272
by mhel
Replied by mhel on topic Remora - Rpi Software Stepping Using External Microcontroller via SPI
Thanks, saw that one inspired me partly to tinker with Remora and ethernet.
I managed to do it but getting too many following errors which suggests
that it's probably too slow for the chip. I'm pinging it from Rpi averaging
165 microseconds direct connection no router in between. But I read
that ping is not actually a good metrics for UDP transfer.
I managed to do it but getting too many following errors which suggests
that it's probably too slow for the chip. I'm pinging it from Rpi averaging
165 microseconds direct connection no router in between. But I read
that ping is not actually a good metrics for UDP transfer.
Please Log in or Create an account to join the conversation.
- Hardware & Machines
- Computers and Hardware
- Remora - Rpi Software Stepping Using External Microcontroller via SPI
Time to create page: 0.144 seconds