esp8266 examples

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
JANUARY1
Posts: 15
Joined: Sun Jun 03, 2012 1:05 pm
Location: KENDAL
Been thanked: 2 times
Contact:

esp8266 examples

Post by JANUARY1 »

Hi do you have any Esp8266 examples to turn leds on and off wirelesly

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: esp8266 examples

Post by Benj »

Hello,

The TCP server example here should hopefully help.
https://www.matrixtsl.com/wikiv7/index. ... (Wireless)

The example should work with v6 but let us know if not.

kalmar79
Posts: 45
Joined: Sun Aug 20, 2017 8:18 pm
Been thanked: 4 times
Contact:

Re: esp8266 examples

Post by kalmar79 »

Hello, I want to know if is necessary to use a LCD with ESP8266 ??
Is possible to use a pic 16F88 or 877A in 4Mhz??

Thanks !!

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: esp8266 examples

Post by Benj »

Hello,
I want to know if is necessary to use a LCD with ESP8266 ??
No it's not nessisary. Just useful for debugging. LEDs could be used instead i fyou need some sort of indication?
Is possible to use a pic 16F88 or 877A in 4Mhz??
I think you will struggle with these devices as they don't have a lot of memory available and 4MHz is pretty slow. But with very simplistic webpages and small buffer sizes it should be possible. At 4MHz you might not be able to acheive the 115200 baud required by the module?

kalmar79
Posts: 45
Joined: Sun Aug 20, 2017 8:18 pm
Been thanked: 4 times
Contact:

Re: esp8266 examples

Post by kalmar79 »

Thanks for your advice, I am very beginner.

Post Reply