Page 3 sur 23

Re: Jedicut and Arduino over USB

Posté : jeu. oct. 04, 2012 12:19 pm
par MAES
Jerome,

i work in the Winter on Adapter with a PIC-Controller in serial-com. with the Arduino dll.
On the Adapter i will create the PWM and the Driver for the Hotwire.

When the Adapter work's, i will share all Dokument's.

Manfred

Re: Jedicut and Arduino over USB

Posté : dim. oct. 07, 2012 9:40 am
par Jerome
Very interesting project ;)

Re: Jedicut and Arduino over USB

Posté : lun. oct. 08, 2012 7:07 pm
par ZbigPL
[quote=Martin]
Hi ZbigPL,
yes, bascom programs may not fast enough to handle the high baudrate...[/quote]

Thanks, Martin!
With 8 MHz clock didn't work baudrate 115200 but 128000 is OK!
My machne with chip TA8435H now works with USBserial.
I found in my treasure chest some Atmega168 chips.
So I started a few days ago Bascom and it works without any additional components!
Flash is 95% free. I must to think about heat control and so on...

We say "The farther into the forest, the more trees" (read: problems):

1. I have real parameter 0,05 mm/step in Jedicut. Now I must set about 0,003 mm/s. It would be better with real factor.
2. I unsuccesfully try change speed of wire. Where is snag?:S
3. I have not tried "Pause". It will work?
4. I'm dreaming about "End of transmision" (for example "A2" in Your 2byte convention)

Re: Jedicut and Arduino over USB

Posté : mar. oct. 09, 2012 9:37 am
par Martin
Hi ZbigPL,

I sent you a PM concerning the points 1 and 2 (You may have something configured wrong).
-- "Pause" works, but the commands already sent to the micro controller and stored in the command buffer can't be unsent, so they will be executed, but then jedicut stops the transmission of commands.
-- You can use the command A0 (all motors off) for the "End of transmission command". It will be sent every time as last command.

Martin

Re: Jedicut and Arduino over USB

Posté : mer. oct. 10, 2012 11:27 am
par ZbigPL
[quote=Martin]
I sent you a PM concerning the points 1 and 2 (You may have something configured wrong).
[/quote]

Thank you. Of course, a lack the knowledge.

Re: Jedicut and Arduino over USB

Posté : lun. nov. 12, 2012 7:53 am
par apone4
hello martin :-)
my English is by google translator :-)

I am not expert, but I could not find software for arduino
let alone the plugin to jedicut :-(

you may post the complete package for beginners
like me?

thanks :-)

Re: Jedicut and Arduino over USB

Posté : mar. nov. 13, 2012 7:03 am
par Jerome
Hello apone4,

I don't have computer non but tonight or tomorrow I will post a link to download a zip file.

Where do you come from ?

Have a nice day ;)

Re: Jedicut and Arduino over USB

Posté : mar. nov. 20, 2012 4:40 pm
par Vincent
Hello,
May this could work with an Arduino Nano board ?? it's more cheap : 10$ on Hobbyking...And so small that it could be integrated in the câble with sink, between CNC interface and PC...

I'll try :D

Re: Jedicut and Arduino over USB

Posté : mer. nov. 21, 2012 7:48 am
par Jerome
Hi Vincent !
When can you try this solution ? I'm waiting for it :p

Re: Jedicut and Arduino over USB

Posté : mer. nov. 21, 2012 8:43 am
par Martin
Hi,

the arduino nano has the same microcontroller as the uno. So I'm sure, that it will work. I have planned to buy a handful of this cheap boards from hobbyking, too. So maybe we can together develop an arduino powered interface cable? The software should be useable as it is.:)

Martin