python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
can data from a sensor be read in a function
I am using the icm 20948 sensor, programming on MPLABx running harmonyV3.i2c is communication mode. Can I read and write in a function, does it have to be in a while loop?
For example would:
while(SER...
Oluwatoni Bodunrin
Votes: 0
Answers: 0
How to merge hundreds of CSVs, each with millions of rows, using minimal RAM?
I have terabytes of sensor data stored across separate CSV files in format timestamp and value. I need to merge these CSV files where I will have one column for timestamp (calculated as the average of...
Menzhin
Votes: 0
Answers: 2
Is it possible to register sensors and listen values in Fragment?
I have a library where i can listen and gather sensor values. I can do it in Activity without a problem. But when in Fragment, i couldn't find a proper solution. My Fragment implements SensorEventList...

Neco
Votes: 0
Answers: 0
DHT22 Temp sensor causing Tkinter GUI to lag
Hi I've been trying to implement a DHT22 temperature and humidity sensor with Tkinter GUI where it updates regularly while using the GUI. This is done on a Raspberry Pi 4 using Python. However, while ...
alisterwan27
Votes: 0
Answers: 0