Search found 473 matches

by hyperion007
Sat Nov 08, 2014 9:09 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Ben, could I trouble you for a change to the component again? :roll:
Add 3 more input variables with configurable buffer length.
by hyperion007
Sun Nov 02, 2014 1:56 pm
Forum: Flowcode V6
Topic: Problem writing to sd card
Replies: 17
Views: 8510

Re: Problem writing to sd card

Sorry but I don't understand what you just said.

I have attached a file, which you have not downloaded...
hyperion007 wrote:Hi,

Can you please try this modified file and let us know if or how it worked.

/Daniel S
RTD_DataLogger_V1.15_main-1.fcfx
by hyperion007
Sun Nov 02, 2014 1:44 pm
Forum: Flowcode V6
Topic: Problem writing to sd card
Replies: 17
Views: 8510

Re: Problem writing to sd card

It still says that the file I provided hasn't been downloaded yet so how have you been able to test it?

edit: I just downloaded the file I provided and it instantly says it's been downloaded 1 time. I just wanted to make sure the information was accurate.
by hyperion007
Sun Nov 02, 2014 12:09 pm
Forum: Bug reports
Topic: FAT problem
Replies: 35
Views: 20002

Re: FAT problem

Ok, then could you perhaps change your program to create a new file on the SD card after for example 5 flush cycles. I think that it takes longer and longer to write the data because it takes longer to find the end of the file where you append new data the larger the file gets. Then when you have sa...
by hyperion007
Sun Nov 02, 2014 12:44 am
Forum: Flowcode V6
Topic: Problem writing to sd card
Replies: 17
Views: 8510

Re: Problem writing to sd card

Hi,

Can you please try this modified file and let us know if or how it worked.

/Daniel S
RTD_DataLogger_V1.15_main-1.fcfx
(29.99 KiB) Downloaded 243 times
by hyperion007
Sun Nov 02, 2014 12:17 am
Forum: Bug reports
Topic: FAT problem
Replies: 35
Views: 20002

Re: FAT problem

Hi Mikn,

Could you please try this version of your program and see if it works any better.

Let us know if or how it worked.

/Daniel S
pub.fcfx
(16.93 KiB) Downloaded 329 times
by hyperion007
Fri Oct 31, 2014 6:20 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

There we go! :) Now it works!

No worries, I'm just happy to get it working. Thanks for all your help!
by hyperion007
Fri Oct 31, 2014 6:06 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Thanks, I'll try it at once :)
by hyperion007
Fri Oct 31, 2014 5:46 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

I'll send you the program via PM right now.
by hyperion007
Fri Oct 31, 2014 4:33 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

I really appreciate the effort but it still only shows 18 characters. Tried both versions of the component.
Is there a limitation elsewhere?
by hyperion007
Fri Oct 31, 2014 10:22 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Thanks! I'll put it to the test tonight.
by hyperion007
Thu Oct 30, 2014 6:12 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

I am indeed using those macros and I think only index "0" will be longer than 18 characters.
by hyperion007
Thu Oct 30, 2014 5:52 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

I have another problem now... :( There seems to be a 18 character limit when sending string variables from the web form to the PIC. I have set the string variable to [60] and [80] but still only 18 bytes are received. Trying to send "123456789012345678901234567890" results in "123456789012345678" an...
by hyperion007
Tue Oct 28, 2014 9:24 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

And I can vouch for it working :)
by hyperion007
Tue Oct 28, 2014 12:32 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

So I guess we have to wait for Ben to have time to look at this. Hopefully soon as I need this function to complete a prototype that needs to be done in a hurry in order to get a contract for the final product.
by hyperion007
Mon Oct 27, 2014 11:50 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

I've tried it now, it doesn't work. It won't even create the AP
by hyperion007
Mon Oct 27, 2014 8:05 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Yes that's what struck me as being strange as well.
by hyperion007
Mon Oct 27, 2014 6:53 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Thanks Kersing, will do as soon as I get home from work. Could you tell me what is changed in that version of the component? And it needs to be the latest version with the \r\n option as the older version you modified for me didn't work for with 8-bit PIC, but did work with dsPIC. I'll still try it ...
by hyperion007
Sun Oct 26, 2014 7:48 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Thanks, that helped, but I still can't get it to work :( I see the website just fine so the web server works. flowcode.JPG I have tried the following variations of HTML code: <html> <form action="index.htm" method="post"> Enter String value01: <input type="text" name="String_Temp"><br> <input type="...
by hyperion007
Sun Oct 26, 2014 2:12 pm
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Ben, if you could help out by explaining exactly what the macros below actually do and how to use them, that would be VERY helpful :) GetInValue ("returns a string value of a request parameter" but what is a request parameter and how do I send one?) SetOutValue (outboud substitution string, what is ...
by hyperion007
Sat Oct 25, 2014 10:37 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Do you have an example of how to send a string variable from a browser to flowcode using the ESP8266 TCPServer?
by hyperion007
Fri Oct 24, 2014 9:18 pm
Forum: Feature requests
Topic: $5 WiFi modules!
Replies: 35
Views: 25319

Re: $5 WiFi modules!

Rudi, could you post an example of how you send a variable from a html page back to flowcode?
I need to enter a couple of String and INT values into HTML Forms and press a button to send these values to the MCU and then write them to EEPROM.
by hyperion007
Wed Oct 22, 2014 6:56 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

How I get on? That info was still for the ESP-04 right?
by hyperion007
Tue Oct 21, 2014 7:43 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Thanks Rudi.

Let me know when you have tried the ESP-03 and what pins go where.

Thanks.
by hyperion007
Sun Oct 19, 2014 9:48 am
Forum: Flowcode V6
Topic: WiFi Communication with ESP8266
Replies: 121
Views: 95021

Re: WiFi Communication with ESP8266

Rudi, did you get any ESP-03 with on board ceramic antenna?

How do you wire them up? There is no reset pin from what I have read
esp03-boardtop.jpg
esp03-boardtop.jpg (77.82 KiB) Viewed 19920 times
I got 5 in the mail the other day and want to try them out.