shoragan has quit [Read error: Connection reset by peer]
shoragan has joined #beagle
mattb0ne has joined #beagle
mattb0ne has quit [Remote host closed the connection]
mattb0ne has joined #beagle
Shadyman has joined #beagle
mattb0ne has quit [Ping timeout: 245 seconds]
mattb0ne has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
mattb0ne has quit [Ping timeout: 255 seconds]
<set_>
@zmatt: I think I may have found some source from years ago that you may have typed up.
<set_>
Anyway, I am trying to control a 3A Stepper and the driver seems to be exiciting the motor but w/out movement.
<set_>
...
<set_>
Will you look over the source to review it?
buzzmarshall has quit [Quit: Konversation terminated!]
brook has quit [Remote host closed the connection]
libredev has quit [Ping timeout: 260 seconds]
ikarso has joined #beagle
libredev has joined #beagle
xet7 has quit [Quit: Leaving]
mattb0ne has joined #beagle
mattb0ne has quit [Ping timeout: 252 seconds]
Shadyman has quit [Remote host closed the connection]
KREYREN has quit [Ping timeout: 240 seconds]
starblue has quit [Ping timeout: 264 seconds]
starblue has joined #beagle
mattb0ne has joined #beagle
mattb0ne has quit [Remote host closed the connection]
mattb0ne has joined #beagle
mattb0ne has quit [Ping timeout: 268 seconds]
mattb0ne has joined #beagle
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Client Quit]
mattb0ne has quit [Ping timeout: 246 seconds]
<zmatt>
set_: I have no clue what you're saying in that post or how you managed to fuck things up so badly that you'd need chmod in the first place
<zmatt>
as a general rule, if you need to chmod or chown anything in /usr/bin or /usr/lib you probably already messed things up badly
buzzmarshall has joined #beagle
libredev has quit [Ping timeout: 260 seconds]
brook has joined #beagle
Stat_headcrabed has joined #beagle
libredev has joined #beagle
libredev has quit [Ping timeout: 260 seconds]
vagrantc has joined #beagle
libredev has joined #beagle
libredev has quit [Ping timeout: 276 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
libredev has joined #beagle
<set_>
okay
zjason` has joined #beagle
zjason has quit [Ping timeout: 264 seconds]
libredev has quit [Ping timeout: 276 seconds]
Guest56 has joined #beagle
Guest4494 has joined #beagle
libredev has joined #beagle
libredev has quit [Client Quit]
libredev has joined #beagle
<Guest56>
I'm new to this chat site. I'm looking for a source of .h files and example files for the Beagle Bone Black similar to what TI provides for the piccolo processor. Is there a source for c/c++ example files for BBB?
docpil has joined #beagle
rbmarliere has quit [Quit: rbmarliere]
rbmarliere has joined #beagle
<zmatt>
Guest56: the piccolo is a microcontroller, the beaglebone a linux-based system.... you can't directly compare those
<zmatt>
what kind of examples are you looking for specifically?
<docpil>
zmatt: ADC, GPIO, I2C, UART usage
<zmatt>
for the most part those are generic for linux and not really beaglebone-specific apart from doing pin config
<zmatt>
and there's often multiple approaches depending on needs, e.g. simplicity vs performance
<zmatt>
jkridner: is there actually a repository with basic examples for doing these things in C/C++ (or better yet various languages) ? it does seem like it would be useful
<zmatt>
(even if only some small details are hw-specific)
<docpil>
zmatt: Ahh that would be useful, thanks for the forward.
<zmatt>
docpil: I'm pretty sure there are examples included