Hi guys,
I have already written a post related to this problem but I never really got any kind of advice or guidelines so I decided to try again. As long as I know, the Arduino Nano 33 BLE Sense runs on some chip as nRF52840 DK that I have already used for some of my previous projects. Now I am trying to enable a tiny ML application for object detection on the Arduino board, which works without problems as there is already a specific library for this purpose, but right now I am stuck in part where the communication technology should be implemented. I plan to use Bluetooth Mesh as in my previous projects, but I am not sure how to implement it on the Arduino board.
Is it possible to implement Bluetooth Mesh on Nano 33 at all? If it is, can I use the same implementation as I used with the Nordic nRF52840DK board?
Any kind of help is welcome as always!
Cheers!