PROBLEM WITH MKR1010

Hi all,

I'm doing a a project that consist of communicating 2 Arduino MKR 1010 acting one as a receiver and one as a trasmitter. The transmitter is connected to an MPU6050 which get the values of the accelorometer and the gyroscope.

My question is if it's possible to send the data acquried by one of the MKR (acting as a trasnmitter) and send it to another MKR 1010 acting as a receiver. If it's possible, can you guys attach some sources to be guided?

Thank you very much :slight_smile:

In the Examples menu you find the entry WiFi101 which contains the two example sketches WiFiHttpServer and WiFiHttpClient. They will show you how you can use the WLAN functionality of the MKR1010 to connect the two Arduinos.