However I would like to connect directly to the Photon without an internet connection. So something like http://PHOTON_HOSTNAME/… I searched through the community and found this thread: Tutorial: Local Cloud 1st Time instructions [01 Oct 15] . Is that the solution for my problem? Or is there an easier solution?
The local cloud should work. TCP/IP and UDP are also available. The local cloud should be the easiest transition though, depending on what you’re trying to achieve,
Ok, I just want to call a REST endpoint on the Photon to turn some LED’s on or off. So there is no way to directly call the Photon for instance with an IP address? It’s necessary to use the local cloud option?
Hi @johan, you don’t need the local cloud to implement a HTTP server on the photon. All that’s needed is a WiFi connection to a router.
In coming months we will implement AP mode on the photon, so the Photon itself will be the access point and your devices can connect directly to it without needing an intervening router.
Thanks for the tip, but I already followed those tutorials. However I repeated some of the steps and now it’s working. Apparently I forget one or more of the steps. It would be nice if there was a simpler setup without so many steps :).