Trying to update Wink for the IR feature

Wink setup, hardware, basic programming. User to user support.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
gramstead
Posts: 2
Joined: Sun Feb 14, 2016 3:58 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Trying to update Wink for the IR feature

Postby gramstead » Sun Feb 14, 2016 4:05 am

Well I got a 3 pack. Wanted to get one for my daughter to use with the IR and one each for my son and my nephew. Cannot seem to upload anything to any of them.
I have done the following:
tried 3 cables (USB) on 4 ports
Tried both interface boards and the cables as well
Windows shows the connection as COM 3
Set board to Arduino Fio
turned on the Wink

I get the following log file from the upload attempt. I have tried reinstalling the drivers/software and rebooted the pc as well.... Any thoughts would be great.

-----
Arduino: 1.6.7 (Windows 10), Board: "Arduino Fio"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\Gavin\Documents\Arduino\libraries" -fqbn=arduino:avr:fio -ide-version=10607 -build-path "C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\Gavin\Documents\Arduino\libraries\Wink_IRExample_Rev01_03\Wink_IRExample_Rev01_03.ino"
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\Gavin\Documents\Arduino\libraries" -fqbn=arduino:avr:fio -ide-version=10607 -build-path "C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "C:\Users\Gavin\Documents\Arduino\libraries\Wink_IRExample_Rev01_03\Wink_IRExample_Rev01_03.ino"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10607 -DARDUINO_AVR_FIO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp\sketch\Wink_IRExample_Rev01_03.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=8000000L -DARDUINO=10607 -DARDUINO_AVR_FIO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp\sketch\Wink_IRExample_Rev01_03.ino.cpp" -o "C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
In file included from C:\Users\Gavin\Documents\Arduino\libraries\Wink_IRExample_Rev01_03\Wink_IRExample_Rev01_03.ino:21:0:

C:\Users\Gavin\AppData\Local\Temp\buildf9830855c0e3cfd115121da318816241.tmp\sketch\WinkHardware.h:28:31: fatal error: Adafruit_NeoPixel.h: No such file or directory
----



Thank you for your time in this...

Gavin Ramstead

wclift
Posts: 32
Joined: Sun Feb 07, 2016 6:10 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Trying to update Wink for the IR feature

Postby wclift » Sun Feb 14, 2016 9:27 pm


User avatar
sil
Posts: 40
Joined: Thu Oct 01, 2015 1:04 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Trying to update Wink for the IR feature

Postby sil » Mon Feb 15, 2016 12:08 am

Wayne's advice is correct and should solve the problem. Just a note that some seem to have trouble with, once you get set up you'll see the Sketchbooks (code examples) in the menu of the arduino software.Make sure you only use the Ringo sketches for the Ringo bot and likewise Wink sketches for Wink bot. The examples I dont think are portable between bots without modification. I think plumgeek will need to standardise the software and install process for their platform but remember this is still a new product, not something that has had years of development and testing so don't stress. I've got both Ringo and Wink and the sketches labelled for those bots work fine as they are with no errors. When verifying the code the software doesn't automatically take you to the line in the file it has a problem with so be careful you don't edit the includes by mistake instead of the sketch you are trying to upload.

gramstead
Posts: 2
Joined: Sun Feb 14, 2016 3:58 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Trying to update Wink for the IR feature

Postby gramstead » Tue Feb 16, 2016 10:47 pm

Well that did it. Chalk one up for "RTFM" (Read the fricken manual) and I missed that step. lol

Thanks!

User avatar
sil
Posts: 40
Joined: Thu Oct 01, 2015 1:04 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Trying to update Wink for the IR feature

Postby sil » Wed Feb 17, 2016 3:21 am

Rtfm helps but i think from the "problems" being posted there may be some things not clear enough in the wink documentation for people who didnt get the ringo either. Just a ripple for plumgeek to sort out, on the whole i think they've done a great job, the bots work and the lessons are clear to understand, its just the setup where the confusions occur, once you're past that its plain sailing. You're not alone, so enjoy your new robot minion. :)


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Who is online

Users browsing this forum: No registered users and 22 guests