Simon Werner
Simon Werner
> Do you think it's possible with this package? That depends. If you use this on a mobile phone and it's in the user's pocket, then it's unlikely to help....
Sorry for the delay in the reply, I thought I had answered this. > So It’s very likely that the smartphone will move. Would you say that it’s stable enough,...
Yes, I think you are right. Do you want to create a pull request for that?
Thanks Danny. You are welcome to make a pull request for this. Otherwise I will get around to fixing it one day. I'm just a bit busy at the moment.
This looks like it's not wired up correctly. Have you connected the mpu9250 correctly?
Thanks @mosantos96. That's strange, it was working for me on an ESP8266, I've never tested it on an ESP32 though. I don't have time to test it on an ESP8266,...
I don't have an ESP32 at the moment to test this on and I can't see where the error is coming from.
It's strange that it's at `0x76`, but I believe it's possible. I believe they will manufacture them if requested at other addresses. But I think it would be rare to...
Yes, that's it thank you. But only the first part of my problem. The command `readelf --all ./test | grep interpreter` gave: ``` [Requesting program interpreter: /usr/lib/ld.so.1] ``` So I...
> Shall we instead expose the nvs_handle_t member, so that you can call any unsafe APIs on it, if you wish to? That's a good question. And you are probably...