Forum >FlameWheel Robot
RoboticsGeneral

FlameWheel Robot

userHead tatarin73chita 2017-01-22 05:42:23 2897 Views4 Replies
Hello! The program has already loaded? At the iPad mini me, I still download the software on it, install the batteries and all?
2017-02-04 22:31:45 Hi

Please refer to the following link to test the robot, steps by steps. According to your error in the IDE, It seems that you dont put the GoBLE library into the library files of the IDE. make_clickable_callback(MAGIC_URL_FULL, '
', 'https://www.dfrobot.com/wiki/index.php/FlameWheel_Robot_SKU:_ROB0139', '', ' class="postlink"')

Let me know if you have any problem.
userHeadPic Wendy.Hu
2017-01-31 08:15:19 Hello! This is my fault? Help

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Uno"
sketch_jan31a.ino:6:19: error: GoBLE.h: No such file or directory
sketch_jan31a.ino: In function 'void setup()':
sketch_jan31a:17: error: 'Goble' was not declared in this scope
sketch_jan31a.ino: In function 'void loop()':
sketch_jan31a:21: error: 'Goble' was not declared in this scope
sketch_jan31a.ino: In function 'void readGoBle()':
sketch_jan31a:32: error: 'Goble' was not declared in this scope
sketch_jan31a:35: error: 'SWITCH_UP' was not declared in this scope
sketch_jan31a:36: error: 'SWITCH_DOWN' was not declared in this scope
sketch_jan31a:37: error: 'SWITCH_LEFT' was not declared in this scope
sketch_jan31a:38: error: 'SWITCH_RIGHT' was not declared in this scope
sketch_jan31a:39: error: 'SWITCH_SELECT' was not declared in this scope
sketch_jan31a:40: error: 'SWITCH_START' was not declared in this scope
sketch_jan31a.ino: In function 'void motorContrl()':
sketch_jan31a:65: error: 'SWITCH_UP' was not declared in this scope
sketch_jan31a:65: error: 'PRESSED' was not declared in this scope
sketch_jan31a:70: error: 'SWITCH_DOWN' was not declared in this scope
sketch_jan31a:70: error: 'PRESSED' was not declared in this scope
sketch_jan31a:75: error: 'SWITCH_LEFT' was not declared in this scope
sketch_jan31a:75: error: 'PRESSED' was not declared in this scope
sketch_jan31a:86: error: 'SWITCH_RIGHT' was not declared in this scope
sketch_jan31a:86: error: 'PRESSED' was not declared in this scope
userHeadPic tatarin73chita
2017-01-31 07:03:00 These photos show that downloaded the library, can I have them properly installed? userHeadPic tatarin73chita
2017-01-23 01:38:21 No, we encourage that you can do it by yourself. Coding, playing and enjoying it.
(The reference code and library have been opened on the wiki, if you don't want to do so, you can upload it directly.make_clickable_callback(MAGIC_URL_FULL, ' ', 'https://goo.gl/PCje4f', '', ' class="postlink"'))
userHeadPic Grey.CC