UART RX_PIN_NUMBER issue.

Hello All,

I am using nrf5_SDK 17.0.2 softdevice. And using this example examples\ble_central\ble_app_uart_c I am able to Tx data from BE33 to external, but I am not able to Rx data from external.

I am using BE33 nRF52833-based controller. I have attached the datasheet of BE33 for your reference.

BE33 Datasheet REV02 - Celium Devices(3)-9.pdf

As you can see in there is no pin number 8 so I have tried to give pin number 4. But it shows the error "Communication error occurred while handling UART". If you tried to change anything from 8. It seems it is not accepting any pin number except 8. My issue is similar to this issue posted here.

Let me know if I am doing anything wrong.

Thanks and regards,

Neeraj Dhekale

Parents
  • Hello,

    In regard to the link you sent on the BE33 module, please review page 8. 

    Pin 8 on the module relates to GPIO P0.28 on the Nordic device.  Pin 9 is P0.29.  If you are using the Nordic SDK then I suggest, try changing your code to use the actual GPIO number (minus the P0.  Such as in this case the module's pin 8 should be entered in your firmware as 28.  Good luck

Reply
  • Hello,

    In regard to the link you sent on the BE33 module, please review page 8. 

    Pin 8 on the module relates to GPIO P0.28 on the Nordic device.  Pin 9 is P0.29.  If you are using the Nordic SDK then I suggest, try changing your code to use the actual GPIO number (minus the P0.  Such as in this case the module's pin 8 should be entered in your firmware as 28.  Good luck

Children
Related