I’m doing an outdoor project that requires the wireless communication but no internet access.
So I’m wondering if it is possible to make one photon to be a coordinator and multiple end devices (just like xbee) without having internet access? I wanna make one photon as a DAQ unit and the rest will send the signal to that.
Is this available for us to use now? Or is there any other easier way? Or I should set up a router for my project so they can communicate through that?
Also, if you already have a Wi-Fi access point, even if it’s not connected to the Internet, that’s also no problem. The Photon can communicate with other devices like other Photons and laptops over Wi-Fi right now. There won’t be cloud access with no Internet, but they can communicate using low-level protocols like TCP and UDP, and also things like HTTP, without the cloud.
The issue you linked to is only in the case where the Photon is the access point for other Wi-Fi devices. That’s not yet fully supported. It’s sort of supported in the configuration mode ([SoftAP] (https://docs.particle.io/reference/firmware/photon/#softap-http-pages)), but not fully for general use yet.
I’m not sure if i asked too much, but do you have any example on how to accomplish the communication between photon boards without internet access? That would be so nice cause I just started switching to use photon instead of Arduino due to some error i found using xbee, and so my project is due too soon as well.