Hi All,
I have ported my code from the Core to the Photon mostly small changes were needed but I am seeing a large difference in the time it takes to transmit data to my server from the Photon.
I am using manual mode
So here is what my code does
- Awakens from deep sleep
- Takes some readings from my sensors
- Sends the data off to my server via httpclient
- Connects to the particle cloud incase I want to flash it
- Then goes to sleep.
What I am seeing is it takes 27 seconds to do steps 1-3 on a core and 75 seconds for the same on a Photon. That is a hugh difference when you are trying to live off a battery.
Has anyone else seen this?
Any Ideas?