08-17-2016 05:45 AM
Hey
I am doing a project with sensor nodes and WSN. I have acquired a blue gecko development kit with a BGM 111 from Silabs. The kit has the BLE or bluetooth 4.2, which seems to be a big issue to communicate with labview. By using normal VISA serial block diagrams, I have manage to normally acquire the message that the BlueGecko was advertising. However, I do need to send a message (command) from the PC with labview to the device, in order to require a different advertisment rate. I have already spent 3 days trying to do this by myself, but no advance at all.
Any solutions??
08-17-2016 05:52 AM
Make sure your command and the format which you are sending is right. as you are able to read then even write should work without issues.
Check with hyperterminal to verify commands are correct.
Share the code which you tried.
08-17-2016 06:03 AM
Well,
I am simply trying to use serial write to send the command. However Bluegecko uses BGScript Language and BGapi commands. I had just tried to use a simple command to send a message. But it doesnt seems to be working.