cayenne _iot

helo,
iam using arduino uno with ethernet shield ,started my first iot project with cayenne.
i am facing lack of memory to dump program in my uno could anyone say how to solve it.

this is the error msg i got from ide,

Arduino: 1.8.1 (Windows 8.1), Board: "Arduino/Genuino Uno"

Sketch uses 18142 bytes (56%) of program storage space. Maximum is 32256 bytes.
Global variables use 665 bytes (32%) of dynamic memory, leaving 1383 bytes for local variables. Maximum is 2048 bytes.
avrdude: ser_open(): can't set com-state for "\.\COM3"
An error occurred while uploading the sketch

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Hi,
That shows you have enough memory.. You have some different problem.

First, get the BLINK example to upload.. See Installation & Troubleshooting - Arduino Forum

I run Cayenne OK with more memory used than that...

thanks terry, i will look to it.