I’m unable to get the Bluetooth sample application to
compile and I’ve done some research here and I see mention of the
firmware. What’s the difference between
the firmware for the Orion board and the sample applications? I’m using the Arduino IDE since that’s what
I’m familiar with, and I’m used to uploading one sketch at a time, overwriting
anything that was already on the Arduino board.
We have been able to upload the ultrasonic car sketch and
we’ve modified it a bit to keep the robot from getting stuck when it’s hung up
on something outside the view of the sensor, but we can’t get the Bluetooth
example to compile. I get a long list of errors that begin with:
C:\Users\Primary\Documents\Arduino\libraries\Makeblock\Makeblock.cpp:41:
error: no ‘bool MePort::dRead1()’ member function declared in class ‘MePort’
C:\Users\Primary\Documents\Arduino\libraries\Makeblock\Makeblock.cpp:48:
error: no ‘bool MePort::dRead2()’ member function declared in class ‘MePort’
C:\Users\Primary\Documents\Arduino\libraries\Makeblock\Makeblock.cpp:55:
error: no ‘void MePort::dWrite1(bool)’ member function declared in class
’MePort’
C:\Users\Primary\Documents\Arduino\libraries\Makeblock\Makeblock.cpp:60:
error: no ‘void MePort::dWrite2(bool)’ member function declared in class
’MePort’
Makeblock.cpp and Makeblock.h both exist in the path
provided.
Can someone provide Makeblock.cpp, .h, and .ino files that
work for the Bluetooth car?
Thanks,
Steve