Skip to content
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

Mega Rx from Xbee causing high voltage 1023 on all analog input pins #20

Open
profitablecrop opened this issue Dec 21, 2015 · 7 comments

Comments

@profitablecrop
Copy link

Hello,

Having a very strange issue that seems associated to the Tx packet from the Xbee to the Mega Rx (on any serial port) which then causes a stuck high voltage on all the mega input pins. Nothing seems to reset the high voltage (1023 analog reading on any input pin) except a hard reset which then reads normal until a the xbee is attached. Prior to updating the latest Xbee lib, it would only start the issue when a Rx packet came through to the mega, now it happens when I connect the Tx from the Xbee to the Rx of the mega pretty quickly. and hangs as it had before. Not sure if you might understand more of how the Rx packets might affect the analog input readings of the mega.

Thanks.

Alec

@profitablecrop
Copy link
Author

Problem actually appears code related somehow after I tried to scrap away code..also the hardware reasoning would not make much sense. I gutted some blocks of code and issue went away... will post back with more info if I find the cause for why the analog pin readings were being affected.. For whatever reason the Rx serial data from xbee was causing an issue with the analog input voltage readings, which would remain high at 1023 even if you then took the pin and grounded it while looping..readings would not zero out.

@profitablecrop
Copy link
Author

Backing up and looking for more info on the analog pins, I found that there must have been an issue with the reference voltage.
I adjusted the mega reference voltage to External and fed 5V to the pin, seems to have solved the issue. I am using the Arduino GSM shield and Xbee on the Mega board, these 2 items seem to be affecting the AREF somehow.

@matthijskooijman
Copy link
Contributor

What XBee shield are you using? Did you try with just the XBee shield or just the GSM shield?

@ClintonKeith
Copy link

Are you just jumping the 5V pin to aRef? If so, I'd suspect that the voltage regulator is struggling a bit here. Are you just plugged into USB?

On Dec 22, 2015, at 5:32 PM, profitablecrop notifications@github.com wrote:

Backing up and looking for more info on the analog pins, I found that there must have been an issue with the reference voltage.
I adjusted the mega reference voltage to External and fed 5V to the pin, seems to have solved the issue. I am using the Arduino GSM shield and Xbee on the Mega board, these 2 items seem to be affecting the AREF somehow.


Reply to this email directly or view it on GitHub.

@profitablecrop
Copy link
Author

Direct Xbee or an Xbee adaptor directly to the board, 5v/3.3v, GND, Tx, Rx
pins only, no shield for the xbee. Using the GSM shield on the Mega.
If I took off the xbee worked fine, and if I omitted some GSM begin code it
worked fine,
but both together caused some sort of interference.
The 5V direct to the AREF pin seemed to fix the issue.

Best Regards,

Alec Mayall
Horticulturalist, CCA, PCA, CAIS
Profitable Crop Productions LLC
951-847-2131
profitablecrop.com

On Wed, Dec 23, 2015 at 5:14 AM, ClintonKeith notifications@github.com
wrote:

Are you just jumping the 5V pin to aRef? If so, I'd suspect that the
voltage regulator is struggling a bit here. Are you just plugged into USB?

On Dec 22, 2015, at 5:32 PM, profitablecrop notifications@github.com
wrote:

Backing up and looking for more info on the analog pins, I found that
there must have been an issue with the reference voltage.
I adjusted the mega reference voltage to External and fed 5V to the pin,
seems to have solved the issue. I am using the Arduino GSM shield and Xbee
on the Mega board, these 2 items seem to be affecting the AREF somehow.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#20 (comment)
.

@ClintonKeith
Copy link

But what is supplying the power to the Arduino? Some USB hubs don't supply enough current and might show what you are seeing. The VCC that you're plugging directly into the aref (with EXTERNAL) acts the same as using the INTERNAL flag, except that the 5V that is used for the internal reference is further from the voltage regulator.

While your solution works, you might be seeing some other low-current effects elsewhere. I'd test this by plugging in a 9V power supply.

@profitablecrop
Copy link
Author

I have a custom board built more or less as a shield on the mega, and then
the GSM shield on my shield. Powered from a 12v SLA battery with
regulators for the mega @ 7.5V, GSM @ 5V, and XBee @ 3.3V.

Not sure why adjusting to EXTERNAL and providing the 5V directly to the
AREF pin worked, but that is the only thing that allowed me to get real
analog readings. I thought it may have been related to my shield, but had
the same issue with just the Arduino GSM shield on the Mega where the 5v to
AREF jumper solved it.

The problem began, or I noticed it rather, when I was trying to read the
main units battery voltage on the 12V via a voltage divider and an analog
input pin. I kept getting an analog input of 1023 after some interference
somewhere, which I knew that wasn't correct, so I began trying to see why I
could not get accurate analog pin readings.

Things are looking fine now.

Best Regards,

Alec Mayall
Horticulturalist, CCA, PCA, CAIS
Profitable Crop Productions LLC
951-847-2131
profitablecrop.com

On Wed, Dec 23, 2015 at 8:54 AM, ClintonKeith notifications@github.com
wrote:

But what is supplying the power to the Arduino? Some USB hubs don't supply
enough current and might show what you are seeing. The VCC that you're
plugging directly into the aref (with EXTERNAL) acts the same as using the
INTERNAL flag, except that the 5V that is used for the internal reference
is further from the voltage regulator.

While your solution works, you might be seeing some other low-current
effects elsewhere. I'd test this by plugging in a 9V power supply.


Reply to this email directly or view it on GitHub
#20 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants