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

User avatar
By l0ur3nz0
#7093 A bit offtopic but: can you upgrade the firmware by flashing the flash directly?
I have a non available GPIO 0/2 ESP-01 v080 and it would be nice, at least, to be able to change the baud for usage with arduino...
User avatar
By alonewolfx2
#7097
pvvx wrote:
alonewolfx2 wrote:i have an idea. can we add startup script in html fs like (cron jobs)? for ex: esp looks in fs and execute if found startup.cgi? is it possible?

Yes - it provided... First - HTTP write flash, ...
First all Hardware, then scripts, configs, optimization...

Execution of the client side JAVA + HTML, which allows a choice - can download on disk and binaries for the execution of the CPU in RAM, as libraries, overlay, dll... :)

very promise :)
can you explain the other things?
1-) "os_update_cpu_frequency(160);"
2-) uploading webfs over http?
User avatar
By pvvx
#7105 [quote="alonewolfx2"]
1-) "os_update_cpu_frequency(160);"

\IoT_Demo\ssl\app\espconn_ssl.c:
REG_CLR_BIT(0x3ff00014, BIT(0)); // SDK 0.9.4
os_update_cpu_frequency(80);

REG_SET_BIT(0x3ff00014, BIT(0));
os_update_cpu_frequency(160);

\sdk\include\osapi.h:
#define os_update_cpu_frequency ets_update_cpu_frequency


2-) uploading webfs over http?
No current version. Expected...
You do not have the required permissions to view the files attached to this post.
Last edited by pvvx on Mon Jan 12, 2015 2:05 pm, edited 1 time in total.
User avatar
By alonewolfx2
#7108 new UI :) bootstrap with jquery
espBootstrap.PNG
You do not have the required permissions to view the files attached to this post.