R4 Uno Wifi IP address with 3axis digital accelerometer

Hello, I'm new in Arduino
I'm using Arduino Uno R4 Wifi, I can connect to wifi, How to change device (Arduino R4) IP address to static IP ?
And also I have Arduino 3 Axis Digital accelerometer, how to read value of the sensor using same board (Uno R4 Wifi)
Thank you.

You simply put the static IP address you want in the code. However, you must ensure that no other device on your network will use that same address, and that your router will not allocate that same address to any device requesting a dynamic address.

In the same way, the same code, as you would with any other Arduino.

I took the easy approach, I set my router so anything under 100 was static and anything over was DHCP define.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.