Remora - ethernet NVEM / EC300 / EC500 cnc board
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 891
- Thank you received: 464
Yes, I had that thought as well. No reason why not. Years ago I turned a 3D printer controller board into a USB Modbus IO controller. This was pre-Remora. We would just need an Arduino board that ideally would have a MAX232 serial chip.My hat off to you, you've really been putting in the hard yards.
Being a serial protocol would there be the chance of using the Pendant without the NVEM module via a USB to serial dongle directly attached to a computer.
Please Log in or Create an account to join the conversation.
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 891
- Thank you received: 464
Button presses are also grabbed via DMA and put into the data being sent back to LinuxCNC.
Next step is to do the HAL side of things to get the button presses actually doing what they are meant to do.
The higher speed of the ethernet connection really allows for tight motion control. I've had to turn up the Pgain to eliminate overshoot.
Please Log in or Create an account to join the conversation.
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 891
- Thank you received: 464
Attachments:
Please Log in or Create an account to join the conversation.
- Aaroncnc
- Offline
- Elite Member
- Posts: 204
- Thank you received: 45
If it will work i will order one of these.
The work you are doing is amazing.
Please Log in or Create an account to join the conversation.
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 891
- Thank you received: 464
Please Log in or Create an account to join the conversation.
- Aaroncnc
- Offline
- Elite Member
- Posts: 204
- Thank you received: 45
www.amazon.com/Ultra-Compact-RS232-Conve...00OPTOKI0/ref=sr_1_4
and this is the correct pendant?
www.aliexpress.com/item/1005002204857294.html
I dont need to buy it but sometime in the future it would be cool to not have to use a keyboard or map a gamepad.
Please Log in or Create an account to join the conversation.
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 891
- Thank you received: 464
For Remora we'd need to adapt the new NVMPG LinuxCNC component to use SPI and modify the Remora module on the controller board side. Maybe something I look at once the Remora-NVEM and Remora-W5500 ethernet versions are up and going.
Please Log in or Create an account to join the conversation.
- Aaroncnc
- Offline
- Elite Member
- Posts: 204
- Thank you received: 45
Thinking out loud if it runs on a board this still allows someone to use the ethernet route with a full pc and still have the pendant correct?
Please Log in or Create an account to join the conversation.
- Pro_El
- Offline
- Premium Member
- Posts: 93
- Thank you received: 3
Please Log in or Create an account to join the conversation.
- JojoS
- Offline
- New Member
- Posts: 10
- Thank you received: 6
I couldn't find some documentation about 'Remora', do have some hints or a few words what it is? The protocol that Mach3 uses for ethernet communication? Edit: ok, found the Remora docs, have something to read.
About software for the F207 with Mbed: haven't used this MPU yet, but I'm using VSCode for Mbed programs. Its more flexible for using non Mbed-enabled stuff and with cortex-debug extension, you can use a lot of different debug probes. Setup is more difficult than using Mbed Studio, but at least it works.
Please Log in or Create an account to join the conversation.