I am attempting to get the ConnectTheDots example working on a Spider II with built-in J11D Ethernet. I don’t have the sensors so I am simulating some data with random numbers.
Everything compiles and deploys fine. I believe I have the correct AMQP Address info in place.
I have used MFDeploy to “Update SSL Seed”. (FEZ Config “Update SSL Seed” didn’t seem to work.)
The Spider II gets a valid IP address and DNS address from the network.
Application hangs at:
// create connection
_connection = new Connection(_address);
After about a minute, in Windows Devices and Printers, it changes from G120 to Unknown Device. I have to reload TinyBooter and Firmware to get it back. I am not sure what I am missing. The problem is the same even when powered with external power supply.
The AzurePrep application did not run to completion due to an error but the Event Hub was successfully setup from everything I can tell in the Azure Management portal. It looks like the Stream Analytics portion that didn’t get setup. However, I think I should still be able to send messages to the Event Hub or at least connect. If something was wrong with the Cloud configuration (AMQPAddress) I would think it should fail gracefully.
Is there anything required to enable the AMQP port on the Azure side?
Any suggestions would be appreciated.