-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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. |
Hello @whatnick |
Could I please see the jumper settings underneath. |
Please set jumpers for SPI or UART mode as appropriate. No jumpers have
been set. Here please check the PCB or code repo for the jumper options.
…On Fri, Nov 27, 2020, 03:57 Gabriel Pivato ***@***.***> wrote:
You mean here?
[image: 20201126_135546]
<https://user-images.githubusercontent.com/36276555/100376989-3a7ea680-2fef-11eb-9878-e5ff57fdbefe.jpg>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADX7BBPPNNGO2YQPOLY66LSR2CJHANCNFSM4SIUGOIA>
.
|
Hi! I am using an
ATM90E26 Featherwing v1.5
, with anAdafruit Huzzah
.The problem comes when I try the example skecth
ATM90E26_Full_App.ino
, I only updated it to run newer versions ofArduinoJson
andWifiManager
, 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
If anyone could help me solve this problem I would be grateful, thanks in advance!
The text was updated successfully, but these errors were encountered: