Hello,
i'm using a nrf52832 dk and i'm using the example ble app uart.
I saw the packets that are send for rx or tx but with packets of 20 bytes
I saw this post, https://devzone.nordicsemi.com/f/nordic-q-a/71414/how-to-clear-memory-buffer-which-stores-the-received-data-over-ble-uart-after-each-transmission
My problem is that if I'm trying to send 307 bytes my buffer is full and the info is send partially,
First i would like to know what can i modified to not be in obligation to use an enter button and secondly have the info that is send fully.
For example i want to send this : "azertyujhgdikzklkelzlkkzkkeeklzkezlkeezkeeaooazoaieoieeiieaiaeaaieiavcmmmm563dz8f53e6v58dfbvjihajzovb vajojijnakoazertyujhgdikzklkelzlkkzkkeeklzkezlkeezkeeaooazoaieoieeiieaiaeaaieiavcmmmm563dz8f53e6v58dfbvjihajzovbvajojijnakoazertyujhgdikzklkelzlkkzkkeeklzkezlkeezkeeaooazoaieoieeiieaiaeaaieiavcmmmm563dz8f53" there is 307 characters, there is packets of 20 bytes but i would like to have little packets that can send my info fully. because when i arrived at 300bytes the last 7 bytes are not seeN. I can see them if I'm sending other infos... and this is not what i want thank you in advance