-
Notifications
You must be signed in to change notification settings - Fork 114
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
Communication with ATM90E32 failed #111
Comments
Hi Max - can you provide your config file? Also, what ESP32 are you using? |
Of course, sorry for not including initially. Pretty vanilla. The board I am using now is Esprsesif ESP32-WROOM-32D. I think this one's a bit older I could try with another one but didn't dig deeper on that front given at least initially it was working.
|
Your config looks okay. The only other thing I would check before trying a different ESP32, is trying to connect to the other IC on the meter. Just change |
So I tried another ESP32 (have alot), it was one of the older DEVKITv1 which fits the wider headers. I aligned the 3v headers to the top left corner but I'm pretty sure it ended up cooking the chip (smelled like it). Surprisingly enough - I put the smaller 32D back in and it detected the one sensor in CT1 but with really funky readings. Upon rebooting it, now it does not show the communication failed error but there are no readings coming through. Only the wifi signal. |
Okay, that's strange that the ESP32 popped. As long as it has the same number of pins it should have worked. Maybe it was just on its way out? Also very strange that it connected momentarily with the original. It does have 19 pins per side, correct? (should be 1 row empty on the bottom of the meter) Did you try with |
The one that cooked up was the earlier devkit v1 model with 15 pins on each side, while the 3V pin was aligned with the board, perhaps something else downstream didn't line up great. The current one I have in there that works on and off is a 19 pin each side (32D model) Tried pin 4 but no dice:
To be fair however, I did try go back to pin 5 this morning and now that is also communications failed. I literally didn't touch anything on the board besides turning off the power last night and turning the test bench back on today... flaky behavior definitely throwing me off. |
After a few reboots there are some readings coming through but they are pretty wild. The load on the test bench is a standard incandescent 75W bulb
|
Was the above without the AC transformer hooked up? When volts are left floating, it can show results like this for power and frequency. |
Yes the device was powered by the AC transformer. |
Okay, is the ESP32 also being powered by micro USB? |
I had same issue. Do you solve the problem and how? All the atm90 chip error fail to communicate. I did try usb power or from power adapter. |
Hello - I recently picked up a v1.4 rev1 board (the black one). As I was trying, unsuccessfully so, to calculate the right calibration values on a small test circuit I have (just one light bulb) the board eventually started to say that the communication failed with the sensors. I did swap them out as I was trying to figure the right calibration between all 6 plugs, to see if the measurements were the same.
To simplify I now just power it with usb power and have only one sensor in CT1. Still no dice.
The text was updated successfully, but these errors were encountered: