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.
Huh? Why?
Both controllers use 3.3V logic, hence you'd only connect the two controllers RX to TX and TX to RX nothing else needed.
To use the interface in your code you'd use Serial1 on both controllers.
Once the connection is established latency shouldn't be too much of an issue as long you don't don't expect to send loads of data.