Page 14 sur 23

Re: Jedicut and Arduino over USB

Posté : ven. mai 03, 2013 7:46 pm
par bozzo 12
i just try to download blink, and it's ok for my, led13 flash, and when i change delay on code, led13 flash more or less slowly.
i think, i have a problem with usbserial dll, may be i'm wrong imported dll, i must change something in the Arduino code??
if you want, you can use teamviewer for whatch in my pc, it will be faster.
thank you so so much.
hugo

Re: Jedicut and Arduino over USB

Posté : dim. mai 05, 2013 9:47 am
par zippyt
Hi Martin
Just an update for you. Cutter working well now do you have any tips for using the wire heat control function?
Are you based in the UK?
Many Thanks again.
Nigel

Re: Jedicut and Arduino over USB

Posté : dim. mai 05, 2013 5:35 pm
par Martin
Hi Nigel,

wire heat control is implemented, but I think you are the first who wants to use it :-)
Pin 2 of arduino is foreseen to switch a relay to turn heating on and of. Pin 3 provides a PWM signal which is controlled by jedicut (0-100%).
It depends on your board if you need additional external parts (Mosfet,relay, etc).

I am happy, that it worked for you now.

Greetings from Vienna/Austria
Martin

Re: Jedicut and Arduino over USB

Posté : mer. juil. 17, 2013 1:33 am
par DaveLister1
Hi,

First, thanks for this great piece of work.

As second, I would like to share my work with you, as someone might find it usefull as well.
I have ported the arduino software to pure C program for USB enabled AVR's. This might come in handy to anyone who has USB AVR (like for example AT90USB162 ) and doesn't have arduino bootloader or no arduino support for his device or for whatever reason.
It's based on LUFA USB library, basically does the same thing as the arduino version but with inbuilt USB.

Repository and download: https://github.com/DaveLister007/JediCutUSBAVR/

If you have any questions, feel free to ask, just email me because I don't read these forums and can't register because validation email won't arrive (davelister..at..email.cz)

So, thanks again and hope my port might help someone.

Re: Jedicut and Arduino over USB

Posté : lun. juil. 29, 2013 7:42 pm
par Jerome
Hello,

I activate your account :)-D

Can you tell us more about your "AVR" solution ? What's an "AVR" and how much does this solution cost ?

Re: Jedicut and Arduino over USB

Posté : mer. sept. 11, 2013 10:34 am
par patrick_83
Hello, excuse my English (google translator). I have a Nano V3.0 ATmega328P and hobbycnc 4aupcwhc. I want to connect the heater. what connections between the pins of hobbycnc (11 = Heat Feedback, 12 = Auto / Man Heat Control, 16 = Heat) and the pins for Arduino (D2: Heating On / off, D3: heating PWM). thank you

Re: Jedicut and Arduino over USB

Posté : mer. sept. 11, 2013 8:14 pm
par Rick
Hi Martin.
I'm probably a bit late with this info .... i'm working on a different project and remembered your problem.
The baud rate issue is caused by the bootloader. Make sure you have the optiboot bootloader and it should work at 115k.
Whenever i get a new board i always update the bootloader first. Use your original Uno to program the new one using the arduino environment.



[quote=Martin]
Hi All,

today I received the arduino nano from china. I prepared a little circuit board to plug in the nano.
usbnanok.jpg
It looks clean and tidy now:)
IMG_20130211_144704k.jpg
I used the same source code as for the arduino uno, with only one change. The baudrate must be reduced to 57600. I don't know why but it works.

Martin[/quote]

Re: Jedicut and Arduino over USB (Dll download problem)

Posté : jeu. sept. 12, 2013 2:48 am
par armo
Goodnight to all. I´m trying to download the USBSerial.dll from the following address: https://code.google.com/p/jedicut-exten ... Serial.dll. I tried to use 2 programs to do that: the tortoise svn and Download SVN and I could not download the desired dll. Could someone help me?
Alfredo
P.S. the message that I get here is that connection was refused by the server.

Re: Jedicut and Arduino over USB(Dll problem solved)

Posté : jeu. sept. 12, 2013 2:59 am
par armo
Sorry for the last mail. I was using a wrong address.
Alfredo

Re: Jedicut and Arduino over USB

Posté : jeu. sept. 12, 2013 10:33 am
par patrick_83
hello
http://code.google.com/p/jedicut-extens ... Serial.dll
clic file info " view raw file" and save the file
patrick