I downloaded the sample code. When I verify the code in the IDE I receive the following error messages.
ka02_sample_code:2: error: ‘ISD1700’ does not name a type
ka02_sample_code.ino: In function ‘void loop()’:
ka02_sample_code:42: error: ‘chip’ was not declared in this scope
The ISD1700.cpp and ISD1700.h files import into the IDE
Please follow the instructions in the readme.txt file:
[quote]Place the “ISD1700” folder into the “LIBRARIES” folder of your ARDUINO install before trying to compile the ka02_sample_code.ino file.[/quote]The “ISD1700” is included in the zip file. After moving that folder, reopen the Arduino IDE
More information on installing Arduino libraries: arduino.cc/en/Guide/Libraries (Read the “Manual installation” chapter)