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

ATM90E26 FeatherWing (Huzzah) crashing #27

Open
MrPivato opened this issue Oct 8, 2020 · 6 comments
Open

ATM90E26 FeatherWing (Huzzah) crashing #27

MrPivato opened this issue Oct 8, 2020 · 6 comments

Comments

@MrPivato
Copy link

MrPivato commented Oct 8, 2020

Hi! I am using an ATM90E26 Featherwing v1.5, with an Adafruit Huzzah.
The problem comes when I try the example skecth ATM90E26_Full_App.ino, I only updated it to run newer versions of ArduinoJson and WifiManager, as you can you can see here: My Fork.

When it tries to check the checksum, the result is a crash, but connection to WiFi and Thingspeak is ok.
Here is the error message

{"auth":"XXXXXXXXXXX","server":"api.thingspeak.com"}connected...yeey :)
Key:XXXXXXXXXXXX
Server:api.thingspeak.com
Start ATM90Checksum 1:FFFF
Checksum 2:FFFF
Checksum 1 Error!!
Checksum 2 Error!!
Checksum 1:FFFF
Checksum 2:FFFF
Checksum 1 Error!!
Checksum 2 Error!!

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3584, room 16 
tail 0
chksum 0xb0
csum 0xb0
v2843a5ac
~ld

If anyone could help me solve this problem I would be grateful, thanks in advance!

@whatnick
Copy link
Owner

In firmware interaction of the various parts is crucial. I haven't checked the code in your fork, but do you have the SPI/ UART jumpers set correctly ? Can your monitor transactions on the serial bus using a logic analyser ? Some images of your stack up and jumper settings will help with this issue. Looks like no values are being read from the ASIC hence the FFFF.

@MrPivato
Copy link
Author

MrPivato commented Oct 16, 2020

I am using the stacked version. Here is the image:
7a81d83a-9e7c-456e-aeaf-c8ecc3c1055c

@MrPivato
Copy link
Author

Hello @whatnick
Any tips?

@MrPivato MrPivato reopened this Oct 26, 2020
@whatnick
Copy link
Owner

Could I please see the jumper settings underneath.

@MrPivato
Copy link
Author

You mean here?

20201126_135546

@whatnick
Copy link
Owner

whatnick commented Nov 26, 2020 via email

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

2 participants