-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to decide which analog port to use (male/female) #71
Comments
They're the same |
@tobozo In my case female ADC pin does not get data whereas I receive data on male ADC pins. So my question is how do I resolve this, so that I can receive data on both pins without worrying ? Thanks |
Hi In my case every alternate day the M5 stack does not receive data. It always shows 0. I use following code on platformio #include <M5Stack.h> int fsrpin = 35; void setup() {
} void loop() {
} |
Hi @tobozo I found the root cause after troubleshooting and searching on google I connect my FSR to 5V but the 5V pin is not predictable sometimes it give ~ 4.5v and sometimes it does not. I do not know the reason. But the 3.3 v and +ve terminal of grove connector (~4.5v) are more reliable, I think. Thanks for your help |
Thanks for sharing your resolution!
…On Fri, Jun 8, 2018 at 12:16 AM, chetan ***@***.***> wrote:
Hi @tobozo <https://github.com/tobozo>
I found the root cause after troubleshooting and searching on google
I connect my FSR to 5V but the 5V pin is not predictable sometimes it give
~ 4.5v and sometimes it does not. I do not know the reason.
But the 3.3 v and +ve terminal of grove connector (~4.5v) are more
reliable, I think.
I reffered following discussion on forum
http://forum.m5stack.com/topic/153/connecting-m5stack-
to-an-mq-2-smoke-gas-sensor/2
Thanks for your help
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHu9x51RivdxROV4Z9lCKPX7GAHOT6P7ks5t6fqggaJpZM4Uc1jp>
.
--
__________________________________________________________________________________________
QTH KORL Winter Park, Florida | Icom R75 | RFSpace SDR-IQ::Pixel Loop RF-1B
| Uniden HP2
SDR Captures/loggings posted to: https://corq.co when audio quality allows.
__________________________________________________________________________________________
|
Hi
I am using pin 35 to read fsr sensor data. FSR sensor is connected to female port.
I do not receive any data on female port whereas on the male port .
How to we decide which ports to use and how to change that.
I am using arduino ide.
Thanks
The text was updated successfully, but these errors were encountered: