Search found 2 matches

by zachary2018
Thu May 25, 2023 2:42 am
Forum: General Discussion
Topic: ESP NOW:how to transfer faster
Replies: 0
Views: 709

ESP NOW:how to transfer faster

using esp-now example in IDF V5,i found the max send space is 10ms,about 250 byte each sending,that means only 250*100 = 0.2Mbps。and according to doc,this should be max to 6MBPS,is there some good way to improve it?thanks
by zachary2018
Wed May 10, 2023 10:21 am
Forum: ESP-IDF
Topic: how to resize LL PDU size,default is 27
Replies: 0
Views: 514

how to resize LL PDU size,default is 27

hi,we use esp32s3,nimble ble stack ,want to transmit more per LL PDU,we try a lot and find it seems can not be changed for it was complie into a host_controller lib.
all we want is transfer more data through ble,we want to reach 500kbps or more,but now is just 4Kbps,is there some advice?thanks