pico panel rv1106, MAC address?

  • Hello, the Ethernet controller and MAC of RV1106 do not have a fixed MAC address. They default to using random numbers for configuration. This can be set through commands.

    Code: Select all

    ifconfig usb0 hw ether <Your MAC Address>
    
  • Thank you for the explanation! So I would need to have my own number block and OUI in case I need public unique MAC addresses on ethernet? Is it the same for WiFi and BT?
  • The Ethernet MAC address of RV1106 is set by software. It can be set by applying for a public unique MAC address from IEEE; the MAC addresses for WIFI and BT have already been set and written into the hardware, and no additional setting by software is required.