Search found 18 matches
- Tue Jan 24, 2023 10:12 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
I'll use ESP8266-12E with 9 I/O..this module is small, easy programmable and good RF power to cover my case..RF solution is better but for a more experienced user..at this time I need examples for 2 ESP8266 in flowcode... there are similar codes for same connection in other language, but is not easy...
- Tue Jan 24, 2023 7:08 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
about 2 hours operation with 3.7V Li-polymer battery of 800mAH - 1200mAH.
- Tue Jan 24, 2023 4:20 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
It's a hand ball terrain , no walls or barriers ...I think that RF power of ESP8266 can cover that area...I'll use 3 sensors connected in a mobile PCB with set PIC-ESP8266. sensors are a FSR (MF01A-N-221-A11), an accelerometer MMA8452, and a heart pulse/oximeter MAX30100..these are connected to PIC ...
- Mon Jan 23, 2023 10:53 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
mobile device is used in a terrain of 40x20 m , with pc at center position...practical distance is a little more of 20 meters..because the set pic-ESP8266 must be mobile in a small PCB, with low power as possible, I'll choose wifi than rf...about ThingsGateway, is not easy to find, so please let me ...
- Mon Jan 23, 2023 9:10 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
Another option is to use another ESP8266 that receive data from the first ESP...the second ESP is connected to PC with serial to USB converter...so, it's possible to use ThingsGateway serial to Excel ..so I need only the code for the set PIC-first ESP ,with Flowcode WLAN_ESP8266 component.. ESP8266 ...
- Mon Jan 23, 2023 8:06 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
Yes, I prefer to run a software on the PC..
- Mon Jan 23, 2023 6:39 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
Do you suggest a software that can receive TCP connections? is there a flowcode example to get data from ESP8266 ?
- Mon Jan 23, 2023 5:30 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
The flowcode is demo under test...I think that the macros after ClientConnect are wrong..I would like to use MS Excel (Data Streamer feature) to display data ...another option that I'll test is an app "ThingsGateway" , that connects serial channel to Excel and displays data..In this case I...
- Sun Jan 22, 2023 11:24 pm
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
Hi, the demo sequence to send data from ESP8266 to PC using WLAN_ESP8266 component ESP8266 as WIFI Stasion (STA) Initialise ConnectToSSID ClientConnect ClientSentArray GetByteWithTimeout GetInValue wifi connection ESP8266 with PC router is ok..but I receive no data...what is wrong?...is there a need...
- Sun Jan 22, 2023 11:40 am
- Forum: General
- Topic: CONNECT ESP8266 WIFI MODULE TO PC
- Replies: 30
- Views: 16271
Re: CONNECT ESP8266 WIFI MODULE TO PC
thanks chipfryer27 for your help...Because the set PIC and ESP8266 must be mobile in a small PCB, I'll use WIFI to send data ..simply I would like to know how to use WLAN_ESP8266 and DSP components (CSV macros) to send data to PC writing in a buffer and then converting in .CSV fprmat..to display tha...