Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Marius Liebenberg
Nicklas I am busy with my mill for my workshop but I do have some test machines on the desktop that helps a bit with basic testing. I configure machines for other people so I always have some sort of system to test with :) even if it just for a short time. I will put a test system together and

Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Karlsson & Wang
Yes I have it working but far from complete. PWM outputs, encoder and GPIO seems to work but I did not have enough time to test it on real machine yet. Do you have a private address there I could send the files ?? I make circuits boards and solder myself which take some time. I also have practi

Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread 77dab
On 06/01/2015 14:43, Marius Liebenberg wrote: > I have been working on a network solution for some extra IO. I used an > Arduino with an Ethernet shield and created a user space component that > seem to work fine. > Some testing is required and I would appreciate any participation :) > > udpio and

Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Marius Liebenberg
Do you have the STM32 working with Hostmot yet? I would like to have a look at the code if I might. On 2015-01-06 18:53, Nicklas Karlsson wrote: > I am currently working with a STM32F4 discovery board and use the Hostmot > mesa 2 driver to communicate with it via ethernet. It only 3 volt logical

Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Marius Liebenberg
On 2015-01-06 18:53, Nicklas Karlsson wrote: > I am currently working with a STM32F4 discovery board and use the Hostmot > mesa 2 driver to communicate with it via ethernet. It only 3 volt logical > levels and analog, PWM, Encoder, Simple IO, analog and other buses if > needed. I will be looking a

Re: [Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Nicklas Karlsson
I am currently working with a STM32F4 discovery board and use the Hostmot mesa 2 driver to communicate with it via ethernet. It only 3 volt logical levels and analog, PWM, Encoder, Simple IO, analog and other buses if needed. I have been looking on the arduino boards to connect simple IO, at first

[Emc-users] IO with Ethernet and Arduino

2015-01-06 Thread Marius Liebenberg
I have been working on a network solution for some extra IO. I used an Arduino with an Ethernet shield and created a user space component that seem to work fine. Some testing is required and I would appreciate any participation :) udpio and Arduino