Arduino Nano 33 BLE sense rev2 serial Monitor in zephyr envirnoment

Hi, after uploading a Zephyr project (like the "Hello World" example), I couldn't see the device in the serial monitor. i add the below commend in overlay file also but still nothing is happening i read some document says the uart stack is not enabled in the arduino board after uploading the sample code but after enabling that also same issue i am getting. 

Board: Arduino Nano 33 BLE sense Rev2 (which has nRF52840 microcontroller in it)
Platform : nrF connect sdk in vs code and zephyr environment both i tried

overlay file:

&usbd {
status = "okay";
cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM";
};
};

Need to see the serial monitor in zephyr environment using Arduino Nano33 BLE sense rev 2 board.
Parents
  • I understood that you haven't work with the board , i raise this complaint in NRF community because this nano  33 BLE sense rev2 board has nRF52840 soc in it, i thought i will get something from the community thats why. Only thing is i want to see the serial after uploading zephyr application in this board, i tried all the possible way to implement that i couldnt find the exact source, i mentioned one page that talks about this board like solved and unsolved issues in it kindly take that for reference and let me know what i can do to make it done.  

    Regards,
    Ebi

Reply
  • I understood that you haven't work with the board , i raise this complaint in NRF community because this nano  33 BLE sense rev2 board has nRF52840 soc in it, i thought i will get something from the community thats why. Only thing is i want to see the serial after uploading zephyr application in this board, i tried all the possible way to implement that i couldnt find the exact source, i mentioned one page that talks about this board like solved and unsolved issues in it kindly take that for reference and let me know what i can do to make it done.  

    Regards,
    Ebi

Children
No Data
Related