-
Notifications
You must be signed in to change notification settings - Fork 26
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
Esp8266 connect MPU6050 #5
Comments
Great that you could flash it. I don't think it has anything to do with the makefile or your toolchain setup. Looks more like an issue with the I2C Connection. |
When scanning with an i2c scan file, it finds two addresses 0x68 , 0x69 |
Thanks soldering directly helped, now another error:
|
Мaybe look at the project on your computer and update the makefile here so that others can also build it and write down the rules and in one look at why the problem is in the fifo, |
The serial output looks good. I think to recall that this error ( Can you check if you can receive any sensor data via UDP (either monitor UDP traffic, or use the bewegungsfelder app). If not I suggest you add some debug messages (serial print) throughout the sensor code to see where it gets stuck. I'm quite certain that the makefile is not the problem here. Once the project builds and you can upload it to the sensor and it still doesn't work then the problem is likely somewhere else in the code or in the wiring. |
Thank you, but the server address in the sensor settings is which to set... this from the router should be an address or local, because I am creating a server at 127.0.0.1: 8080, but it is not available from outside if you call from the phone, etc. Just on the screen of the example program address 192.168.1.6 router also need to be properly configured so that it can work as a server? |
The server is the computer that runs the Bewegungsfelder app to collect the data. The individual sensors send the data to this server address. If the sensors and the server are on the same network. Then you don't need to configure your router. For example put your sensors addresses at 192.168.1.10/24 - 192.168.1.15/24 and run your server on 192.168.1.5/24 (and make sure both are on the same wifi/network), it should work just fine. |
Hello, after the firmware esp cannot connect to mpu6050, I connected everything according to the instructions with all the harness, but in the terminal it displays such a message
Maybe you know what this could mean , In order for it to be flashed, the entire makefale had to be rewritten, it may be connected with this, several modules checked the same result
The text was updated successfully, but these errors were encountered: