Ok, I must ask that to the community:
Hi Spark Community,
why did I wrote that? Because I am not sure if I made a mistake or the issue is in the software of the local cloud self. So I tried to figure out if I am alone with that problem or anyone have similar trouble with one of the following two points:
x time reconnections
I have noticed that my core needs up to 30-40 (sometimes 20) tries to establish a connection to the local cloud. I did not now why but that is a problem for myself. Before the Core is connected the setup and the main loop are not executed.
- I switched on the core (LED is white)
- The Core tries to connect to my wifi (flashes green)
- Then it blinks 5 or 6 times red - stops for a second and again 6 times red
- After that it begins with the white LED and so on and on
All I can see in the log of the server the following x times.... between 20 or 40 tries the connections seems to be established and the code is executed... but that´s not really helpful.
Connection from: 192.168.178.xx, connId: 12
on ready { coreID: 'xxxxx',
ip: '192.168.178.xx',
product_id: 65535,
firmware_version: 65535,
cache_key: undefined }
Core online!
spark.publish() did not work
I used @bko´s tutorial to stream my reading results to my local cloud with spark.publish(). To bring it on my website I also used that example from bko (in most cases) some javascript/json/parsing magic. This all worked just fine with the Spark Cloud but it immediately stops by running that on my local cloud. I know I know this is a beta. But as I mentioned in the beginning of this thread. I did not know if this is really a software problem. I´m not perfect, therefore I search first if I made a mistake. Then I point my finger to the HW/SW...!
There is a issued open on Github by @kennethlimcp - but again: Does anyone noticed the same? I need that feature and want to make further progress but if I don´t get results I am totally stuck.
Thanks to @Dave who helped my with flashing new firmware and CC3000 update. So I should have something like a deep_update.
So far so good, now I need your help! Does anybody have one of those problems or is there anything what can I do to bring light in the dark? Is there an update for the beta? Something,...anything Help !
Thx a lot clyde