<html><head></head><body><div class="ydpb3648c5cyahoo-style-wrap" style="font-family: times new roman, new york, times, serif; font-size: 16px;"><div></div>
        <div dir="ltr" data-setdir="false">Alan, you have a few options.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">You can run Processing language on the Raspberry.  The Arduino IDE language is in fact the processing language.  Check out processing.org.  However, you are correct in that the Raspberry is somewhat lacking in communication IO pins and does not have any onboard IO ADC pins.  You can get around the IO limitation by using a multiplexer like <span><a href="https://www.sparkfun.com/products/13906" rel="nofollow" target="_blank" class="">https://www.sparkfun.com/products/13906</a> or <span><a href="https://www.sparkfun.com/products/9056" rel="nofollow" target="_blank">https://www.sparkfun.com/products/9056</a>.  You can get around the ADC issue by using an external ADC like <span><a href="https://www.adafruit.com/product/1085" rel="nofollow" target="_blank">https://www.adafruit.com/product/1085</a> which will talk to the Raspberry via I2C.</span></span></span></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Check out Teensy at <span><a href="https://www.pjrc.com/teensy/" rel="nofollow" target="_blank" class="">https://www.pjrc.com/teensy/</a> which are Arduino compatible in terms of software but have much more muscle power and IO than any of the ardunio boards.  It also has a teensy footprint.  I used Teensy 3.2 for the compass project.  You should look at Teensy 3.5 or 3.6.  Both have 6 serial IO pins, 3 SPI pins, 3 I2C pins, and gobbs of analog pins.  If you use the multiplexers listed above you can expand your IO capacity by factors.  The 3.5 is 120mhz and 5v tolerant, the 3.6 is 180mhz but strictly 3.3v. </span><div><br></div><div dir="ltr" data-setdir="false">In terms of the sensor, I considered it but it's only a 25% measurement and has about a 2% error full scale.  That still puts it within acceptable use but doesn't provide much overhead on the top end.  It is however price compatible with typical gas sensors and has a much longer expected life of 5 years.</div><div><br></div>Maybe I'll buy one anyway just to try it out.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Jon<br><div><br></div><div><br></div><div><br></div></div><div><br></div>
        
        </div><div id="ydp3e4cb400yahoo_quoted_5817337929" class="ydp3e4cb400yahoo_quoted">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    On Thursday, August 8, 2019, 12:03:54 AM EDT, Alan via Personal_Submersibles <personal_submersibles@psubs.org> wrote:
                </div>
                <div><br></div>
                <div><br></div>
                <div><div id="ydp3e4cb400yiv5284929921"><div><div></div><div>Hi Jon,</div><div>I was a bit bamboozled by one products description of code for data transmission</div><div>& thought it would be easier to just have a voltage or an amperage range to</div><div>deal with. I don't need the temperature & pressure data as I have other sensors</div><div>for that. The arduino uno B I have has only one tx rx option; however you prompted</div><div>me to review things & found that the arduino mega has 3 tx rx ports & so would do </div><div>for my 3 sensors. Still considering my options.</div><div>I am looking to use the arduino & raspberry pi but have been going round in circles</div><div>a bit. Was learning to program the arduino, then decided no, I need to use the</div><div>raspberry Pi, so was learning Python for programming that. Now I have found out</div><div>that the raspberry Pi doesn't have any analog pins & has a small maximum</div><div>current draw. </div><div>Is there an alternative to those two that is a bit more robust?</div><div>Alan</div><div> </div><div><br clear="none">On 8/08/2019, at 2:28 PM, Jon Wallace via Personal_Submersibles <<a shape="rect" href="mailto:personal_submersibles@psubs.org" rel="nofollow" target="_blank">personal_submersibles@psubs.org</a>> wrote:<br clear="none"><br clear="none"></div><blockquote type="cite"><div><div class="ydp3e4cb400yiv5284929921ydp3da52231yahoo-style-wrap" style="font-family:times new roman, new york, times, serif;font-size:16px;"><div></div>
        <div dir="ltr">CO2 meter has an RS485b analog model.  But I'm curious, why use voltage instead of serial?</div><div dir="ltr"><br clear="none"></div><div dir="ltr">Jon</div><div dir="ltr"><br clear="none"></div><div><br clear="none"></div>
        
        </div><div class="ydp3e4cb400yiv5284929921ydpa20c71cbyahoo_quoted" id="ydp3e4cb400yiv5284929921ydpa20c71cbyahoo_quoted_5708998885">
            <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
                
                <div>
                    On Wednesday, August 7, 2019, 09:45:45 PM EDT, Alan via Personal_Submersibles <<a shape="rect" href="mailto:personal_submersibles@psubs.org" rel="nofollow" target="_blank">personal_submersibles@psubs.org</a>> wrote:
                </div>
                <div><br clear="none"></div>
                <div><br clear="none"></div>
                <div><div id="ydp3e4cb400yiv5284929921ydpa20c71cbyiv7392378644"><div><div><span></span></div><div>Hi,<div></div><div>I've been reading a bit about the solid state optical oxygen sensors which</div><div>have a longer life & are more reliable than traditional galvanic cel ( battery)</div><div>type O2 sensors. </div><div>Poseidon developed them for the dive industry & they were hailed as a break</div><div>through at the time. There is a company, SST sensing that is marketing them for </div><div>varying applications....<a shape="rect" href="https://www.sstsensing.com/optical-oxygen-sensors-key-benefits-and-applications/" rel="nofollow" target="_blank">https://www.sstsensing.com/optical-oxygen-sensors-key-benefits-and-applications/</a></div><div>Is any one familiar with them? There seems to be a big price difference between</div><div>varying brands.</div><div>The ones I've seen are calibrated internally for pressure & temperature & transmit </div><div>data rather than a voltage or current reading. I am looking for a cheap option that </div><div>has a current or voltage signal rather than data & I will be using something like a raspberry Pi or Arduino to process the reading.</div><div>I am also wanting 3 as in a rebreather to compare readings.</div><div>Do they need much of an O2 flow over them or are they ok just being placed </div><div>randomly within the hull?</div><div>Cheers Alan</div></div><div><image1.jpeg></div></div></div>_______________________________________________<br clear="none">Personal_Submersibles mailing list<br clear="none"><a shape="rect" href="mailto:Personal_Submersibles@psubs.org" rel="nofollow" target="_blank">Personal_Submersibles@psubs.org</a><br clear="none"><a shape="rect" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles" rel="nofollow" target="_blank">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a><br clear="none"></div>
            </div>
        </div></div></blockquote><blockquote type="cite"><div><image1.jpeg></div></blockquote><blockquote type="cite"><div class="ydp3e4cb400yiv5284929921yqt2498115378" id="ydp3e4cb400yiv5284929921yqtfd07487"><div><span>_______________________________________________</span><br clear="none"><span>Personal_Submersibles mailing list</span><br clear="none"><span><a shape="rect" href="mailto:Personal_Submersibles@psubs.org" rel="nofollow" target="_blank">Personal_Submersibles@psubs.org</a></span><br clear="none"><span><a shape="rect" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles" rel="nofollow" target="_blank">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a></span><br clear="none"></div></div></blockquote></div></div><div class="ydp3e4cb400yqt2498115378" id="ydp3e4cb400yqtfd65713">_______________________________________________<br clear="none">Personal_Submersibles mailing list<br clear="none"><a shape="rect" href="mailto:Personal_Submersibles@psubs.org" rel="nofollow" target="_blank">Personal_Submersibles@psubs.org</a><br clear="none"><a shape="rect" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles" rel="nofollow" target="_blank">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a><br clear="none"></div></div>
            </div>
        </div></body></html>