-->
Page 7 of 49

Re: Announce: Free book on the ESP8266

PostPosted: Fri Aug 14, 2015 4:46 pm
by tytower
First microprocessor I came across was the 8080 followed by the 8086. both were referred to as Microprocessors at the time 1976 . Micro-controllers were at that time small chips used in automatic lathes that had hex loaded onto them and they cut up steel.

I think its a bit of a moot point isn't it?

Re: Announce: Free book on the ESP8266

PostPosted: Fri Aug 14, 2015 5:16 pm
by kolban

Re: Announce: Free book on the ESP8266

PostPosted: Sat Aug 15, 2015 2:07 am
by eriksl
A microcontroller is a sub-species of a microprocessor. So a microcontroller is also a microprocessor, plus, usually added, internal SRAM and FLASH and/or EEPROM and pin I/O functions. So an ESP8266 is a microcontroller (marginally, because it has the flash external and the I2C and PWM support is implemented in software).

Re: Announce: Free book on the ESP8266

PostPosted: Sun Aug 16, 2015 10:12 am
by dannybloe
Hi Neil,

I tried to follow your schema for connecting the REST pin to get a proper reset (page 17). However, it doesn't seem to work as expected. Occasionally it resets and indeed restarts the LUA program but 99% of the time I see the blue LED (esp12) light up shortly during the button-press and then the ESP seems to end up in some kind of limbo (garbled text on the comm stream as well) and nothing happens anymore. Only reconnecting the power does get it going again. I did use the proper components (10k resistors and the 10uF cap).
Am I missing something here? Does it suppose to reset the ESP as if you disconnect the power? Your book doesn't mention this anywhere ;-)

Cheers and thanks for the book :)

Danny