ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 211 forks source link

sparkfun Data Client #80

Open Serasidis opened 10 years ago

Serasidis commented 10 years ago

Hello, I have wrote a sketch for sparkfun data client and I would like to share it with you. data.sparkfun.com is a free data log server where anyone can create and upload data from any sensor is connected to Arduino. Sparkfun gives you 50 MB data space. That really cool project is called phant. Sparkfun has already made an Arduino library but I wrote a simple sketch that works on both UIPEthernet and Ethernet library.

If you like it you can include it to your UIPEthernet examples. https://github.com/Serasidis/SparkfunDataClient

Any suggestion is welcome.

Best regards, Vassilis Serasidis

manosv commented 10 years ago

I cant get it to work with ethernetuip 1.07.i am using my own server but i tried with sparkfun but no go.

manosv commented 10 years ago

Ps i tried the same sketch with wiznet and still no go

Serasidis commented 10 years ago

@manosv I tried with Arduino IDE 1.5.7 and UIPEthernet 1.07. It works ok. Could you please tell me what exactly is the problem ? A small description of the problem.