06-05-2013 07:30 AM
Hello,
06-14-2013 07:01 AM
Nobody has had time problems sending and receiving with bluetooth to/from NXT?
08-06-2013 02:04 PM
Bluetooth is always going to be slower than USB, and best performance would be doing the PID control on the NXT.
Can you attach your host side program as well so we can see how you are sending/receiving messages on that pc?
Are you using a mac with built in bluetooth radio? Sometimes people get better performance on mac with an external dongle.
Another option would be disabling the status check when a message is written to the NXT.
See the following vi:
C:\Program Files (x86)\National Instruments\LabVIEW 2012\vi.lib\NXT\DirectCommands\NXTToolkit.DC.MessageWrite.vi
There is a true constant on the diagram that specifies "requireResponse". This enables getting a response back that the messageWrite succeeded. I'm not sure how important it is, but setting that to false would reduce the number of bluetooth transactions in the loop by one.