Chat freely about anything...

User avatar
By M01O
#79634 Hello World
I have two Wemos modules. Sender is powered by battery and receiver is powered by grid.
I have Winbond flash with 500 kB data which I want to send to receiver as quick as possible. Receiver will send this data to SQL, but this is not problem.
I was trying with TCP/IP client and server where I was sending byte by byte and was to slow then I tried to send group of string which included 3000 bytes stil to slow.
I know how much data will arrive to receiver.
My goal is to get data in 5 second or faster.
Which is the best way to send data from Wemos module to Wemos module as quick as possible?