-->
Page 5 of 49

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Sun Mar 29, 2015 8:49 pm
by terenceang
anakod wrote:I2C works on GPIO0,2 but I will add pin selection soon.

HTTPS not implemented yet, what task you trying to slve?


Trying to implement push notification with pushbullet's api. Most psuh notification servers are using SSL now, it will be great if it is implemented. Thanks.

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Mon Mar 30, 2015 1:53 am
by anakod
Maybe somebody can help with HTTPS? I'll provide all requried information and ready to help with low-level part.
Code: https://github.com/anakod/Sming/blob/ma ... Client.cpp

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Mon Mar 30, 2015 11:39 am
by d_anders
I want the chip to store some sensor data while running. Approximately how much space is available to write to (esp-12)?

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Tue Mar 31, 2015 8:08 am
by anakod
On standard flash chip ~210Kb if save in binary mode, and maybe, compress data it can store long time period without problems.