Eva Herrada

Results 14 comments of Eva Herrada

To add on to what Kamik423 said, if you don't want `ENTER` to tick, set `hide_confirm` to `True` and then you can select with space and submit with enter

So, I tested this and was able to replicate it. I'm pretty sure the issue has something to do with reading the buffer. 35 in binary is: 00100011 -93 in...

Looks like it could have something to do with clock stretching: https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BNO055-Temperature-fluctuation/td-p/13142 I have enabled software clock stretching, but it won't work if it's below 10kHz and the bad values...

Another thing I'm thinking of would be to just throw an error when the last and current temperatures are exactly 128 apart and then have the user handle it.

@siddacious Sounds good. Do you think I should close the PR I made (#64)?

@ender18g The temperature problem is a known issue and an example of how to fix it will be up pretty soon. As to some of the other values going to...

@GuenterQ Interesting. Thanks! If you'd like to make a PR go ahead!

@ladyada Seems like the examples require some libraries like BLE and NeoPixel. Should I add those to library.properties or is there a better way to do it when it's just...

@ladyada This seems to be missing `malloc.h` which I think might be part of the `MemoryFree` library, which I think is a default library on some boards. I'm not sure...