<?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>PiBCI - Post #3 - Streaming Data from Huzzah32 Feather to a Raspberry Pi4</title><link>/challenges-projects/design-challenges/sci-pi-design-challenge/b/blog/posts/pibci---post-2---streaming-data-from-huzzah32-feather-to-a-raspberry-pi4</link><description>Introduction
Before starting with the blog post, I need to say the project will change. I wanted to use the ADS1299 because it can sample up to 8 channels up to 16kSPS and with a resolution with 24bits. This ADC is really popular among the most used </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PiBCI - Post #3 - Streaming Data from Huzzah32 Feather to a Raspberry Pi4</title><link>https://community.element14.com/challenges-projects/design-challenges/sci-pi-design-challenge/b/blog/posts/pibci---post-2---streaming-data-from-huzzah32-feather-to-a-raspberry-pi4</link><pubDate>Sat, 27 May 2023 20:05:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:acae691d-1bfa-4800-9e4e-4dbe2ac506e3</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I didn&amp;#39;t know what BCI meant in your blog post, but just now had a look and now understand it means &amp;quot;Brain Computer Interface&amp;quot;. This is something I don&amp;#39;t know much about, but strongly think the 12-bit ADC will not work at all, without an amplifier, and there may be issues with fine-trimming gain to get around dynamic range. There&amp;#39;s a huge difference between the 24-bit ADC you mention, and the 12-bit one in the microcontroller.&lt;/p&gt;
&lt;p&gt;I guess you already know this since you mention this is a prototype of a prototype, but just wanted to let you know in case you were not aware.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26038&amp;AppID=402&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiBCI - Post #3 - Streaming Data from Huzzah32 Feather to a Raspberry Pi4</title><link>https://community.element14.com/challenges-projects/design-challenges/sci-pi-design-challenge/b/blog/posts/pibci---post-2---streaming-data-from-huzzah32-feather-to-a-raspberry-pi4</link><pubDate>Sat, 27 May 2023 19:52:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:acae691d-1bfa-4800-9e4e-4dbe2ac506e3</guid><dc:creator>ralphjy</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;The Huzzah32 board does have Bluetooth. &amp;nbsp;Why do you think that it doesn&amp;rsquo;t? &amp;nbsp;You should check the Arduino examples that are included with that board library.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26038&amp;AppID=402&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiBCI - Post #3 - Streaming Data from Huzzah32 Feather to a Raspberry Pi4</title><link>https://community.element14.com/challenges-projects/design-challenges/sci-pi-design-challenge/b/blog/posts/pibci---post-2---streaming-data-from-huzzah32-feather-to-a-raspberry-pi4</link><pubDate>Sat, 27 May 2023 19:40:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:acae691d-1bfa-4800-9e4e-4dbe2ac506e3</guid><dc:creator>shabaz</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know Arduino too well, there&amp;#39;s a possibility you need to set the pins as inputs. Normally there is a pinMode function call to set pins as inputs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have no idea if the microcontroller used for the Arduino, or the Arduino run-time, defaults to inputs or not. Personally I&amp;#39;d explicitly set them as inputs.&lt;/p&gt;
&lt;p&gt;Something like this, in your setup() function:&lt;/p&gt;
&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:cbf9ab58-c0dd-4662-b1ae-d88d21318d0b:type=c_cpp&amp;text=%20%20%20%20%2F%2F%20set%20GPIO%20pins%20to%20input%20mode%0A%20%20%20%20for%20%28int%20i%20%3D%200%3B%20i%20%3C%20numPins%3B%20i%2B%2B%29%20%7B%0A%20%20%20%20%20%20%20%20pinMode%28gpioPins%5Bi%5D%2C%20INPUT%29%3B%0A%20%20%20%20%7D]&lt;/p&gt;
&lt;p&gt;Incidentally, the code fragment I just pasted was generated by AI too, in case you&amp;#39;re trying to do it all with AI.&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=26038&amp;AppID=402&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>