Martijn

Results 34 comments of Martijn

This is a known issue. Jumbo's servers block access from the server on which argostime.mrtijn.nl is hosted, so it's disabled in production.

Voor zover ik dat nu weet is dat niet geïmplementeerd omdat Simon Levelt niet echt kortingsacties heeft

Yeah this is a known issue. When products will be discounted in the following week, there is no guarantee that there will be a currently valid price listed. An example...

Hey I didn't know this. Thanks @toonijn!

@danchendrickson I2C gets picky if you don't close everything neatly, I think that could cause your issue.

@spaceKelan Interesting. It indeed seems that I never implemented a `mpu6050.close()` method or something similar. It should be easy to implement though, just add the following code to `mpu6050/mpu6050.py`, after...

@sutanu86 Did you install the package? If so, how? @chancelier did you use the same python version for installing the package as for running it?

Hey @aaroncwhite, thanks for the pull request! Is there any particular reason to always want to use smbus2 over the standard python(3)-smbus package? If not, I rather keep this merge...

@ThinkalVB this assumes that if the regular smbus is not available, then smbus2 will be available and/or you want to use smbus2. Which is an assumption that you probably should...

Because no procedure for calibration of the hardware is given in the datasheet, there is no calibration implemented. What this module does lack is an implementation of the self test...