Same Tasmota .bin compiled, same board type, different behaviors... #23644
Unanswered
nicolatun995
asked this question in
Support request
Replies: 1 comment 1 reply
-
You could verify details with commands |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created, using Tasmocompiler, a custom Tasmota .bin file, using the v15.0.1 base system, since I need to implement the MPU-6050 gyroscope/oscilloscope features on my NodeMCU ESP8266 boards. I need to create seven boards with an oscilloscope for each one and other sensor which change from a board to another.
As Tasmota support page points out, this are the strings I've wrote in Custom Parameters Tasmocompiler page. I've verified that these strings are reported at the bottom part of the user_config_override.h file.
I've been able to create the first board by flashing, with Tasmotizer, the .bin file I've created with Tasmocompiler. By setting on the Configuration>Module for I2C SCL and I2C SDA pins, I can see the MPU-6050 output measures.
Then I've tried to flash the second board in the same way of the previous board, by connecting another MPU-6050 in the same pins of the previous board. In this case I can't see the MPU-6050 output measures, neither in the home-page nor in the console page. I've also tried to change the ESP8266 board and the MPU-6050 but the result is the same.
What am I doing wrong?
Best regards and thanks all are gonna answer me!
Beta Was this translation helpful? Give feedback.
All reactions