Hello Particle Community!
I’ve been working on a project using EdgeImpulse, deploying a Machine Learning model to the Arduino Nano 33 BLE Sense. I wish to cast the classified outputs on the Arduino to the Particle Dashboard for remote monitoring. It seems that serial communication between Arduino Nano Sense and Particle Argon are not supported out of the box.
I noticed that both these boards share the same Bleutooth type, i.e. Nordic nRF52840. Is it possible to establish a communication protocol between the two devices using a shared Bluetooth connection? This would help in remote data monitoring from the classification on the Dashboard, with much more User Friendly Interface.
Predefined scripts or functions/libraries would be resourceful.
Thanking you in anticipation,
Dhruv