This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Not connecting to nRFCloud

Hi, we have an nRF9160DK (0.8.3) and it does not connect to the nrfcloud.

We have updated to the latest firmware 1.0.0

We only have nb-iot here so we  didn't use the iBasis sim, instead using a vodafone V-Sim (which is active). 

Are we missing a step here?

Thanks

Parents Reply Children
  • Cool sounds like a good solution, but first I'll ask Vodafone if they can add an IP range to our test, do you know the AWS IP address range? It does say in the form "provided that the IP ranges belong to the customer" but I'll try first.

  • You would have to look that up on the AWS website. I can imagine they wouldn't be too thrilled at whitelisting that volume of IP addresses but worth a try. Also looking at our contract, I see the line you indicated. I doubt they would let you do this as you don't own those IP ranges.

  • I agree they don't seem flexible. I'm not familiar with EC2 instance how did you set up the IP forwarding? Where in the project did you change to a static IP address and did you get Vodafone to update to that static? Sorry some many questions. 

  • You would need to create an EC2 Instance and then edit the options to request an elastic IP for that instance. Information on how to set-up EC2 Instances and elastic IPs should be in the AWS documentation. Note this all does require a paid AWS account, EC2 Instances all have different costs attached, this wasn't an issue for us as we use EC2 on applications.

    You then need to create a UDP server, or whatever protocol server you plan to use and install it into the EC2 Instance's Linux machine.

    Yes, you will need to get an Elastic IP and then request with Vodafone to change to that one. It will take like a week for them to make that change. Please note that the elastic IP is defined by AWS and not you so get the IP from AWS first.

Related