Main Content

Unable to Assign IP Address to an Arduino MKR1000 Board

Description

When deploying code on an Arduino® MKR1000 board, Simulink® generates this error:

Failed to assign IP address to Arduino MKR WIFI 1010 board.

Action

Try these options sequentially until the IP address is assigned to the MKR1000 board:

  1. Ensure that a power supply of 3.3 V is provided to the MKR1000 board. If a voltage higher than 3.3 V is supplied, the board might be damaged.

  2. To open the Configuration Parameters dialog box, navigate to the Modelling tab and in the Setup area, click the gear icon in the Model Settings.

    Select Hardware Implementation > Target hardware resources > WiFi properties. Verify the specified parameters.

  3. Reset MKR1000, wait for approximately one minute, and deploy the code again.

  4. Unplug MKR1000, plug it back in, and then deploy the model again.

  5. Check if the firmware version of MKR1000 is aligned with the WiFi101 library installed in your computer. To check the firmware version, perform the steps in Check WiFi101 Firmware Version. If the expected firmware version does not match the firmware version of the board, update the firmware as described in Firmware and certificates Updater.

  6. If the error still persists, assign a static IP to the board. To assign a static IP address, again go to WiFi properties and select Use static IP address and disable DHCP. In the IP address parameter, specify an IP address, click Apply, and deploy the model again.

See Also

|