Search found 659 matches

by chipfryer27
Mon May 23, 2016 7:45 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Rudi Echo on or off makes no difference. I can monitor both Tx and Rx on the ESP / uC so I can see what goes in and what comes out. Once the ClientConnect (for example) is issued, the Flowcode Macro itself is looking to see the ESP reply with "Linked". If you look in the "C", you will find around...
by chipfryer27
Mon May 23, 2016 6:35 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Rudi That is pretty much it. When ConnectToSSID is issued, old ESP Firmware returns:- OK Flowcode looks for this "OK". However new ESP Firmware returns:- WIFI CONNECTED WE GOT IP OK Flowcode doesn't know to look for this. Similarly When ClientConnect is issued, old ESP firmware returns:- Linked F...
by chipfryer27
Mon May 23, 2016 4:45 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Rudy Yes, I did remember to change the send string in Flowcode, I saw that in one of your earlier posts, of which are very helpful and informative. My problem is that the latest ESP firmware, when it connects, doesn't give the response that the Flowcode component is looking for meaning Flowcode h...
by chipfryer27
Mon May 23, 2016 9:50 am
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Leigh

Thanks for the update.

I hope that we can soon find a solution without having to modify the 2014 component.

Regards
by chipfryer27
Sat May 21, 2016 11:58 am
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Leigh I downloaded and imported the "new" ClientConnect macro into a worksheet, however unless I'm doing something very wrong I can't find a way to change the response as it appears that the macro calls another two from within, SendString and CheckForData, and these don't appear to be included. The ...
by chipfryer27
Fri May 20, 2016 2:26 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Leigh

Many, many thanks. This is a huge help indeed as to modify the 2014 component would be a lot of work, as you without doubt know.

Really appreciate the help you both provided and will keep you updated.

Regards
by chipfryer27
Thu May 19, 2016 9:33 pm
Forum: Flowcode V6
Topic: fc_licensing.exe Antivirus warnings
Replies: 9
Views: 34568

Re: fc_licensing.exe Antivirus warnings

Hi

I have Norton installed and a day or so ago during a routine scan it decided that mLoader was a threat and quarantined it. From what I can gather this was based on low community usage. Easy to restore and add to whitelist.

Regards
by chipfryer27
Thu May 19, 2016 8:26 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj Modifying those files you posted back in 2014 is a beast of a job, as I'm sure you realise. The difference between then and now is immense. So many things to change to try and make it compatible with latest ESP Firmware. Would it be possible to post the latest ESP Component so that I can mod...
by chipfryer27
Thu May 19, 2016 11:18 am
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj I still couldn't get the ESP Client Example to work using the original ESP. Although I could monitor what the uC was sending to the ESP I couldn't see what it was sending to a server (if anything). I moved everything over to the upgraded module and after modifying the Flowcode component to l...
by chipfryer27
Wed May 18, 2016 9:17 am
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj Moving the "old" component out of the directory worked fine. I can now see the "new" one looking for the "CONNECT" response when I check the "C code". Many thanks. Whilst I was doing all this I checked the responses to ConnectToSSID as well as ClientConnect. With the ESP running latest firmw...
by chipfryer27
Tue May 17, 2016 7:57 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj

Thanks for that. I will try it later and let you know how I get on.

Regards
by chipfryer27
Tue May 17, 2016 5:09 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

In another ESP related post, Benj posted the code for the component. I opened this and in the ClientConnect macro, I changed the CheckForData macro to look for a response of "CONNECT" rather than "Linked". I then saved the file and Exported it as a Component. I renamed the existing component (old_WL...
by chipfryer27
Mon May 16, 2016 7:20 am
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi It appears that the component Macro ClientConnect is looking for a response of "linked", as a line in the generated "C" is FCL_DONE = FCD_08181_WLAN_ESP8266__CheckForData("Linked", 7); As the ESP is returning "Connect" that is very probably why I am experiencing difficulties in using the componen...
by chipfryer27
Sun May 15, 2016 6:40 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

I think there is an issue with the macro components. I monitored activity on the uC Tx and Rx pins whilst running the TCP Client Example. Direct connections on the actual pins, not on a breakout box or anything to ensure that I saw exactly what the chip saw. I saw the commands being sent to connect ...
by chipfryer27
Thu May 12, 2016 12:07 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Benj Do all the Flowcode component macros work with the latest ESP Firmware (AT = 1.0.0.0 / SDK = 1.5.3)? I didn't upgrade all modules to latest, so I still had the "original" ESP mentioned initially. With the initial module (which might be running the latest, jury out on that one), I can see it con...
by chipfryer27
Tue May 10, 2016 7:33 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj I upgraded one of the ESPs to the latest version and AT+GMR returned:- AT = 1.0.0.0 SDK = 1.5.3 Running the Flowcode Firmware Test returned 00170901. Running TCPclient didn't work. After connecting to my AP it would display "Connecting" then nothing for perhaps three minutes, screen cleared ...
by chipfryer27
Tue May 10, 2016 1:05 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi I connected up a serial interface and using a Terminal interrogated each ESP with AT+GMR. ESP 1 AT 0.40.0.0 SDK 1.3.0 Build 1.3.0.2 ESP 2 and 3 AT 0.25.0.0 SDK 1.1.1 ESP 4 (which I was using) only returned a value of 00170901 ESP 5 garbage I think it clear that ESPs 4 and 5 require an upgrade but...
by chipfryer27
Mon May 09, 2016 7:35 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi Benj I think it best if I try and put the latest firmware from Espresif on one of these modules and try things again. Too many strange things happening. Guess I was overly optimistic in hoping that I could talk to the modules "out of the box". Do you have a recommended firmware version or at leas...
by chipfryer27
Mon May 09, 2016 5:17 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Re: Using the ESP8266 examples

Hi I created an initialisation Flowchart and then sent a GetFirmware command to a number of ESP8266s. I have five of them. One replied with 00170901 (the one I was using) One replied with some garbage about a BTHub suggesting that that particular little gem has been in use before somewhere (I have T...
by chipfryer27
Mon May 09, 2016 1:11 pm
Forum: Flowcode V6
Topic: Using the ESP8266 examples
Replies: 31
Views: 56615

Using the ESP8266 examples

Hi I'm very interested in playing with the ESP8266 modules but despite seeing pictures and reading of an ESP Eblock, there doesn't seem to be a board to buy on the Matrix website. Never mind, I constructed my own and set about learning how to use one within Flowcode V6 and downloaded all the example...
by chipfryer27
Fri Jul 17, 2015 11:47 am
Forum: Bug reports
Topic: FC v6.1.2 on win8.1 can't compile to chip
Replies: 2
Views: 4692

Re: FC v6.1.2 on win8.1 can't compile to chip

Hi Thanks for your reply. I'm running Norton with latest signatures and when the problem first arose I disabled AV completely but it made no difference. I also whitelisted FC folder for good measure (but...... can't remember if I did this before or after the reboots that follow below). Hunting aroun...
by chipfryer27
Thu Jul 16, 2015 10:50 am
Forum: Bug reports
Topic: FC v6.1.2 on win8.1 can't compile to chip
Replies: 2
Views: 4692

FC v6.1.2 on win8.1 can't compile to chip

Hi New machine running w8.1 and installed FCv6.1.2. First issue was getting the machine to recognise the EB006 v8 board. Problem due to missing "hash" file and a quick search of the forum suggested disabling automatic software verification which then allowed me to manually confirm installation of dr...
by chipfryer27
Wed Jun 18, 2014 4:52 pm
Forum: Flowcode V6
Topic: License confusion
Replies: 11
Views: 8068

Re: License confusion

Hi There is definately something wrong with my account / license. Yesterday I reactivated online, but still got the same results under View > Licenses as medelec35 did. I Logged into my Matrix account and tried manual activation, downloading the supplied license key and file. This was a disaster as ...
by chipfryer27
Wed Jun 18, 2014 2:47 pm
Forum: Flowcode V6
Topic: License confusion
Replies: 11
Views: 8068

Re: License confusion

Hi I bought Flowcode 6 plus Pic Chip and Professional bundle online, direct from the Matrix website. If I check on "my accounts" it informs me that is what I indeed bought. Good so far....... however now I've checked my original mail from Matrix of last December, it says I bought an Academic Pro lic...
by chipfryer27
Tue Jun 17, 2014 11:49 pm
Forum: Flowcode V6
Topic: License confusion
Replies: 11
Views: 8068

Re: License confusion

Hi

I've just tried reactivating my copy online but it made no difference. I still see what medelec35 sees in his "View Licenses" image. Glad I'm not alone ..:)

Regards