nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
<set_> Dang it. One last driver and some wire-re...
brook has quit [Read error: Connection reset by peer]
brook has joined #beagle
brook has quit [Remote host closed the connection]
mattb00ne has joined #beagle
<mattb00ne> zmatt can you add some data to your repos so I can cite them properly?
brook has joined #beagle
<set_> Hello. I found this idea(s): https://libguides.brown.edu/citations/styles
<set_> mattb00ne: Use MLA, i.e. as it is easier. Or...one could just plagarize?
<set_> Ha.
<set_> I once quoted some guy at his house but I had to put the source.
<set_> They wanted like 25 sources. After reading and getting ideas, I finally could not find the last quote, e.g. hence the last quote from a stranger's home!
<set_> Yikes...
<set_> Anyway, good luck w/ your citing. I like MLA, i.e. as I am not doing things w/ APA style much or ever.
<set_> Psychiatric stuff has its up and downs, ha, but even Debian, NO ARMHF stuff (sad to say), has their own take on it!
<set_> I tried to put the debian psych stuff on the BBB. No go.
<set_> aarch64!
<set_> Just a heads up here, it will send you down some dark, not-so-friendly tunnels. I kept searching for some good stuff. Um, I never made it to good stuff but I will tell you one thing...
<set_> The med stuff may be easier on the senses. Those older tests on people and animals is taking it too far.
<set_> easy-peasey: https://www.psychopy.org/
<set_> No armhf. Blah.
<set_> or...was that neurodebian. Hmm. oh well. Sleep-me-to-sensory-overload Captain!
starblue has quit [Ping timeout: 276 seconds]
starblue has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
balrog has quit [Read error: Connection reset by peer]
balrog has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
Shadyman has joined #beagle
buzzmarshall has quit [Quit: Konversation terminated!]
mattb00ne has quit [Ping timeout: 264 seconds]
mattb00ne has joined #beagle
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 246 seconds]
brook has joined #beagle
ikarso has joined #beagle
rob_w has joined #beagle
<set_> Nope.
<set_> I checked the motor. The software runs (as expected). Driver damage most likely.
<set_> Dang it.
<set_> Time to pull this pup apart!
<set_> I am not finding any issues w/ the driver outside of the chip on it. It may be burn-a-did up. Not sure right now...aw.
otisolsen70 has joined #beagle
xet7 has quit [Quit: Leaving]
xet7 has joined #beagle
xet7 has quit [Quit: Leaving]
Shadyman has quit [Remote host closed the connection]
xet7 has joined #beagle
outrageous has quit [Remote host closed the connection]
ft has quit [Quit: leaving]
florian has joined #beagle
starblue has quit [Ping timeout: 265 seconds]
starblue has joined #beagle
Stat_headcrabed has joined #beagle
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mattb00ne has quit [Ping timeout: 268 seconds]
mattb00ne has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Remote host closed the connection]
Guest94 has joined #beagle
brook has joined #beagle
Guest94 has quit [Quit: Client closed]
brook has quit [Remote host closed the connection]
otisolsen70 has quit [Quit: Leaving]
brook has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
mayab has joined #beagle
rob_w has quit [Remote host closed the connection]
<zmatt> mattb00ne: I disagree conceptually with what they're suggesting there. they're creating an identifier for a specific published dataset, while for citation you'd want to reference the project itself, at least in this case. your code may care about using a specific version of py-uio, but that would be best solved using git submodules (if your code is in a git repository)
<zmatt> mattb00ne: regardless, py-uio has no actual release (yet) and I don't particularly want to just randomly declare its current state to be a release
florian has quit [Quit: Ex-Chat]
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
<mattb00ne> ok
<mattb00ne> I wil use the generic citation then
brook has quit [Remote host closed the connection]
zjason` has joined #beagle
zjason has quit [Ping timeout: 250 seconds]
Guest4494 has joined #beagle
brook has joined #beagle
<Guest4494> On the beaglebone black, does the u-boot code live in the BBB's firmware or is it on the storage device, e.g., eMMC or uSD card?
alan_o has quit [Ping timeout: 250 seconds]
mattb00ne has quit [Ping timeout: 252 seconds]
alan_o has joined #beagle
ikarso has joined #beagle
vagrantc has joined #beagle
ft has joined #beagle
Guest4494 has quit [Quit: Client closed]
mattb00ne has joined #beagle
<zmatt> I wonder what he event meant by "the BBB's firmware"
<zmatt> *even
<zmatt> set_: one of your pastes has Pwm('/1/b/')
<zmatt> set_: that's definitely wrong, it should either be a full path or it should be relative to /dev/pwm which is where the symlinks are on the current stable image, e.g. Pwm('ehrpwm1a') is short for Pwm('/dev/pwm/ehrpwm1a')
<zmatt> set_: if the image you're using puts symlinks in /dev/bone/pwm/ then you need to write it out in full
<zmatt> also, if the argument starts with a / it's always interpreted as absolute path
<zmatt> in most cases you should also initialize your pwm output when creating it, by providing the desired frequency and initial value (usually 0)
<zmatt> e.g.: pwm1a = Pwm('/dev/bone/pwm/1/a/', frequency=2000, value=0)
<zmatt> in the rest of your code just change pwm1a.value, don't mess with frequency nor with enabled except to disable it at the end
outrageous has joined #beagle
mattb0ne has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
mattb0ne has quit [Ping timeout: 250 seconds]
<set_> Thank you!
<set_> I will reread what you have listed here and take a breathe but later!
<set_> I cannot breathe right now.
<set_> ha. No joke. I am clogged.
<set_> @zmatt: They have these things now.
<set_> It is called /dev/bone/*
<set_> For some reason, everything is located at /dev/bone/pwm/ and etc.
<set_> .../dev/bone/i2c/ and on and on.
<set_> But okay.
<set_> I will try it later once my breathing is back unclogged.
balrog has quit [Read error: Connection reset by peer]
Guest99 has joined #beagle
balrog has joined #beagle
Guest99 has quit [Client Quit]
balrog has quit [Read error: Connection reset by peer]
balrog has joined #beagle
<zmatt> set_: also, you still seem to be using two pwm channels and I don't understand why. your motor driver has only one pwm input (PUL)
<zmatt> set_: btw I've made some improvements (mainly better sanity-checking) to https://pastebin.com/R70P1wAn ... hopefully without introducing new bugs ;)
<zmatt> it should give more useful errors when misused