Forum >KIT0080 Hurt Locker (Fake Defusable Bomb) Kit
ArduinoGeneral

KIT0080 Hurt Locker (Fake Defusable Bomb) Kit

userHead Grey.CC 2015-06-08 18:35:48 3276 Views1 Replies
Hi,
i bought the hurt locker arduino via robotstore.gr.
After connecting everything, I power the arduino but the only thing that happens is that the LCD screen lights up, but with white cases on the first line and nothing else. Nothing happens. No sound, no LEDs lightning up, nothing.

I thought that maybe the program was not loaded so I downloaded the code and tried to upload it on the Arduino, but I keep on getting the same error:

bombgameuno.ino:10:31: fatal error: LiquidCrystal_I2C.h: No such file or directory
compilation terminated.

I am just a beginner on Arduino and I am really stuck. I have tried adding the LiquidCrystal.I2C.h file on the program folder - didn’t work. I have updated my Arduino libraries to make sure this one was there as well, but no matter what I do it does not work.

Would you be so kind and show me the way forward?

Many thanks in advance,
Adrien
2015-06-08 19:55:05 Hi,
There are three versions in all, here is the difference:
V1.0: this version is using LCD module V1.1, so the IIC port are different, please be careful.
V1.1: this version is using LCD module V1.2, but it doesn't come with the code inside.
V1.2 this version is using LCD module V1.2 and it come with the code.

I guess you get the second version, it just need to upload the code. And the code could be found on the product page:
SKU__DFR0063

And you met a common newbie question: you haven't install the LCD library.
You can check the LCD product page:
Arduino LCD Display Module

You can find its wiki page and arduino library in the Documents, it is not only bomb screen, you also could do a lot of project with this module, like temperature and humidity displaying.

And as a new guy, you must will be confused about how to install the library. Don't be afraid, it is very simple: here is a tutorial:
http://www.arduino.cc/en/Guide/Libraries

Have a good time!
userHeadPic Grey.CC