Serial Plotter to display data sent wirelessly

Hello,

I would like to know if it is possible to read data from the Serial Plotter wirelessly.

I have an Adafruit Feather M0 board which has a built in bluetooth module, and I would like to send some IMU data wirelessly to display on the Serial plotter.

Is this possible? If so, are there any example codes for Arduino receiving and displaying wireless code?

Thank you.

The Serial Plotter does not care about the source of the data as long as you can Serial.print() it

What type of wireless communication are you considering ?

I just want to send IMU data of accelerations wirelessly so that it can be plotted.

How do I do this?

I am considering Bluetooth or Wifi, whatever works.