Search found 90 matches

by SILVESTROS
Sun Feb 19, 2023 5:53 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

Re: DATA TO .CSV FILE

many thanks for your time and help...I'm waiting for some chips with larger memory ( PIC18F25K22) to make some tests...this chip is to control second ESP8266 ...my idea is to use 2 ESP8266 connected with wifi to transfer sensors data to PC and record that in Excel...first ESP8266 is connected with a...
by SILVESTROS
Sun Feb 19, 2023 5:07 pm
Forum: General
Topic: FC10 COMPILE ERROR FOR SENSORS COMPONENTS
Replies: 4
Views: 715

Re: FC10 COMPILE ERROR FOR SENSORS COMPONENTS

Yes, today I saw your reply...thanks...I've a problem with my network...

Regards
by SILVESTROS
Sun Feb 19, 2023 1:52 pm
Forum: General
Topic: FC10 COMPILE ERROR FOR SENSORS COMPONENTS
Replies: 4
Views: 715

Re: FC10 COMPILE ERROR FOR SENSORS COMPONENTS

ok, PIC18F23K22 has 8K FLASH, 512 byte SRAM..I change with PIC18F25K22 that has 32K FLASH, 1536 byte SRAM...compile is ok, but in hardware not work...I get no data in variables...there is something wrong with code , or in sensors components ? maybe at code I think..can you check the code for errors?
by SILVESTROS
Sat Feb 18, 2023 6:26 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

Re: DATA TO .CSV FILE

Hi chipfryer27, many thanks for info and help...I'll test the code for data to excel. I would like to have your opinion about the following . I try to get data from 2 sensors and send that with a string to ESP8266..sensors are communicate with mcu with I2C..in the following demo code are there mista...
by SILVESTROS
Sat Feb 18, 2023 5:06 pm
Forum: General
Topic: FC10 COMPILE ERROR FOR SENSORS COMPONENTS
Replies: 4
Views: 715

FC10 COMPILE ERROR FOR SENSORS COMPONENTS

Hello, when I try to copmpile a code I get following error Microchip MPLAB XC8 C Compiler V2.10 Build date: Jul 30 2019 Part Support Version: 2.10 Copyright (C) 2019 Microchip Technology Inc. using updated 32-bit floating-point libraries; improved accuracy might increase code size . . (908) exit sta...
by SILVESTROS
Wed Feb 15, 2023 9:01 pm
Forum: General
Topic: FC10 COMPILE ERROR
Replies: 1
Views: 468

FC10 COMPILE ERROR

Hello, when I try to compile a code (Test3) in FC10 using component Storage > File > CSV Read/Write, I get an ERROR... Microchip MPLAB XC8 C Compiler V2.10 Build date: Jul 30 2019 Part Support Version: 2.10 Copyright (C) 2019 Microchip Technology Inc. Employing 18F458 errata work-arounds: * Address ...
by SILVESTROS
Fri Feb 10, 2023 4:37 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

Re: DATA TO .CSV FILE

many thanks for info,,,below is a tutorial where sensors data send to Excel using ESP8266 and within an windows app Things Gateway...codes is simple but are in language lua...I don't know that language but I think that is easy to convert to Flowcode ..that app needs only serial data and specific syn...
by SILVESTROS
Thu Feb 09, 2023 7:14 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

Re: DATA TO .CSV FILE

thanks Steve , but I prefer not a chart, but as in the following tutorial https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2015/12/ThingsGateway-excel.jpg?w=488&quality=100&strip=all&ssl=1 I'll use Data Streamer to insert CSV file to Excel...what is the format of data string that must be...
by SILVESTROS
Thu Feb 09, 2023 4:04 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

Re: DATA TO .CSV FILE

Thanks Steve , no data in Excel..is there an example ?
by SILVESTROS
Wed Feb 08, 2023 11:25 pm
Forum: General
Topic: DATA TO .CSV FILE
Replies: 17
Views: 2482

DATA TO .CSV FILE

Hello!
I would like to send a data string ( sensors data samples) with serial to usb module to pc , and then to Excel ..I send data to pc with UART component in serial port , but how can I convert data string to .csv to import in Excel (with Data Streamer). is there an FC example on how to do that?