Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor has 9 bits: 8 data bits and 1 stop bit.
The problem is that by default BT_NUS_UART_BUFFER_SIZE is set to 40. If I change the default value to a number less than 40, my application crashes and a blue LED lights up on my nRF52840 dongle.
I am able to increase the value of the NUS buffer as per the answer available at devzone.nordicsemi.com/.../ncs-1-6-1-peripheral_uart-example---increasing - nude size.
But I can't lower this buffer. With this I can only send 45 bits from my sensor at a time. But what I want is to only send 9 bits every second.
Can someone help me?
Thanks in advance for your cooperation!
