sensors

Connect a python tkinter progressbar to non-linear absolut values via function

Connect a python tkinter progressbar to non-linear absolut values via function Question: I am looking for a function that dynamically calculates the progresbar of a python tkinter GUI. The special thing about it is, that the values to be displayed with the percentage of the progressbar are non-linear. 100% should be absolut value 50 0% …

Total answers: 2

Raspberry Pi DHT 11 sensor not working. I get None None

Raspberry Pi DHT 11 sensor not working. I get None None Question: Have integrated Raspberry pi4 with a DHT sensor. The data pin is connected to pin GPIO 26 Have tried connecting the VCC to both 3.3V and 5V Have tried with both Adafruit_DHT.DHT11 and Adafruit_DHT.DHT22 in the code for the same sensor but I …

Total answers: 2

How to use Kalman filter in Python for location data?

How to use Kalman filter in Python for location data? Question: [EDIT] The answer by @Claudio gives me a really good tip on how to filter out outliers. I do want to start using a Kalman filter on my data though. So I changed the example data below so that it has subtle variation noise …

Total answers: 2