Tinker app cannot connect to core

looks like my tinker app cannot connect to the core. I can connect to the core and flash it from web IDE. I can also see the core in the iPhone app, but the ‘connected’ status is set to ‘no’. Also, I have tried to re-load tinker via the app and it appears to work (core goes through what looks like a flash/reset cycle). When I click pins, I just get the Core Pin 404 error, which led me to attempt a tinker reflash, but no love yet.

Any ideas? Thanks

Hi @nate,

Can you try hitting your core’s api endpoint and see what functions are exposed? Tinker should make ‘digitalread’, ‘digitalwrite’, ‘analogread’, and ‘analogwrite’ available. The url is:

https://api.spark.io/v1/devices/your_core_id?access_token=your_access_token

Thanks,
David