info about Nano BLE Sense with MKR CAN shield

Hi,
I have a project done using MKR Board WiFi 1010 with MKR CAN Shield, and is properly working.
Then i try to connect instead the MKR board a Nano Ble Sense and I can't let it work.
My old code is write using a CAN.h library and would like to keep the same library if is possible.
I wish someone could help me out.

Thanks

hi Stefano

In order for someone to help you you will have to share the code and schematic of your circuit.

The Nano BLE uses another microcontroller and runs on mbed so it's a pretty different system.
You can use the MKR WiFi 1010 as a BLE device, hope you know that :slight_smile:

Here is the code I used with the MKR1010 board, I also attach the programming report with Arduino BLE sense as well as the wiring diagram.

I also insert the library used

The choice of the Nano BLE board was made in order to also take advantage of the accelerometer inside the board without adding hardware

Thanks

CAN_code.txt (2.04 KB)

OutputIDE.txt (15.6 KB)

arduino-CAN-master.zip (17.5 KB)