Thank you for your responses. I will look into it.
Mohammad Khalid
@Mohammad Khalid
Best posts made by Mohammad Khalid
Latest posts made by Mohammad Khalid
-
RE: Sensors connection to RPi
-
RE: Sensors connection to RPi
I am not using Mysensors. For example, ADXL345 has address 0x00 and 0x53(slave) which is occupied on RPi along with other sensors and it gets disconnected. Upon reconnection how can the RPi recognize that its the same sensor or another based on the values of the sensor. Without hard coding the address of sensor on RPi.
-
Sensors connection to RPi
Hello everyone,
I am working on a project and I am having a doubt regarding the connection of multiple sensors to Raspberry Pi 3 model B. I can connect the sensors with the help of their addresses and know what type(e.g. temp, humidity, IR, accelerometer, etc) of sensors they are. However, I have been given a task where upon as soon as the sensor is connected to RPi, the Rpi itself recognizes what type of sensor it is and then the reading values get stored in a table created regarding that specific sensor type. How can I identify the sensor type without knowing it?
Any help is appreciated.Thanks