network switch
Posted: Apr 15th, 2014, 5:34 pm
Prompted by some recent mention of IP cameras on the Forum, I decided it was time to see if my network switch would work. For some background, the IP camera's serial in cannot be accessed to send data back to the surface. Changing this unfortunate situation is, as far as I have been able to tell from various bits of IP camera documentation, not possible short of modifying the camera's firmware - not something I wanted to embark upon.
After internet researching to find out how to connect 2 or more IP cameras or other devices to a single PC, I bought a network switch. A switch is sort of opposite to a router. This would hopefully achieve connection to the IP camera and an Ethernet-equipped Arduino (EtherTen) in the ROV. It would also mean that a microcontroller connected directly to the IP camera serial out would not be required, as all control would be done by the Ethernet-equipped Arduino. Maybe time for a new thread called IP camera for video only....
Recently I have be learning about Arduino programming. The EtherTen has an SD card in it containing a simple webpage I created for a SONAR project. Anyway, I plugged the EtherTen and the ROV with camera inside and the PC into the switch and it all worked straight away with no changes to anything
Camera and ROV GUI running in Internet Explorer with a window for each, and the EtherTen running in Google Chrome. No SONAR connected to the EtherTen, so i kept clicking Chrome's refresh to keep traffic flow going and so simulate a "real" situation. Doing the wave test at the camera showed no increase in delay over the camera-only connection, and frame rate appears unchanged as well 
After internet researching to find out how to connect 2 or more IP cameras or other devices to a single PC, I bought a network switch. A switch is sort of opposite to a router. This would hopefully achieve connection to the IP camera and an Ethernet-equipped Arduino (EtherTen) in the ROV. It would also mean that a microcontroller connected directly to the IP camera serial out would not be required, as all control would be done by the Ethernet-equipped Arduino. Maybe time for a new thread called IP camera for video only....
Recently I have be learning about Arduino programming. The EtherTen has an SD card in it containing a simple webpage I created for a SONAR project. Anyway, I plugged the EtherTen and the ROV with camera inside and the PC into the switch and it all worked straight away with no changes to anything