Posterdati has quit [Ping timeout: 240 seconds]
Posterdati has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
thinkfat has joined #beagle
thinkfat_ has quit [Ping timeout: 260 seconds]
starblue has quit [Ping timeout: 252 seconds]
starblue has joined #beagle
<zmatt> set_: thats gpsd3 library looks ancient, weird, and unmaintained
<zmatt> a quick search yielded a python library called "gpsdclient" you could try, e.g. something like: https://pastebin.com/aqY93520
<zmatt> (untested)
Posterdati has quit [Ping timeout: 276 seconds]
Posterdati has joined #beagle
<set_> @zmatt: What exactly should SystemExit do in a try/except function?
<set_> I could not figure it out.
<set_> It just hung there and did nothing but waste my time.
zmatt has quit [Ping timeout: 248 seconds]
zmatt has joined #beagle
<zmatt> set_: nothing, you shouldn't be catching a SystemExit exception at all
<zmatt> also, the try should be outside your main loop, not inside it
<zmatt> the make() function you showed would make it impossible to exit normally, ctrl-C would print "Done and now exiting" but it would in fact just continue to run
jfsimon1981 has joined #beagle
vagrantc has quit [Quit: leaving]
Guest19 has joined #beagle
<Guest19> hi
<Guest19> i am using Beaglebone AI board
<Guest19> i need help in interfacing LCD
Guest19 has quit [Quit: Client closed]
Guest038 has joined #beagle
<Guest038> Hello
<Guest038> Hi
Guest038 has quit [Client Quit]
Shadyman has quit [Quit: Leaving.]
otisolsen70 has joined #beagle
ikarso has joined #beagle
florian has joined #beagle
otisolsen70_ has joined #beagle
otisolsen70_ has quit [Remote host closed the connection]
Guest14 has joined #beagle
otisolsen70_ has joined #beagle
<Guest14> Hi Team, Where should i find drivers for beagle bone black revision c for windows OS?
otisolsen70 has quit [Ping timeout: 240 seconds]
otisolsen70_ has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
Guest14 has quit [Quit: Client closed]
xet7 has quit [Remote host closed the connection]
Guest36 has joined #beagle
<Guest36> where should I get drivers for my beagle bone black revision C for communicating with windows host?
<zmatt> Guest36: no drivers are needed
<zmatt> though I think if the BBB is running old firmware then it might not be recognized by Windows, but that would be fixed by reflashing the beaglebone
<zmatt> (microsoft has a tendency to periodically break things and require changes on the beaglebone side to get windows to understand again that it needs to use microsoft's own driver for microsoft's own RNDIS protocol)
otisolsen70 has quit [Ping timeout: 248 seconds]
starblue has quit [Ping timeout: 276 seconds]
starblue has joined #beagle
otisolsen70 has joined #beagle
Guest36 has quit [Quit: Client closed]
xet7 has joined #beagle
demirok has joined #beagle
Doomyguy has joined #beagle
<Doomyguy> Hello there!
<Doomyguy> Can someone please explain me how to configure device tree in Beaglebone Black? I'm using XFCE desktop that I installed in the eMMC
<Doomyguy> I want to use an XPT2046 resistive touchscreen via SPI, so I assume I've to configure the pins to do so
<Doomyguy> I know my question may sound stupid, but I'm really a newbie in regards to BBB and Linux
demirok has quit [Quit: Leaving.]
Doomyguy95 has joined #beagle
<Doomyguy95> I still here
<Doomyguy95> My username changed when I reconnected thou
Doomyguy has quit [Ping timeout: 252 seconds]
vvn has joined #beagle
<Doomyguy95> o.O
vvn has quit [Ping timeout: 240 seconds]
vvn has joined #beagle
<Doomyguy95> ?
Doomyguy95 has quit [Quit: Client closed]
vagrantc has joined #beagle
demirok has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
m-atoms has joined #beagle
ikarso has joined #beagle
m-atoms has quit [Ping timeout: 240 seconds]
m-atoms has joined #beagle
Shadyman has joined #beagle
denix has quit [Quit: ZNC - http://znc.sourceforge.net]
denix has joined #beagle
otisolsen70 has quit [Quit: Leaving]
jfsimon1981 has quit [Ping timeout: 256 seconds]
m-atoms has quit [Ping timeout: 240 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
demirok has quit [Quit: Leaving.]
ikarso has joined #beagle
m-atoms has joined #beagle
buzzmarshall has joined #beagle
xet7 has quit [Remote host closed the connection]
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
<set_> @zmatt: I am going to test that untried example you showed me w/ gpsdclient. I think I already have it installed.
<set_> Be back w/ juicy details!
<set_> https://pastebin.com/rFszfGnk is my error. Is this a permission issue?
<set_> Or...
<set_> It could be the gpsd from apt backend?
<set_> Just running ./gpsdclient gives a [Errno 111] Connection refused.
<set_> @zmatt: It is this one right? https://github.com/tfeldmann/gpsdclient ?
m-atoms has quit [Ping timeout: 240 seconds]
<set_> I exited the terminal.
<set_> It runs!
<set_> No output, though.
<set_> Something must be up. on to looking into it.