Thinking Of You.

Post Reply
palmerlad
Posts: 1
Joined: Wed Nov 18, 2015 2:30 pm
Contact:

Thinking Of You.

Post by palmerlad »

Something silly Im doing Im sure. Trying to compile the sketch for this article. Not used Arduino before but know coding a little. Using latest Arduino and have got correct library for NodeMCU board, I cant seem to compile. Ive downloaded the TOY code and put in directory which I pointed to in Arduino preferences. I open ThinkOfYou.ino, edit the devices (or not) either way, when I compile I get the below errors. im sure Im missing something I have to include or point to but cant see where. All the code is in the tabs in Arduino. Any help appreciated would love to give this a go.

Arduino: 1.6.6 (Windows 7), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200"

Warning: platform.txt from core 'ESP8266 Modules' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
WARNING: Category '' in library EEPROM is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library ESP8266httpUpdate is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Hash is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library SPI is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Ticker is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Wire is not valid. Setting to 'Uncategorized'
ThinkingOfYou:47: error: 'greenHeartPattern' was not declared in this scope

"Karen", "KSSID", "KPWD", "DE24B8317017380CCB46792EBBCA027A", greenHeartPattern,

^

ThinkingOfYou:48: error: 'rainbowPattern' was not declared in this scope

"Craig", "CraigNet", "craigandheather", "E5E89E07FCFEA88D5358B332CDD9BF9B", rainbowPattern,

^

ThinkingOfYou:49: error: 'redHeartPattern' was not declared in this scope

"Becky", "BSSID", "BPWD", "0B7764B0BB9E63139904FA69D8F4E9CE", redHeartPattern,

^

ThinkingOfYou:50: error: 'blueHeartPattern' was not declared in this scope

"D&B" , "CenturyLink0563", "m7sfza3evtm32q", "0B7764B0BB9E63139904FA69D8F4E9CE", blueHeartPattern,

^

C:\Users\Alan\Documents\arduino\libraries\ThinkingOfYou\ThinkingOfYou.ino: In function 'void setup()':

ThinkingOfYou:106: error: 'initializeLEDControl' was not declared in this scope

initializeLEDControl();

^

ThinkingOfYou:155: error: 'setLEDColor' was not declared in this scope

setLEDColor(0, 0, 0);

^

C:\Users\Alan\Documents\arduino\libraries\ThinkingOfYou\ThinkingOfYou.ino: In function 'void loop()':

ThinkingOfYou:177: error: 'setLEDColor' was not declared in this scope

setLEDColor(0, 0, 0);

^

ThinkingOfYou:199: error: 'sendTeleduinoRequest' was not declared in this scope

sendTeleduinoRequest(devices.keyString, deviceIndex);

^

exit status 1
'greenHeartPattern' was not declared in this scope

craiglindley
Posts: 2
Joined: Mon Apr 09, 2012 12:48 pm
Contact:

Re: Thinking Of You.

Post by craiglindley »

Go back to version 1.6.5 of the Arduino code and the problems will go away
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests