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

in \connect SDK\v1.5.0\nrf\samples\bluetooth\peripheral_uart,data number is limited 20 bytes, more than 20bytes BLE will part data in two or more packs to send or receive

in \connect SDK\v1.5.0\nrf\samples\bluetooth\peripheral_uart,data number is limited 20 bytes, more than 20bytes BLE will part data in two or more packs to send or receive .how can i chang to data number to more bytes. for example , i want to send 200 bytes through COM  in one time and BLE receive 200bytes i one time , relatively HOW to send 200bytes data in one time  through BLE ,not separate 200bytes data in many pack to send

Parents
  • thank you

       in my project, I use SPI inerface (4 pin(pin must can been changed)) communicated with a 4G TF card, this card must mount in Zephyr filesystem ,  in connect SDK\ v1.5.0\zephyr\samples\subsys\fs\fat_fs , this sample can get some advice . I can use SPI read and write TF card how can i mount this card in zephyr filesystem and use file API fuctinon , would I should re-edit some read/write API fountion of Zephyr filesystem?

Reply
  • thank you

       in my project, I use SPI inerface (4 pin(pin must can been changed)) communicated with a 4G TF card, this card must mount in Zephyr filesystem ,  in connect SDK\ v1.5.0\zephyr\samples\subsys\fs\fat_fs , this sample can get some advice . I can use SPI read and write TF card how can i mount this card in zephyr filesystem and use file API fuctinon , would I should re-edit some read/write API fountion of Zephyr filesystem?

Children
Related