I2C acceleromometer + WSP8266 WiFi module current to high? #4609
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
Replies: 1 comment
-
Posted at 2018-02-22 by llakie Solved it :) It was like I expected. Wired the compass module directly to the 5V USB output on the board and it works now. I was just unsure, whether the module supports 5 Volts or not. Thank you data sheet - it does. Posted at 2018-02-26 by @gfwilliams Great - glad you got it sorted! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Posted at 2018-02-22 by llakie
Hi there,
I got the following problem:
I want to the CMPS10 acceleromometer sensor and the Espruino Wifi at the same time. I'm now struggeling getting them to run smoothly. As soon as I call espruino_wifi.connect (whereas espruino_wifi references the EspruinoWiFi module) the data from I2C Bus freezes somehow and the sensor does not deliver any data anymore. I'm powering the sensor through the 3.3V output on the Espruino Board.
Separatly they work beautifully.
Thank you in advance for any idea :)
The three numbers are readings from my sensor. As soon as the WiFi module kicks in, the values freeze.
Beta Was this translation helpful? Give feedback.
All reactions