I'm using nodemcu and will be coding with Arduino IDE. Yes, i do have the libraries needed for it. I just don't know how to code it. Along with this sensor, i have the max30205 as well. Once i get the unique address of the device, i can use wire.requestfrom() to communicate with it right?
So i do have the code for reading data from each individual sensor cuz i have the libraries for it. So do i just hit requestfrom() and initiate communication with that device, use the code from that particular library and then request from the other sensor and do the same?