I have an array of 20000 size, at present sending all 20000 data via serial to PC.
but it would be better to send all data over Ethernet or WiFi server.
in addition to 20000 size buffer i have other sensor like si7021 Temp and Humidity sensor, GPS and magneto sensor too. i want to make a server where i can dump all data and it will acquire by a PC.
What are the possible solutions and platform for such application.?
Dear Robin2. better means i am only able to send array data at present to PC. what about other sensor like i mentioned GPS, MAgneto and Si2071. this i want this (GPS,Magneto and si2071) data on PC continuously. where as 20000 comes at some time. thats why i think of establishing server i have Arduino ethernet shield and esp8266.