I have two MUON’s both with Pi2 Click shields (RS485 & 4-20mA click devices) and the remote device with a two relay board below the Pi2. Both devices are on the same firmware. I have System.enableFeature(FEATURE_ETHERNET_DETECTION) in Setup() and I have executed if_wiznet_pin_remap on both. Both systems are on a local ethernet with a hub and in both cases they are the only devices on the hub other than identical Modbus TCP VFD’s. When I command Ethernet.on() the local system (in WA) enables ethernet, the remote system (in AZ) after 1s delay fails Ethernet.isOn(). I am in WA so no local access at this time. What am I missing?
Just to be sure, you've also enabled 3V3_AUX power, correct? Ethernet is not enabled unless you've enabled that at least once it the past.
2 Likes
Good one. I suspect I did that when I ran if_wiznet but I will flash that again to be certian.
I ran SystemPowerConfiguration again to enable 3.3v_AUX power and Ethernet works! You are the master I was sure I executed that code. Thank you for all you do supporting this community.
On a side note PublishQueuePosix is excellent, nice work!
1 Like