Remora - ethernet NVEM cnc board

More
01 Jan 2023 23:28 #260732 by scotta

Sorry to chime in here, I just found the NVMPG mentioned here. It looks like a nice affordable controller to me, but unfortunately I'm unable to find information about the serial comm protocol. Do you have any documentation on that?

Yes, I reversed engineered it. See this post

forum.linuxcnc.org/18-computer/44828-rem...oard?start=30#233498

and the attachment on the post is an Excel simulator.
The following user(s) said Thank You: sensille, KenSyn

Please Log in or Create an account to join the conversation.

More
02 Jan 2023 06:29 #260752 by sensille
Very nice, great work!

Please Log in or Create an account to join the conversation.

More
11 Jan 2023 02:16 #261528 by fintech
I made a video of the EC300 PCB. Not sure if EC500 and EC300 share the same processor. 



 
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
13 Jan 2023 03:33 #261770 by scotta
So it's nearly 1 year to the day when this topic was started for the STM32 based NVEM. And today I can happily share that the RT1052 version of Remora is 99.9% complete with the NVMPG now operational!

github.com/scottalford75/Remora-RT1052/tree/dev

The code will work for the NVEM and EC300. It should work for the EC500 but not tested and it won't have all the IO available until I can get a board test.

Currently MCUXpresso IDE and a CMSIS-DAP adaptor is required to compile and flash the firmware to the board. I'll start to work on DAP-LINK code to hopefully get drag and drop flashing working. This should make things easier if I can get it to work.

I'll merge dev into main as a 0.0 release.
The following user(s) said Thank You: Bari, MX_Master, mrbubble, AlessandroEmm, Murphy, RogEnk, KenSyn

Please Log in or Create an account to join the conversation.

More
13 Jan 2023 05:41 - 13 Jan 2023 05:43 #261773 by Bari
Don't forget that your other Remora thread goes back even further to April 2021. Each thread having over 80K views (jan '23)
www.forum.linuxcnc.org/18-computer/42276...ller-via-spi?start=0
Last edit: 13 Jan 2023 05:43 by Bari.

Please Log in or Create an account to join the conversation.

More
14 Jan 2023 23:02 - 15 Jan 2023 00:38 #261991 by dec0077
Hi,

sorry to bother you all, but I'm trying to set up remora on my NVEM V2. I was able to flash the firmware and upload the config file. LinuxCNC seems to be able to talk to the board (there is a lot of network traffic between the two); however, I'm having troubles with the inputs (I'm trying the e-stop, but it's the same with the others): when I flip the e-stop button the state of the input pin changes (the voltage drops to 0V as I'm using an NC button) but remora does not "see" it, the input pin in the HAL configuration stays low in any case.

Do you have any suggestions of what could be causing this? May I have flashed the wrong firmware/incorrectly?

I have to say I haven't tried sending some gcode yet, I wanted to have the safeties active before anything else.

Best regards,
Alberto M.
 
Last edit: 15 Jan 2023 00:38 by dec0077.

Please Log in or Create an account to join the conversation.

More
16 Jan 2023 07:55 #262108 by dec0077
I tried sending some gcode and I got an immediate error about joint 2.

Could it be the 12v power supply is not good enough? On the external cover of the NVEM card the input voltage range is 12v-32v, but on the board itself it says 18v minimum and I was wondering if that could be the issue.

Best Regards,
Alberto M.

Hi,

sorry to bother you all, but I'm trying to set up remora on my NVEM V2. I was able to flash the firmware and upload the config file. LinuxCNC seems to be able to talk to the board (there is a lot of network traffic between the two); however, I'm having troubles with the inputs (I'm trying the e-stop, but it's the same with the others): when I flip the e-stop button the state of the input pin changes (the voltage drops to 0V as I'm using an NC button) but remora does not "see" it, the input pin in the HAL configuration stays low in any case.

Do you have any suggestions of what could be causing this? May I have flashed the wrong firmware/incorrectly?

I have to say I haven't tried sending some gcode yet, I wanted to have the safeties active before anything else.

Best regards,
Alberto M.

Please Log in or Create an account to join the conversation.

More
17 Jan 2023 19:52 #262266 by scotta
Hi Alberto, 

Sounds to me that the config file is not loading correctly. Can you share your config.txt file here? If the config file is not correct JSON format it will not load. The only way to know this is to have the serial connection to see the output from the controller. I normally check the config.txt with an online JSON checker to ensure no formatting errors.

Please Log in or Create an account to join the conversation.

More
17 Jan 2023 22:10 #262277 by dec0077
Hi,

thank you for having taken the time to help me.

The config file I used is attached. I checked it with a JSON formatter and it passed. I believe it is the same file available in the github repository, under the ethernet feature branch.

Would it be possible to download the current config from the TFTP service on the card?

In order to re-flash the firmware (if it comes to that), do I have to re-solder the wires on the UART pins and redo the procedure via the st-link software? Would you advise to leave the wires attached for debug purposes? But then I would have to figure out how to read the serial console from linux instead of using the ST software.


Best Regards,
Alberto M.


 
Attachments:

Please Log in or Create an account to join the conversation.

More
17 Jan 2023 22:26 #262278 by scotta
Hmm, if you have not modified the config file then that should not be the issue as it's known to work.

I'd approach this by re-flashing the firmware and ensuring that you have a working system using the default config built into the firmware.

After flashing the firmware, LinuxCNC should be able to connect and come out of e-stop. You should be able to jog the X, Y and Z axes.

Then I'd move onto getting IO working etc. Note that LinuxCNC will only see the IO toggling when out of e-stop (comms running to the board).

Please Log in or Create an account to join the conversation.

Time to create page: 0.280 seconds
Powered by Kunena Forum