I’ve just added an ethernet shield to my pcb v2 to upgrade to UDP from usb after being inspired watching @PotatoFarmer YouTube video (many thanks). However have run into a minor issue. When I plug in the ethernet cable the unit connects but the imu (adafruit bno085) does not seem to give a reading and remains at zero. After opening up my enclosure the only way to get it to work is to press the reset button on nano whereupon it functions perfectly. When I disconnect power I’m back to square one with no output from imu. Has anyone got any ideas how to solve this?
Put a while loop in the setup portion of the ino to make the Nano wait until connection with BNO is established before it continues with the rest of the setup.