Offline
Newbie
Karma: 0
Posts: 43
|
 |
« on: October 22, 2012, 03:33:28 pm » |
So, The first thing the i noticed respingere arduino Due spechs is:
Warning: Unlike other Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Providing higher voltages, like 5V to an I/O pin could damage the board.
I want to make a question/reflection If i have a servo motor(i know The Servo library is non supported yet) that has an operative Voltage of 5V-6V i think i Can use the 5V pin on Arduino due. But what about the signal pin? Is it possible that the 3.3V output of arduino due on the signal pin is interpreted as LOW level from servo and it will not rotate??? Doing in this way there is risk to break the board?
Thankyou
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
Edison Member
Karma: 38
Posts: 1029
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #1 on: October 22, 2012, 06:07:49 pm » |
It depends on the servo. What you are best off doing is putting a level shifting circuit between the due output and the servo input, just to be sure. (If you google level shift circuit, there are lots of designs and chips available).
|
|
|
|
|
Logged
|
~Tom~
|
|
|
|
Manchester (England England)
Offline
Brattain Member
Karma: 299
Posts: 26031
Solder is electric glue
|
 |
« Reply #2 on: October 22, 2012, 06:20:39 pm » |
Doing in this way there is risk to break the board? Yes probably if the input to the servo floats high when disconnected. It depends on the construction of the servo electronics.
|
|
|
|
|
Logged
|
|
|
|
|
nr Bundaberg, Australia
Offline
Tesla Member
Karma: 75
Posts: 6975
Scattered showers my arse -- Noah, 2348BC.
|
 |
« Reply #3 on: October 22, 2012, 07:10:12 pm » |
It's starting  ______ Rob
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 43
|
 |
« Reply #4 on: October 23, 2012, 12:09:17 am » |
Doing in this way there is risk to break the board? Yes probably if the input to the servo floats high when disconnected. It depends on the construction of the servo electronics. Downloading The datasheet there is only indication about The operative Voltage of The servo. So maybe we cannot use servo whit arduino due?
|
|
|
|
|
Logged
|
|
|
|
|
UK
Offline
Full Member
Karma: 0
Posts: 128
mini mini mini
|
 |
« Reply #5 on: October 23, 2012, 03:02:59 am » |
On most 2.4GHz receivers the signal is 3.3v, just about all servos from the last 5 years work just fine on these radios, so I should imagine they'll work just as well on the due. Just remember the power supply for the servo wants to be somewhere around 5v and you're good to go.
|
|
|
|
|
Logged
|
|
|
|
|
Manchester (England England)
Offline
Brattain Member
Karma: 299
Posts: 26031
Solder is electric glue
|
 |
« Reply #6 on: October 23, 2012, 05:17:13 am » |
Downloading The datasheet there is only indication about The operative Voltage of The servo. So maybe we cannot use servo whit arduino due? So when the data sheet does not tell you measure it. Take a volt meter, power up the servo with 5 or 6 volts and measure what is on the input connector without connecting it up. If this shows less than 3V then you are fine, otherwise you need some protection on the pins.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 43
|
 |
« Reply #7 on: October 23, 2012, 05:32:13 am » |
Downloading The datasheet there is only indication about The operative Voltage of The servo. So maybe we cannot use servo whit arduino due? So when the data sheet does not tell you measure it. Take a volt meter, power up the servo with 5 or 6 volts and measure what is on the input connector without connecting it up. If this shows less than 3V then you are fine, otherwise you need some protection on the pins. Thankyou...
|
|
|
|
|
Logged
|
|
|
|
|
Rapa Nui
Offline
Edison Member
Karma: 31
Posts: 1183
Pukao hats cleaning services
|
 |
« Reply #8 on: October 23, 2012, 01:19:50 pm » |
..never power the servos from arduino's 5volt supply.. use external source instead..
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 43
|
 |
« Reply #9 on: October 23, 2012, 02:27:24 pm » |
..never power the servos from arduino's 5volt supply.. use external source instead..
sure... i use to plug 9V battery with a 7805 regulator... but i was talking about the signal pin...
|
|
|
|
|
Logged
|
|
|
|
|
London, ON
Offline
Newbie
Karma: 0
Posts: 49
|
 |
« Reply #10 on: October 29, 2012, 02:11:41 pm » |
My motors will be running 5V PWM from the l298 @ 3.9KHz. Can a voltage level converter run this quickly?
Also - I cannot find the DUE anywhere... (from Canada). I am sure it was released, any suggestions where I can pick up a couple?
Daniel
|
|
|
|
|
Logged
|
Dialup is the future.
|
|
|
|
Forum Administrator
Offline
God Member
Karma: 44
Posts: 616
I find plain exciting
|
 |
« Reply #11 on: October 29, 2012, 02:58:15 pm » |
@dgelman
The Due is a bit hard to find at the moment because we were overwhelmed with requests while there was a small delay in the delivery of the processors.. Now everything is back on track but it would take a few days for the factory to catch up and start shipping all the backlog.
We are working on a tutorial that shows how to use the Arduino Motor Shield (based on the L298) with the Due
m
|
|
|
|
|
Logged
|
|
|
|
|
Manchester (England England)
Offline
Brattain Member
Karma: 299
Posts: 26031
Solder is electric glue
|
 |
« Reply #12 on: October 29, 2012, 04:08:44 pm » |
My motors will be running 5V PWM from the l298 @ 3.9KHz. Can a voltage level converter run this quickly? Yes voltage level converters can run at as fast as the arduino can throw stuff at it.
|
|
|
|
|
Logged
|
|
|
|
|
London, ON
Offline
Newbie
Karma: 0
Posts: 49
|
 |
« Reply #13 on: October 29, 2012, 04:45:17 pm » |
My motors will be running 5V PWM from the l298 @ 3.9KHz. Can a voltage level converter run this quickly? Yes voltage level converters can run at as fast as the arduino can throw stuff at it. Thats great, I will look into a voltage level converter, as well as this tutorial mentioned below. @dgelman
The Due is a bit hard to find at the moment because we were overwhelmed with requests while there was a small delay in the delivery of the processors.. Now everything is back on track but it would take a few days for the factory to catch up and start shipping all the backlog.
We are working on a tutorial that shows how to use the Arduino Motor Shield (based on the L298) with the Due
m
Hello Massimo - I am looking to purchase multiple Dues and UNOs. My research institute is located in Canada but I am open to any distributor. Where can I purchase Dues without getting capped at 1? Also, hopefully the Dues and tutorial will be up shortly - if you have any time intervals that would be great! As well as where I can look for these videos. Also, side note: I am hearing weird things about the external interrupts on the Due. Forums are saying 0 and some are saying 8. If someone can clear this up for me, that would be great  Daniel
|
|
|
|
|
Logged
|
Dialup is the future.
|
|
|
|
Forum Administrator
Offline
God Member
Karma: 44
Posts: 616
I find plain exciting
|
 |
« Reply #14 on: October 30, 2012, 02:37:59 pm » |
you can email store (at) arduino.cc explain what you want to purchase and they will guide you.
Interrupts are now working on the Due, I don't have the exact number with me here. I'll get cristian to jump in and explain
m
|
|
|
|
|
Logged
|
|
|
|
|
|