Hi, I’m working on a project to track when something leaves the vicinity of an area and send an sms message. I’ll make the sms message script in PHP, repeatedly pinging the spark core and sending an sms message with mail() if it gets no response after a set amount of time.
Unfortunately, though, I’m having trouble getting the spark core to work with this. The wireless network I’m connecting the spark core to is not connected to the internet, which I didn’t think would be an issue as long as it can be pinged locally, but I’m having trouble finding its IP address. I used an IP Scanner on the local network, but didn’t see it.
Any help is very much appreciated.
Thanks!