The use of the ESP8266 in the world of IoT

User avatar
By rudi
#7513
alonewolfx2 wrote:Not sprite's code. Pvvx's code. I shared on other thread.


alonewolfx2 wrote:Not sprite's code. Pvvx's code. I shared on other thread.


victor's ? this guy make things to do with esp8266 greatfull!
i am a fan of him ;-) .. i hope he too ;-)

mhm.. what is the difference -
it read from spi flash as a file system
for making a html project to read simpler ok
is it not the same if you make static webside as variable and save it in code at spi flash for read?
;-)

the fast way for response data over wifi comes from spi device.
do you think wifi power-down the speed from spi-device?
i think - it is not important, where the html code comes in this way -
here is only one space from what they read together.
the spi-flash, in this mode.. 0..1..2..

did you test the way from a micro SD ? in a high speed?
you will have more possible and doing, you can save a part of firmware on it and make a full web project on it too and can combine with the spi flash

pseudo:
Code: Select allif (sd_ready)
      {
spi_speed_bringup()
read_from_sd()
else
spi_speed_falldown()
read_from_spi_flash()
}


ok -
but i think this is not the theme why this thread get >50k
this was still the first availabel webserver at SoC standalone
..
and many ways are to rom
but must rom the end station?
..
if combine with spi flash there can be a lot of flags on it to boot code from more as one spi flash..
or micro sd or... at this i work just in time - get boot code over tcp directy like a net work boot
so no limit is given...but this os an other theme :-)

best wishes
rudi ;-)
User avatar
By hdrut
#14710
wififofum wrote:Differences are subtle but separate functions are provided in typical WPA implementations. I think it is more likely they are just not listed.

Actually it seems the encrypt functions are in the library files and the decrypt functions are in the ROM, for some reason.


Hi,

I am looking forward to implement AES256 in my project, but so far I haven´t managed to "decypher" how it actually works in ESP8266. I´ve read all related posts and was wondering if you have some example of the functions already available for this in the chip. Thks in advance,


Horacio