logo elektroda
logo elektroda
X
logo elektroda

Controlling MCU-Based Robot via Ethernet Module Using MAC Address with Blocked Ports

48 6
ADVERTISEMENT
  • #1 21659388
    Alvin Adli Velasco
    Anonymous  
  • ADVERTISEMENT
  • #2 21659389
    Olin Lathrop
    Anonymous  
  • ADVERTISEMENT
  • #3 21659390
    Alec
    Anonymous  
  • ADVERTISEMENT
  • #4 21659391
    Ralph Pruitt
    Anonymous  
  • #5 21659392
    Alvin Adli Velasco
    Anonymous  
  • #6 21659393
    Alvin Adli Velasco
    Anonymous  
  • ADVERTISEMENT
  • #7 21659394
    Ben
    Anonymous  

Topic summary

Controlling an MCU-based robot over the internet via an Ethernet module is feasible if the microcontroller supports MAC and PHY layers, either integrated or external. For example, the PIC 18F67J60 MCU includes built-in MAC and PHY, requiring only the addition of a pulse transformer ("magnetics") and an Ethernet jack. MAC addresses must be globally unique and are essential for Ethernet communication. The challenge arises when broadband ISP blocks common ports like 80 (HTTP) and 23 (Telnet), limiting direct access methods such as port forwarding. Alternative approaches include using Wi-Fi modules with serial interfaces controlled by the MCU or specialized wireless modules like Digi International's XBee Wi-Fi. However, some designs require the robot to independently connect to the internet without relying on external network lines or power, complicating the solution. Using MAC addresses alone to bypass IP address changes is not a standard method for remote control over the internet.
Summary generated by the language model.
ADVERTISEMENT