by JonHylands » Wed Apr 07, 2010 3:24 pm
by JonHylands
Wed Apr 07, 2010 3:24 pm
I don't really have anything to measure the latency accurately. The socket code in Squeak Smalltalk is not great in terms of performance.
I hooked up my logic analyzer to the Tx and Rx lines on the wifi module, and doing a READ_DATA on a servo, asking for 2 bytes back, the time difference between the start of the request and the end of the response was about 1.6 ms, and that is with the default return delay time.
Of course the wifi module introduces its own latency. Pinging it generally gets responses in 2-3 ms.
My brother is buying one from me, so hopefully he'll update his command line utility to work with it, and then we can get a better indication of what the total latency is.
- Jon
I don't really have anything to measure the latency accurately. The socket code in Squeak Smalltalk is not great in terms of performance.
I hooked up my logic analyzer to the Tx and Rx lines on the wifi module, and doing a READ_DATA on a servo, asking for 2 bytes back, the time difference between the start of the request and the end of the response was about 1.6 ms, and that is with the default return delay time.
Of course the wifi module introduces its own latency. Pinging it generally gets responses in 2-3 ms.
My brother is buying one from me, so hopefully he'll update his command line utility to work with it, and then we can get a better indication of what the total latency is.
- Jon