Wireless Gardening with Arduino + CC3000 WiFi Modules

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
justinjetset
 
Posts: 3
Joined: Wed Jul 23, 2014 3:57 pm

Wireless Gardening with Arduino + CC3000 WiFi Modules

Post by justinjetset »

I have been trying to build off of M. SCHWARTZ's "Wireless Gardening with Arduino + CC3000 WiFi Modules" I got it working according to the setup he described in the tutorial. I tried to add a second sensor(AM2315) that uses I2C and needs the wire.h library. The problem is, when I include the library(even just 1 line of code saying #include <Wire.h>) in the sketch, I get a response from Carriots saying "payload not supported" after I upload and run the program. In my thinking, the only way that I would get this message is if the string that gets sent to Carriots is in an improper format. Anyways, I am thinking that it may be an issue with RAM, but The sketch is only 27,490 of the 32,256 maximum. I don't know much about RAM/space/flash wrt Arduino so I apologize in advance. I also tried looking at all the libraries involved to see if there was a conflict with the wire.h library(not that I could understand much of them!). How can I fix this issue?

User avatar
Franklin97355
 
Posts: 23912
Joined: Mon Apr 21, 2008 2:33 pm

Re: Wireless Gardening with Arduino + CC3000 WiFi Modules

Post by Franklin97355 »

Please don't double post. Check for answers in the wireless forum.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”