Page 1 of 1

from Flowcode to c# (Visual C) by wifi

Posted: Wed Dec 06, 2017 1:17 pm
by stefan.erni
I'm looking for a Modul to make a Wlan connection.
The goal is to write a program with FC7 (for a PIC32?) that sends 1 megabite/sec to a computer. There, the data is received and stored by a C# program. C# is part of Visual Studio. Microsoft Visual Studio Community is a free software.
Maybe someone has a good suggestion or a similar project.

Re: from Flowcode to c# (Visual C) by wifi

Posted: Wed Dec 06, 2017 1:24 pm
by Benj
This thread has an embedded device communicating with an Apache web server via Wifi and may be helpful for you.
viewtopic.php?f=63&t=18721

Re: from Flowcode to c# (Visual C) by wifi

Posted: Wed Dec 06, 2017 6:07 pm
by stefan.erni
Hi Ben

In the Project he use the ESP8266
I did a Project with the ESP8266 (component) and FC7.
Very comfortable to program with FC7
It's working nice for a datarate 115kB.
unfortunately I need faster datarate about 1Mega.
At the moment the connection to the ESP-component is the (slow) uart.

The ESP8266 has a second Uart what is much faster and the ESP has more faster way to connect.
There is a SPI and HSPI too.
Is it possible change the way to connect the component ESP8266 from FC7 to a faster one?
Or maybe add a second Connection for data?