Author Topic: Anyone having luck with Grove?  (Read 2999 times)

octupul

  • Newbie
  • *
  • Posts: 1
Anyone having luck with Grove?
« on: February 23, 2013, 03:08:50 pm »
I am having trouble with a Grove LCD module and a IR transmitter.  I attempted to get the LCD working with changes suggested for the SoftwareSerial and no luck.  Now I switched to what I figured would be a more simple module for the IR transmitter and can't even get it to compile.  When trying to compile the main header file it is given me a bunch of variables that aren't being defined.



C:\Digispark\Digispark Ready - Arduino 1.03\libraries\IRSendRev\IRSendRev.cpp: In member function 'void IRSendRev::mark(int)':
C:\Digispark\Digispark Ready - Arduino 1.03\libraries\IRSendRev\IRSendRev.cpp:49: error: 'TCCR2A' was not declared in this scope
C:\Digispark\Digispark Ready - Arduino 1.03\libraries\IRSendRev\IRSendRev.cpp:49: error: 'COM2B1' was not declared in this scope
etc....


http://www.seeedstudio.com/wiki/Grove_-_Infrared_Emitter


Which looks like it means it can't support this mode for the timers for ATtiny85 that they are trying to use.  Not a pro at this so still wading the the deep.


What I really want to know after two fails with the Grove system is anyone getting any of the components to work?  If so which ones and what modifications did you have to use??


I don't think I am up to rewriting every library for every module I want to use.