This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bit/Character limit on Central and Peripheral example

I am using 2 nrf52832 boards to talk to each other through UART. One is programmed to the central SDK example and other other is peripheral. In the code, i incorporated 2 different types of app_timers. One that is a continuous loop that sends data out every desired interval. and the other type is that it waits for an input and sends it only after desired interval has passed after the most recent character. Well, i am using tera term to test the connection between the two boards. on the first config, when i use the "send file" option where i have prerecorded characters on a .txt file. there appears to be a limit on how many characters pass. it will pass upto 18 characters but restarts the UART if it is any more. on the second config, the send file only allows about 4 characters before restarting. what can i do or change to increase the amount of bits i can send simultaneously. 

Parents Reply Children
Related