Porting tips and tricks from Arduino Ethernet to Spark?

@aj8uppal, just to support what @bko said, @vk2tds did a port of base64 which may to the trick for you.

There is also an HTTPClient library you can use for the http connection or just adapt what's there since the Spark code is almost identical. Read up on the Cloud and WiFi firmware functions to find the ethernet replacements. :smile:

1 Like