charlie5 has quit [Ping timeout: 240 seconds]
thinkfat_ has joined #beagle
thinkfat has quit [Ping timeout: 272 seconds]
GenTooMan has quit [Ping timeout: 240 seconds]
GenTooMan has joined #beagle
starblue1 has joined #beagle
Guest636 has joined #beagle
starblue has quit [Ping timeout: 258 seconds]
<Guest636> I am connecting an rs232 - ttl converter to the beagle board x15 debug port, with the help of the IRC can someone please tell me where I can pickup 3.3v on beagleboard x15 it self? I would really appreciate it
<zmatt> good question
<zmatt> it's obviously on the expansion headers but those are annoying to connect to
<zmatt> you could pull it from the jtag header
<Guest636> I believe I get it the 20 pin jtag looks like pin 14 according to the pdf
<Guest636> would that be right
<zmatt> 3.3V is pin 5 of the JTAG header
<zmatt> (this image is from rev A, hopefully the orientation of the connector hasn't changed, I'm not near my own bbx15 to check)
<Guest636> it looks the same
<Guest636> I'll test it out
<zmatt> 3.3V is also available on pin 1 of the J3, J4, and J6 headers next to the ethernet connector
<zmatt> ehh sorry, pin 1 of J3 and J4, pin 3 of J6
<Guest636> thats very kind of you to offer the help. I saw in in a couple of places I have been working on an off with x15 but I do alot of experiments on bbb
<zmatt> bbb is definitely easier to work with
<zmatt> (huh... I also just noticed how odd the schematic around those J3/J4/J6 jumpers is... to be able to use them as boot selection jumpers you actually need to desolder the nearby resistors otherwise jumpering pins 1 and 2 of any of these creates a short from 3v3 to ground... wtf, why are those resistors 0 ohm instead of like 10K or so o.O)
<Guest636> I am with you certain aspect of the board is really mechanically complicated
<Guest636> I have been trying to get the debug to connect directly to an rs232 access server I just received over mail the rs 232 ttl converter but the baud rate seems to be hard wired to usb max speed
<zmatt> that sounds nonsensical
<Guest636> how so?
<zmatt> what do you even mean by "usb max speed" ?
<zmatt> also, what does usb have to do with an rs232 to ttl converter?
<Guest636> when I run commands like for example
<Guest636> setserial /dev/ttyS2 baud_base 115200, this comes back just fine, but if I check again
<Guest636> setserial /dev/ttyS2 -a
<Guest636> Baud_base: 3000000, close_delay: 50, divisor: 0
<Guest636> closing_wait: 3000
<Guest636> Flags: spd_normal
<zmatt> what is /dev/ttyS2 in this context?
<Guest636> would be ttyS0
<Guest636> but it gets renamed on bootup
<zmatt> like, I'm not sure what you're even talking about. do you mean on the bb-x15 ? on your pc ?
<zmatt> where does usb come up in all this?
<Guest636> I apologize I get what your asking it the x15
<zmatt> the serial console on the bbx15 is /dev/ttyS2 (not /dev/ttyS0) and it defaults to 115200
<zmatt> I don't know what "setserial" is, it's not installed by default and I don't think I've ever used it
<Guest636> The baud rate is correct if I use a ttl to usb cinverter
<zmatt> you can check the baudrate e.g. with stty -a -F /dev/ttyS2
<Guest636> I have and this sis the out put
<Guest636> stty -aF /dev/ttyS2 speed 115200 baud; rows 24; columns 80; line = 0;
<Guest636> but the characters are still garbled
<zmatt> (btw don't paste multi-line output into IRC, use a paste service like pastebin.com to share it)
<Guest636> ok
<zmatt> you mentioned an "rs232 ttl converter" .. what do you mean by that exactly, do you have a link?
<Guest636> yes I will provide one
<zmatt> what are you trying to do anyhow? the serial debug console is normally very rarely needed, basically only to debug boot issues
<zmatt> the reviews seem mixed... "I bought 5 of these, and found that the DE-9 connector wasn't sufficiently soldered to ensure functionality on each"
<Guest636> I actually a lot of issue of the console port becuase its really the only port that comes stock typically on most network equipment and server where you can view all bootup messages
<Guest636> I actually make a lot of use of the console port because its really the only port that comes stock typically on most network equipment and servers where you can view all bootup messages
<Guest636> its also common to use the console port to manage a device its most native node
<Guest636> mode
<Guest636> not node
<zmatt> why not use ssh ?
<Guest636> because to use ssh the tcp stack must be up and running
<zmatt> also I'm not quite sure what you're saying... I guess if you really want to always be able to see early boot messages from the bbx15 then yeah that's what the debug console is for
<Guest636> if you have an issue that happens during boot up ssh is wont be an option
<Guest636> exactly your saying it up above
<Guest636> in my case sometimes the x15 is remote to where I am physically sitting
<zmatt> anyway, like I said, the reviews on the product you linked show a fair number of people having problems with this thing
<zmatt> and double-check which pin is actually tx and which is rx
<zmatt> since the reviews say they're swapped
<Guest636> I also used the one elinux/beagel board recommend and I get the same results. just so you know this works really well with ttl to usb converter
<zmatt> hmm, the labeling seems correct to me
<Guest636> I can also make this work using a usb to rs232 converter wit the usb connected to the x15 and the rs232 connected to the console server
<zmatt> by "this" you mean the rs232 converter ?
<zmatt> (when you said "this works really well")
<Guest636> rs232 - usb ttl converter
<Guest636> rs2323 to usb converter works well and the debug cable works well which is really a ttl to usb converter
<zmatt> debug cable to the bbx15 you mean?
<Guest636> there is a cable you can purchase that has the ftd chip built into it to convert to usb from the debug port
<zmatt> there isn't really much that can go wrong on the bbx15 side anyway... it's just a built-in UART connected to the header via a buffer (SN74LVC2G241) for protection, exactly the same as on the beaglebone black
<zmatt> well if that works then you know the problem isn't on the bbx15 side, so it can only be in the ttl-rs232 converter or the way you hooked it up
<Guest636> I know exactly what your saying and I agree with you. I have been scratching my head a lot on this one.
<zmatt> be sure to double-check the wiring, measure the 3.3v supply to confirm you got the right pin (if the max3232 is unintentionally being powered via the TxD pin then you'd likely get crappy output)
<Guest636> I will measure it tomorrow morning have a nice night and thanks again I really do appreciate it
<zmatt> powering the max3232 at 5v will probably also work... the protection buffer is 5V-tolerant and the V_IH of the max3232 when powered at 5V is low enough (2.4 V) that it'll probably still work fine with a 3.3V uart signal
<Guest636> I have read plenty of posts that say top stay away from the 5v value
<zmatt> generally speaking that is absolutely true, the debug console is the _only_ exception because it has a 5V-tolerant isolation buffer
<zmatt> (on both the BBB and the BBX15)
<Guest636> got it
<zmatt> powering the max3232 from 3.3V is still preferred anyhow
<zmatt> but I'm just mentioning it as an option in case that turns out to be problematic
<Guest636> Have nice rest of your day I will be back at this tomorrow morning
<zmatt> good luck
<Guest636> thanks
Guest636 has quit [Quit: Client closed]
ikarso has joined #beagle
waldo323__ has joined #beagle
waldo323_ has quit [Ping timeout: 240 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
rob_w has joined #beagle
otisolsen70 has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
LetoThe2nd has joined #beagle
charlie5 has joined #beagle
florian has joined #beagle
iobus has joined #beagle
Stanto has joined #beagle
iobus has quit [Quit: Konversation terminated!]
rob_w has quit [Quit: Leaving]
akaWolf has quit [Ping timeout: 258 seconds]
ABD has joined #beagle
<ABD> Hello
<ABD> I have recently purchased BBB wireless board
<ABD> The Data on PWM pin P9-14 seems not clearing
akaWolf has joined #beagle
<ABD> and my motor is doing back and forth
<ABD> Why is this happening?
<ABD> Any help would be greatly appreciated
lucascastro has quit [Read error: Connection reset by peer]
lucascastro has joined #beagle
<ABD> abd: hello
waldo323_ has joined #beagle
waldo323__ has quit [Ping timeout: 252 seconds]
florian has quit [Quit: Ex-Chat]
<zmatt> uhh, what do you mean?
<zmatt> "not clearing" ?
<zmatt> what kind of motor? how are you driving it?
LetoThe2nd has quit [Quit: Connection closed for inactivity]
xet7 has quit [Remote host closed the connection]
xet7 has joined #beagle
vagrantc has joined #beagle
buzzmarshall has joined #beagle
lucascastro has quit [Quit: Leaving]
lucascastro has joined #beagle
mag has joined #beagle
mag has quit [Quit: Leaving]
zjason has quit [Read error: Connection reset by peer]
zjason has joined #beagle
mag has joined #beagle
GenTooMan has quit [Ping timeout: 258 seconds]
GenTooMan has joined #beagle
ABD has quit [Quit: Client closed]
otisolsen70 has quit [Quit: Leaving]
buckket has quit [Remote host closed the connection]
buckket has joined #beagle
thinkfat_ has quit [Quit: Konversation terminated!]
set_ has quit [Ping timeout: 258 seconds]
thinkfat has joined #beagle
bzyx has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
thinkfat has quit [Client Quit]
bzyx has joined #beagle
thinkfat has joined #beagle
bzyx has quit [Client Quit]
bzyx has joined #beagle
bzyx has quit [Client Quit]
bzyx has joined #beagle
thinkfat_ has joined #beagle
thinkfat has quit [Ping timeout: 258 seconds]
vagrantc has quit [Quit: leaving]