- Hardware & Machines
- Computers and Hardware
- Remora - Rpi Software Stepping Using External Microcontroller via SPI
Remora - Rpi Software Stepping Using External Microcontroller via SPI
Remorea-flexi-hal is running at 120khz by the looks.Hello,
I am eager to know what is the fastest stepgen rate STM32F4 board support.
Please Log in or Create an account to join the conversation.
Thank you for providing Remora; I suspected that there was a sensible way to create a motion controller, great job.
I have had an MKS SBASE v1.3 on the shelf for a couple of years and would like to utilise it for Remora. The chip is LPC1768FBD100.
In 'github.com/scottalford75/Remora/Firmware/FirmwareBin' there is SKRV1_4 but no MKS SBASE v1.3; as they are both LPC1768 chips will this firmware.bin work with the MKS SBASE v1.3?
In the documentation for MKS SBASE v1.3 there is a wire connection from RPi GPIO 25 to Px.x; I'm assuming that this is optional in case an additional pin is to read from the MKS board, is this correct?
Kind regards,
Tim
Please Log in or Create an account to join the conversation.
Hi Tim, yes. The Mks-Sbase was one of the first boards used for development. It does require some small mods to work. There is a config example in the repoHello Scott,
Thank you for providing Remora; I suspected that there was a sensible way to create a motion controller, great job.
I have had an MKS SBASE v1.3 on the shelf for a couple of years and would like to utilise it for Remora. The chip is LPC1768FBD100.
In 'github.com/scottalford75/Remora/Firmware/FirmwareBin' there is SKRV1_4 but no MKS SBASE v1.3; as they are both LPC1768 chips will this firmware.bin work with the MKS SBASE v1.3?
In the documentation for MKS SBASE v1.3 there is a wire connection from RPi GPIO 25 to Px.x; I'm assuming that this is optional in case an additional pin is to read from the MKS board, is this correct?
Kind regards,
Tim
github.com/scottalford75/Remora/tree/mai...gSamples/MKS%20Sbase
Also, check out the docs for more details on the small mod needed.
remora-docs.readthedocs.io/en/latest/hardware/Mks-Sbase.html
BR
Scott
Please Log in or Create an account to join the conversation.
Wishing you a Happy New Year,
Tim
Please Log in or Create an account to join the conversation.
I am following the Remora documentation for Linuxcnc Installation on a Pi 3B+, but I am have difficulties such as the frozen rainbow screen upon reboot.
I have tried a couple of class 10 sd cards (Transcend 8GB and Scandisk Ultra 32GB) and the Pi is powered by the official white AC power supply (low power often cited in rainbow screen problems). This procedure is the same as linuxcnc.org/docs/html/getting-started/getting-linuxcnc.html.
Is it appropriate to use a Pi 3B+ with the linux-image-4.19.71-rt24-v7l+ Realtime kernel?
or just forget it and buy a Pi 4?
Is the Debian Bullseye 2022-09-22 OS appropriate for the starting point?
Is a 32GB sd card large enough?
Is there an alternative procedure to create the sd image?
Please Log in or Create an account to join the conversation.
You can't use that procedure on 3B+ because the imageHello,
I am following the Remora documentation for Linuxcnc Installation on a Pi 3B+, but I am have difficulties such as the frozen rainbow screen upon reboot.
I have tried a couple of class 10 sd cards (Transcend 8GB and Scandisk Ultra 32GB) and the Pi is powered by the official white AC power supply (low power often cited in rainbow screen problems). This procedure is the same as linuxcnc.org/docs/html/getting-started/getting-linuxcnc.html.
www.linuxcnc.org/iso/linuxcnc-2.8.1-pi4.zip
is for Pi 4
I think you can use 3B+ but there are more updated realtime kernelsIs it appropriate to use a Pi 3B+ with the linux-image-4.19.71-rt24-v7l+ Realtime kernel?
or just forget it and buy a Pi 4?
No, if you want to use LinuxCNC version 2.8.4. This version runs with BusterIs the Debian Bullseye 2022-09-22 OS appropriate for the starting point?
yes, 8 GB is enough to work even if 32 is obviously betterIs a 32GB sd card large enough?
yes, for example thisIs there an alternative procedure to create the sd image?
linuxcnc.org/docs/html/getting-started/g...lling_on_raspbian_10
which also works on Pi 3B+ ( v71+ for armhf)
Anyway I'm preparing an image with buster and LinuxCNC 2.8.4 32 bit for 3B+, Pi 4 and Pi400[/quote]
Please Log in or Create an account to join the conversation.
Anyway I'm preparing an image with buster and LinuxCNC 2.8.4 32 bit for 3B+, Pi 4 and Pi400
The image can be downloaded from this link
forum.linuxcnc.org/9-installing-linuxcnc...erry-pi-3b-pi#260915
Please Log in or Create an account to join the conversation.
Thank you very much for your generous reply to my beginner LCNC questions and your time in providing the image.
I'm away from my CNC due to work but I will use your guidance asap.
Kind regards,
Tim
Please Log in or Create an account to join the conversation.
- 4170-thomasnobi
- Offline
- New Member
- Posts: 8
- Thank you received: 0
Do you have any idea why the hardware PWM mode does not work (no response at PIN). As software PWM the PIN works. I have already tested some but everywhere the same software ok but hardware no reaction. I need 1kHz or better even more, which the software PWM does not provide. Or is a pin from Rasperry also possible to use?
{
"Thread": "Servo",
"Type": "PWM",
"Comment": "PWM Laser",
"Hardware PWM": "True",
"SP": 0,
"PWM Pin": "PD_15"
}
Please Log in or Create an account to join the conversation.
What board and software branch are you using?
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