i want to read from Raspberry pi over i2c from the Seeed’s Wio LTE CAT M1/NB-IoT. Since raspberry pi always acts as i2c Master, can i configure Wio LTE CAT M1/NB-IoT board act as slave?? will the following setting work for wio board?
Wire.begin(0x12); //set any address
Wire.onReceive(receiveData);
Wire.onRequest(sendData);
thanks in advance…
Hi there~
Sorry, I checked with software team that the current library does not support the wio nbiot as i2c slave. thanks.