<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Vision Thing </title><link>https://community.element14.com/challenges-projects/project14/visionthing/</link><description>Vision Thing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>File: commercial: CHEERIOS (1969) - feellin' groovy!</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/145718</link><pubDate>Sat, 30 Apr 2022 11:23:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f9bc1f31-8ab8-4f95-9ea7-fae83b747061</guid><dc:creator>shabaz</dc:creator><description>Transferred from 16mm.</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/swimming">swimming</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/Boys">Boys</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/cereal">cereal</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/old%2bad">old ad</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/old%2bcommercial">old commercial</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/vintage%2bcommercial">vintage commercial</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/vintage%2bad">vintage ad</category></item><item><title>File: Project Demo</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/145650</link><pubDate>Fri, 29 Apr 2022 04:46:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bd12659a-e3c1-41ff-877f-f9679b52f69d</guid><dc:creator>sharath_n</dc:creator><description>Demo Video of Prototype working</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/tags">tags</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/no">no</category></item><item><title>Forum Post: I am getting only 1 channel out of 2, for each serial pin in Beaglebone AI</title><link>https://community.element14.com/challenges-projects/project14/visionthing/f/forum/50818/i-am-getting-only-1-channel-out-of-2-for-each-serial-pin-in-beaglebone-ai</link><pubDate>Mon, 21 Mar 2022 09:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4bfb0051-a27d-4d40-9f7a-367381256f16</guid><dc:creator>mqya95</dc:creator><description>Hello I want to record 8 channels from TIDA-01454 CMB into a Beaglebone AI. As the CMB is built with two PCM1864 ADCs and it is also a Beagle board, I followed this guide( https://www.ti.com/lit/an/sprac97/sprac97.pdf ) with some changes(channels_max=16). I have managed to record audio from 4 of the 8 microphones that the CMB has(I just tap the mic to check if that one is working). However I want to record the 8 channels. Currently the working microphones are MIC1, MIC4, MIC5 and MIC8, although I would say there is much noise.The CMB has 4 data output pins, I suppose each one transmits 2 channels, so the problem is that each pin is getting mono instead of stereo. This might be because a problem in DTS, therefore this is my dts file: pcm5102a: pcm5102a { #sound-dai-cells = ; compatible = &amp;quot;ti,pcm5102a&amp;quot;; status = &amp;quot;okay&amp;quot;; }; sound {compatible = &amp;quot;simple-audio-card&amp;quot;; simple-audio-card,format = &amp;quot;i2s&amp;quot;; simple-audio-card,name = &amp;quot;PCM5102a&amp;quot;; simple-audio-card,bitclock-master = ; simple-audio-card,frame-master = ; simple-audio-card,bitclock-inversion; simple-audio-card,cpu { sound-dai = ; }; sound1_master: simple-audio-card,codec { #sound-dai-cells = ; sound-dai = ; //clocks = ; //clock-names = &amp;quot;mclk&amp;quot;; }; }; &amp;amp;mcasp1 { #sound-dai-cells = ; pinctrl-names = &amp;quot;default&amp;quot;; pinctrl-0 = ; status = &amp;quot;okay&amp;quot;; op-mode = ; /* MCASP_IIS_MODE */ tdm-slots = ; num-serializer = ; serial-dir = ; rx-num-evt = ; tx-num-evt = ; }; The serial-dir is that way because I use mcasp1_axr0, mcasp1_axr1, mcasp1_10 and mcasp1_axr11 ,those are the ones available in Beaglbone AI. I connected the pins DATA1-MiniDSP, DATA2-MiniDSP, DATA3-MiniDSP and DATA4-MiniDSP in J5(of the CMB) to these pins in my Beaglebone: P9.18b 173 fast rx 0 mcasp 0 d0 mcasp@48460000 (mcasp1_pins) P9.17b 174 fast rx 0 mcasp 0 d1 mcasp@48460000 (mcasp1_pins) P9.30 183 fast rx 0 mcasp 0 d10 mcasp@48460000 (mcasp1_pins) P9.28 184 fast rx 0 mcasp 0 d11 mcasp@48460000 (mcasp1_pins) I also conected DATA1-MiniDSP, LRCLK and BCLK to an external I2S DAC to make a test and I could hear MIC1 and MIC2. So I can assure that outputs are coming in stereo. My problem is that when connect the outputs to Beaglebone and record, I just get 1 of those 2 channels for each DOUT. I checked all of them just in case with the external I2S DAC: Data 1 is giving MIC1 and MIC2 Data 2 is giving MIC5 and MIC6 Data 3 is giving MIC3 and MIC4 Data 4 is giving MIC7 and MIC8 In case it helps, here is myDummy CODEC: #include #include #include #include static struct snd_soc_dai_driver pcm5102a_dai = { .name = &amp;quot;pcm5102a-hifi&amp;quot;, .playback = { .channels_min = 2, .channels_max = 2, .rates = SNDRV_PCM_RATE_8000_192000, .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE }, .capture = { .stream_name = &amp;quot;Capture&amp;quot;, .channels_min = 1, .channels_max = 16, .rates = SNDRV_PCM_RATE_8000_192000, .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE }, }; static struct snd_soc_codec_driver soc_codec_dev_pcm5102a; static int pcm5102a_probe(struct platform_device *pdev) { return snd_soc_register_codec(&amp;amp;pdev-&amp;gt;dev, &amp;amp;soc_codec_dev_pcm5102a, &amp;amp;pcm5102a_dai, 1); } static int pcm5102a_remove(struct platform_device *pdev) { snd_soc_unregister_codec(&amp;amp;pdev-&amp;gt;dev); return 0; } static const struct of_device_id pcm5102a_of_match[] = { { .compatible = &amp;quot;ti,pcm5102a&amp;quot;, }, { } }; MODULE_DEVICE_TABLE(of, pcm5102a_of_match); static struct platform_driver pcm5102a_codec_driver = { .probe = pcm5102a_probe, .remove = pcm5102a_remove, .driver = { .name = &amp;quot;pcm5102a-codec&amp;quot;, .of_match_table = pcm5102a_of_match, }, }; module_platform_driver(pcm5102a_codec_driver); MODULE_DESCRIPTION(&amp;quot;ASoC PCM5102A codec driver&amp;quot;); MODULE_AUTHOR(&amp;quot;Florian Meier &amp;quot;); MODULE_LICENSE(&amp;quot;GPL v2&amp;quot;); and also my CMB configuration: uint8_t U1_PCM1864_CONFIG[][2] = { {0x00, 0x00}, // Change to Page 0 {0x01, 0x40}, // PGA CH1_L to 32dB {0x02, 0x40}, // PGA CH1_R to 32dB {0x03, 0x40}, // PGA CH2_L to 32dB {0x04, 0x40}, // PGA CH2_R to 32dB {0x05, 0x86}, // Enable SMOOTH PGA Change; Independent Link PGA; {0x06, 0x41}, // Polarity: Normal, Channel: VINL1[SE] {0x07, 0x41}, // Polarity: Normal, Channel: VINR1[SE] {0x08, 0x44}, // Polarity: Normal, Channel: VINL3[SE] {0x09, 0x44}, // Polarity: Normal, Channel: VINR3[SE] {0x0A, 0x00}, // Secondary ADC Input: No Selection {0x0B, 0x44}, // RX WLEN: 24bit; TX WLEN: 24 bit; FMT: I2S format {0x10, 0x03}, // GPIO0_FUNC - SCK Out; GPIO0_POL - Normal {0x11, 0x50}, // GPIO3_FUNC - DOUT2; GPIO3_POL - Normal {0x12, 0x04}, // GPIO0_DIR - GPIO0 - Output {0x13, 0x40}, // GPIO3_DIR � GPIO3 - Output {0x20, 0x11} // MST_MODE: Master; CLKDET_EN: Disable }; uint8_t U2_PCM1864_CONFIG[][2] = { {0x00, 0x00}, // Change to Page 0 {0x01, 0x40}, // PGA CH1_L to 32dB {0x02, 0x40}, // PGA CH1_R to 32dB {0x03, 0x40}, // PGA CH2_L to 32dB {0x04, 0x40}, // PGA CH2_R to 32dB {0x05, 0x86}, // Enable SMOOTH PGA Change; Independent Link PGA; {0x06, 0x41}, // Polarity: Normal, Channel: VINL1[SE] {0x07, 0x41}, // Polarity: Normal, Channel: VINR1[SE] {0x08, 0x44}, // Polarity: Normal, Channel: VINL3[SE] {0x09, 0x44}, // Polarity: Normal, Channel: VINR3[SE] {0x0A, 0x00}, // Secondary ADC Input: No Selection {0x0B, 0x44}, // RX WLEN: 24bit; TX WLEN: 24 bit; FMT: I2S format {0x10, 0x00}, // GPIO0_FUNC – GPIO0; GPIO0_POL - Normal {0x11, 0x50}, // GPIO3_FUNC - DOUT2; GPIO3_POL - Normal {0x12, 0x00}, // GPIO0_DIR - GPIO0 - Input {0x13, 0x40}, // GPIO3_DIR � GPIO3 - Output {0x20, 0x01} // MST_MODE: Slave; CLKDET_EN: Enable }; So what is wrong? How can I get all the mics?</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/audio">audio</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/beaglebone%2bai">beaglebone ai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/mcasp">mcasp</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/beagleboard">beagleboard</category></item><item><title>Wiki Page: Featured Content Triptych Setup Doc</title><link>https://community.element14.com/challenges-projects/project14/visionthing/w/setup/27047/featured-content-triptych-setup-doc</link><pubDate>Mon, 06 Dec 2021 00:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1180f34b-f7ec-4eeb-b2fe-d10250eb6ab8</guid><dc:creator>tariq.ahmad</dc:creator><description>Size Matters Not - An R2D2 Story Mini Gameboy Home Console: The Gamebox DMG Consolizer Jumbo LED Tiny24hourMoBot #4 : The 24 hours is almost up Building a Miniature 300W Speaker Simulator LED Tree</description></item><item><title>Wiki: Setup</title><link>https://community.element14.com/challenges-projects/project14/visionthing/w/setup</link><pubDate>Mon, 06 Dec 2021 00:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f5f0e227-3b5a-451a-931b-16c6e7efadc5</guid><dc:creator /><description /></item><item><title>Wiki: Documents</title><link>https://community.element14.com/challenges-projects/project14/visionthing/w/documents</link><pubDate>Fri, 19 Nov 2021 23:15:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b1de6a1c-9e85-4702-98e3-6e5f38c565f2</guid><dc:creator /><description /></item><item><title>File: poopbuster testing</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143038</link><pubDate>Wed, 10 Nov 2021 20:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e432c4a6-40c5-48ef-b3d3-d66f295e8bd4</guid><dc:creator>weiwei2</dc:creator><description>testing beaglebone AI controlling makeblock orion xy plotter</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/orion">orion</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/Makeblock">Makeblock</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/port">port</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/BeagleBone">BeagleBone</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ai">ai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/serial">serial</category></item><item><title>File: LED controller</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143035</link><pubDate>Wed, 10 Nov 2021 20:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0699f76c-1942-47bb-9e53-09b93ff775f9</guid><dc:creator>milosrasic98</dc:creator><description>Using an Arduino with a N-MOS to control a LED strip</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/led">led</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/arduino">arduino</category></item><item><title>File: BBAI Seeing/Talking Backup Cam</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143034</link><pubDate>Wed, 10 Nov 2021 20:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:25d7cfad-0140-4b65-84df-968b60408695</guid><dc:creator>Sean_Miller</dc:creator><description>Project14 Vision Thing Contest Entry by Sean J. Miller</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/bbai">bbai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/vision">vision</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/BeagleBone">BeagleBone</category></item><item><title>File: VirtualLoopSensor VideoOutput#3</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143021</link><pubDate>Wed, 10 Nov 2021 20:53:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e434703-1be8-4368-a529-bd5a8893f118</guid><dc:creator>skywalker1211</dc:creator><description>Demo with line follower</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/visionthingch">visionthingch</category></item><item><title>File: BBAI Car Backup Camera by Sean Miller</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143020</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:75ebbd70-6d97-46cd-8e49-565b82a37e7e</guid><dc:creator>Sean_Miller</dc:creator><description>Project14 Contest Entry</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/servo">servo</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/tfmini">tfmini</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/BeagleBone">BeagleBone</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/beagleboard">beagleboard</category></item><item><title>File: LDR Camera - Powering Up the BeagleBone AI</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/143001</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dbd945ac-6016-449a-9692-bfc456b47fc2</guid><dc:creator>dubbie</dc:creator><description>Powering Up the BeagleBone AI</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/BeagleBone">BeagleBone</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ai">ai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item><item><title>File: LDR Camera - Fully Working LDR Camera and Data</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142988</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8535f395-6b51-45d7-b11a-1dc5049f4a82</guid><dc:creator>dubbie</dc:creator><description>Fully Working LDR Camera and Data</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/nano">nano</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/processing">processing</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/image">image</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item><item><title>File: VirtualLoopSensor VideoOutput#2</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142985</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ec60eaf9-2d7d-4679-bd26-523aaa44c313</guid><dc:creator>skywalker1211</dc:creator><description>MultipleSensor, with LED indicator</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/raspberrypi">raspberrypi</category></item><item><title>File: loop sensor output</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142981</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3120901f-6b65-442d-8ee4-baf6f7925ae0</guid><dc:creator>skywalker1211</dc:creator><description>screen shot of the work output</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/visionthingch">visionthingch</category></item><item><title>File: Beaglebone AI</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142978</link><pubDate>Wed, 10 Nov 2021 20:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:187196af-d26f-4ed6-a38c-700bebfbc549</guid><dc:creator>phoenixcomm</dc:creator><description>Boot</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/problem">problem</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/beaglebone_2D00_ai">beaglebone-ai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/boot">boot</category></item><item><title>File: LDR Camera - LDR Camera Working (98%)</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142968</link><pubDate>Wed, 10 Nov 2021 20:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1bc06601-b4ec-4acc-a2f3-23532ca5325c</guid><dc:creator>dubbie</dc:creator><description>LDR Camera Working (98%)</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item><item><title>File: LDR Camera - Making the Final 1x8 Camera</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142944</link><pubDate>Wed, 10 Nov 2021 20:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ed6d23b0-cee7-45d0-9042-b308cd30d754</guid><dc:creator>dubbie</dc:creator><description>Making the Final 1x8 Camera</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item><item><title>File: LDR Camera - 64-to-4 Analogue Multiplexer</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142935</link><pubDate>Wed, 10 Nov 2021 20:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f9fc6f4e-2824-4f41-8b19-04ae4abfac07</guid><dc:creator>dubbie</dc:creator><description>64-to-4 Analogue Multiplexer</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/multipexer">multipexer</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/analogue">analogue</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item><item><title>File: LDR Camera - BeagleBone AI Board</title><link>https://community.element14.com/challenges-projects/project14/visionthing/m/managed-videos/142934</link><pubDate>Wed, 10 Nov 2021 20:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:92ec36c7-8385-43f5-93d8-32b7197af702</guid><dc:creator>dubbie</dc:creator><description>BeagleBone AI Board</description><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ldr">ldr</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/BeagleBone">BeagleBone</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/ai">ai</category><category domain="https://community.element14.com/challenges-projects/project14/visionthing/tags/camera">camera</category></item></channel></rss>