Remora 1.0.0_rc released for testing
Hi, this is the next part of the development now that the STM32F4 is supported. I've got a cunning plan to double the step rate with the current servo thread frequency but also I'm working on having the Base Frequency as part of the config.txt so that we can play with max step rates. I think 80khz would be achievable now. That's 1000mm/s if I get the step doubling working. 100khz might even be possible.Will the STM vs LPC have a faster step rate? I know some said 4 times faster SPI buss on the STM, but does that equate to a faster step Hz, or is the RPI the limiting factor? I already have the LPC-based SKR1.4pro, im just wondering for future builds. Thanks Much
Please Log in or Create an account to join the conversation.
Please find the attached files i did not have time to flash my board to make sure they work but should be enough for you to see.Cncninja post=224019 userid=28123Was the LPC also updated? I have the skr1.4 turbo, I have not been able to set up any peripherals on the board other than XYZ step gen, I would love a HAL file that was pre-configured for 4 axes and used the built-in home, probe, fan=flood, bed heater=spindle for mill use. If anyone could help that would be awesome i posted what I have so far in the other thread.
Thanks
Also if you are having trouble with the config for the skr i have made a tool.
github.com/aaroncnc/Remora-GUI-Config-Tool
It needs a few changes for the newest branch of remora but the only change is the name for TMC and i will have a updae soon for the tool.
Please Log in or Create an account to join the conversation.
github.com/aaroncnc/Remora-GUI-Config-Tool
I am still lacking the motor enable option and the TMC com pins are hard set for a skr 1.4 board.
I will try to add the other 2 items soon.
Please let me know of any feedback or confusion/improvements.
Also i wish i knew a better way to code as i have soo many repeats that i feel i should try to use a variable variable.
Please Log in or Create an account to join the conversation.
is it the same as posted in the thread? or is it not needed?
"Thread": "On load",
"Type": "Motor Power",
"Comment": "Enable motor power SKR2",
"Pin": "PC_13"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Remora uses the Mbed bare-metal profile, so no overhead of an RTOS.We have to walk here before we can run but Mbed OS adds some overhead to generating steps. Someone can always fork this to a different real time OS or go OS free or even use assembly to max out performance.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hi, the only sample config.txt is the one I posted. So yes this Motor Power module is needed.What is the situation with the motorpower pin? I see a module but I dont see it in the sample config for skr2.
is it the same as posted in the thread? or is it not needed?
"Thread": "On load", "Type": "Motor Power", "Comment": "Enable motor power SKR2", "Pin": "PC_13"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
added the skr2 to the boards options (it will auto add the motor power enable to your config file)
Added TMC rx pins to the gui
Did a code refactor from 1,400 lines down to sub 250 lines
github.com/aaroncnc/Remora-GUI-Config-Tool
Do you think it would be worth the effort to start adding in a HAL and ini generation to the program?
So the user could setup a basic machine kinda like tha paraport setup there is now.
Please Log in or Create an account to join the conversation.