-->
Page 43 of 49

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Tue Jun 23, 2015 8:15 pm
by fabiangl
I use DHT11 and calculated the min, max and average values for
#define COUNT_RECALCULATED_FOR_DEFAULT_ESP_FREQUENCY
Frecuency 80 Mhz Min = 11, Max = 28, Average = 20, I use 20 and readings are stable.
Frecuency 160 Mhz Min = 16, Max = 41, Average = 29, I use 29 and readings are stable.

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Wed Jun 24, 2015 8:15 pm
by adamjp
What is the chances of having a dedicated forum for the sming framework? just like nodemcu? It is hard to find information about compiling, examples and sming related info in this monster thread.

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Thu Jun 25, 2015 4:47 am
by alonewolfx2
adamjp wrote:What is the chances of having a dedicated forum for the sming framework? just like nodemcu? It is hard to find information about compiling, examples and sming related info in this monster thread.

did you tried our chat? we can help you in chat about compiling,issues,examples etc
https://gitter.im/alonewolfx2/Sming

Re: Sming Open Source Framework - native ESP8266 development

PostPosted: Fri Jul 03, 2015 7:44 am
by mariuszb
Basic_Blink example and CHERTS environment - after selected in "Make Target" eg. "clean" I have:

make clean
MAKE Version 5.3 Copyright (c) 1987, 2008 CodeGear
( make from my Borland :D )

instead eg.

mingw32-make.exe -f C:/ ... ... /Makefile clean

Any hint? because I little know Linux