Hi all,
I just finished assembling with my son the starter robot kit v2.0 (Me Orion baseboard) that he got for Xmas, but nothing seemed to happen when I tried to run the pre-uploaded program, so I installed the Arduino IDE and Makeblock libraries and started poking around to figure out what may be amiss.
-
I uploaded BaseBoardBuzzerTest, and the on-board buzzer beeped as expected.
-
I modified TestUltrasonicSensor to point to port 3 (my IR sensor is connected to that port) and uploaded it, but the board seems to behave as if it doesn’t receive data from the sensor, always returning a distance of 0cm in Serial Monitor (the sensor is powered, since its red led is on).
-
I uploaded TestInfraredReceiver (for the new-style receiver), but the board doesn’t seem to recognize any key press on the remote (no output in Serial Monitor corresponding to key presses, even if the blue led on the receiver board lights up when keys on the remote are pressed).
-
I uploaded TestDCMotorDriver, but neither of the two motors connected to M1 and M2 ran as expected.
As far as I can see, all cable connectors are seated properly: Am I right to conclude that I must have a bad board?
Is there anything else that I can/should try?
Thanks,
Luca