Hey Followers!
Today me and my brother, Aiden, explored the Raspberry Pi and made a video about it!
Daisy Chaining is a wiring scheme in which multiple devices are wired together in sequence or in a ring.
After trying to get the robot to connect 5 times, we still got the same error message so we turned to our good friend Google. It than became apparent that lots of people had the same problem. To troubleshoot the problem we downloaded a program called Wireshark that allows you to see whats happening on your network including how the traffic from the EV3 was going across the network. We could see that the EV3 was polling every 10 seconds via UDP packets its Serial number on Port 5555. We then tried to wake our EV3 by sending it a packet via TCP/IP using a different program called packet sender. Packet Sender allows you to send messages to things (like your robot). This helped us understand that the EV3 was on the network and was accessible to receiving packets.