chipKIT® Development Platform

Inspired by Arduino™

Pmod WiFi to Pmod WiFi Communication

Created Wed, 02 May 2012 14:32:02 +0000 by mlb065


mlb065

Wed, 02 May 2012 14:32:02 +0000

HI! I'm relatively new to working with WiFi modules and I chose to work with the Pmod WiFi using a Pmod Shield connected to a Max 32, because most of the ground work has already been done. I'm attempting to communicate and send data between two Pmod WiFi modules. I've uploaded the WiFiUDPEchoServer and WiFiUDPEchoClient to the two setups. The Server gets to the part of the code where it's listening on a port (i.e. "Listening on port: 44400"). However, it doesn't ever go further than that. It's like it's not making a connection with the other module. I've messed around with different IP addresses and have disabled all security modes. Am I misunderstanding the purpose of the Server and Client examples?