Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By alonewolfx2
#8251 can you add http client for testing? something like testHttp("test.ru/?key=avsadfasdfadf"); and returning html data ?
User avatar
By pvvx
#8425
Fr4gg0r wrote:readvdd33() crashes the system when it is run in station mode.
Allegedly it works fine in stationap mode.
Please fix that. :p

Works in any mode. http://www.youtube.com/watch?v=gGv8bYp32lY
---------
ets_timer_arm_new() (in SDK) and ets_timer_arm() (in ROM) does not work properly :cry: (Espressif :evil: ). When timeouts in usec.
A hardware timer interrupt works to 2us + health WEB-server.
(sample: Web_base\driver\int_time_us.c)
You do not have the required permissions to view the files attached to this post.
User avatar
By erik2005
#8478 Hello Sir,

thank you for great work - ITs really the Best WebBase for ESP!

But with the use of Eclipse SDK 0.95 I had to uncomment

#define USE_OPTIMIZE_PRINTF

in your user_config.h, because of
Code: Select allc:/Espressif/ESP8266_SDK/include/osapi.h:49:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ICACHE_RODATA_ATTR'


Just for information to other windows Eclipse users ;)
_____________________________________________________________

:ugeek: :ugeek: But now I have got another problem :?:
    Your Makefile (from Makefile.rar) compiles well, BUT does not generate some new flashable BINARIES in /.bin dir ???
    How to change the Makefile??

    Thanks :roll: