Fayzatul
Newbie
Hi, I'm doing water quality monitoring system based IoT. I'm using Arduino Nano 33 IoT and tried to connect to the turbidity sensor DFROBOT. But then, I didn't get the expected output. Previously, I tried my code together with Arduino Uno and I got the expected output by using wire.h library. Hence, I double checked my libraries that compatible for the Arduino Nano 33 IoT and there's no error in wire connection. The library of Arduino IDE that I used for Arduino Nano 33 IoT tools are LSM6DS3 and WifiNINA. I hereby attached the code and stated the library that I used for the Arduino Nano 33 IoT. Plus, I just implementing serial monitor to display the data. I did not deploying yet the data transmission to the webserver. Did anyone have experience this problems?