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..
Seeed’s Wio LTE CAT M1/NB-IoT as i2c Slave
Moderators: lily.li, violet, seth.welday
-
- Pre-kindergarten
- Posts: 6
- Joined: Fri May 17, 2019 5:11 pm
Re: Seeed’s Wio LTE CAT M1/NB-IoT as i2c Slave
Hi there~
Sorry, I checked with software team that the current library does not support the wio nbiot as i2c slave. thanks.
Sorry, I checked with software team that the current library does not support the wio nbiot as i2c slave. thanks.