**** BEGIN LOGGING AT Sat Feb 06 02:59:57 2021 Feb 06 03:12:12 Is anyone going to be messing w/ the FLIR stuff, their SDKs, w/ the AI or the BeagleV? Feb 06 03:17:01 They say Ubuntu but maybe things may work w/ Debian if the two .so's work together (them being the same)? Feb 06 03:18:35 FLIR stuff is kind of pricey Feb 06 03:18:55 I know. I understand and none of their SDKs can be installed for now. Boo! Feb 06 03:19:07 I wonder... Feb 06 03:22:12 I am investing in a FLIR camera module, obsolete. Feb 06 03:22:17 And... Feb 06 03:22:39 The place still acknowledges this fact but will sell it anyway. Feb 06 03:22:53 So, it is of the cheaper model before they had mandatory shutters. Feb 06 03:23:27 Anyway...it seems there was a nice fellow on Tech-something-or-other that put things together. Feb 06 03:23:44 He has a Linux-on-Arm instruction set. Feb 06 03:25:41 GenTooMan: Have you been able to make a FLIR camera work w/ the BBB or AI? Feb 06 03:26:41 I am going to give it a shot anyhow. Feb 06 03:39:38 Speaking of GenTooMan... Feb 06 03:39:54 I tried what I thought you were describing to me for that source. Feb 06 03:39:57 no but there are small spi ones Feb 06 03:40:14 I received a failure/error. v1 is not something or other. Feb 06 03:43:19 https://pastebin.com/XiYhAaNV is what I thought you were describing to me. Feb 06 03:43:41 I could be incorrect. Feb 06 03:44:23 v1("0", 0) is not or is what you were describing to me? Feb 06 03:44:57 or this is what you were saying: add_motors_routeOne('v1', 0) <<< ? Feb 06 03:50:42 either way...that source did not go right w/ the testing. I received errors b/c of multiple uses of a singular digit, e.g. '0', 0 * 2. Feb 06 03:51:41 So far, each motor cannot control itself at multiples of 0 or multiples of any other numerical value is what I mean. Feb 06 03:52:40 I have not been beating myself up on this one but i am plugged in now. I will jump in. Feb 06 04:11:02 What can I do to get around like values being called? Feb 06 04:14:05 Oh. Past 10:00...got it. Feb 06 04:17:45 sort() or sorted()? Feb 06 04:17:54 Dang it. 10:00. Sorry. **** BEGIN LOGGING AT Sat Feb 06 07:47:09 2021 Feb 06 14:40:30 Hi guys. I built AOSP auto for Beagle X15 using this manual: https://wiki.linaro.org/AOSP/Boards/BeagleboardX15 Feb 06 14:40:54 But board goes into bootloop. Feb 06 14:41:27 Manual tells to build Android master brunch, but looks like it's unstable now Feb 06 14:42:11 Could you help me, which AOSP branch 100% works on Beagle X15 if I build it? Feb 06 14:42:55 Or what AOSP tag is 100% works on beagle X15 Feb 06 22:46:08 Is there a way to fool the BBB into thinking that my SCL and SDA lines are an USB interface? Feb 06 22:54:50 I am asking b/c I just got this SPI camera, GenTooMan, which has instructions on how to install it on a digikey site, i.e. eewiki. Feb 06 22:54:52 And... Feb 06 22:55:08 It is calling for a LCD Cape. Feb 06 22:55:46 I was thinking, I could get away w/ not using the Cape b/c that means, bend and break some pins would have to happen. Feb 06 22:57:29 Now...I can use wires. This is okay but what wires go where w/ this Cape. I will check the BBB pinout again. Feb 06 23:01:20 LCD PINS! Feb 06 23:16:27 Outside of LCD, do I need the i2c pins for the Cape expansion? Feb 06 23:24:20 Okay, I am having issues...the board will not boot w/ the LCD Cape. Do I need 5v for the Cape or will this Seeed Studio, LCD Cape...blah. Feb 06 23:24:22 Testing now. Feb 06 23:43:26 Up, up, and Otay! Feb 06 23:44:18 There are no LEDs on the BBGW and it still booted! Feb 06 23:44:19 Boy! Feb 06 23:47:09 it doesn't need LEDs to boot Feb 06 23:47:48 that does make it hard to diagnose however Feb 06 23:48:46 Right. Okay. Feb 06 23:49:16 GenTooMan: What would control a Resistive TOuch display? GPIO or pWM or the combo. of the two? Feb 06 23:49:58 Wave if you are dieting! Feb 06 23:50:45 * set_ waves out of hunger! Feb 06 23:50:52 FOR MORE! Feb 06 23:53:18 I suggest looking up resistive touch. Feb 06 23:54:40 Okay but w/ this particular cape, it may not be enough. Feb 06 23:57:22 ADC! Feb 06 23:57:33 does the display work? Feb 06 23:57:51 Yes but not the resistive functions right now anyway. Feb 06 23:58:08 I am not completely connected to the BBGW. Feb 06 23:58:30 I have only so many wires going from the Cape to the BBB b/c of me needing SPI and PWR and GND. Feb 06 23:59:44 I have all my data pins, some pwr, and gnd pins. Feb 07 00:02:11 right you need to definately read up on it https://en.wikipedia.org/wiki/Resistive_touchscreen and a ti brief from that page http://www.ti.com/lit/an/slyt209a/slyt209a.pdf Feb 07 00:03:27 you should read on touch screen calibration. because R type require it Feb 07 00:05:49 Okay. Feb 07 00:09:11 Thank you for the ti link. Feb 07 00:10:05 Okay...so... Feb 07 00:10:25 The touch is a voltage divider on a x/y coordinate. Feb 07 00:11:18 Then, the adc reads from where this divide takes place, i.e. x and y. Feb 07 00:13:54 So, from 0v to ADC is x && 3.3v to input is y? Feb 07 00:33:35 Well, I have a dancing mouse arrow now and the beagleboard.org sign w/ the beagle on it. Feb 07 00:34:03 Do you think it uses all the ADC pins on the BBGW? Feb 07 00:47:04 Okay. Feb 07 00:47:45 So...if you are still w/ me on this one, it seems that the chip onboard, no evidence here, needs more than one adc pins utilized. Feb 07 00:48:09 What I do not have yet is the camera working on the Screen. Argh! Feb 07 01:06:28 I misunderstood. Feb 07 01:06:38 The instructions are not for anything but making a qt app. Feb 07 01:06:41 Blah. Feb 07 02:57:38 you have to drive one direction read the other then drive the other direction and read. This means you are swaping X+- and Y+- from ADC inputs to driven outputs all the time Feb 07 02:58:02 read the TI documentation or you will guess yourself crazy. **** ENDING LOGGING AT Sun Feb 07 02:59:58 2021