Help for programing makeblock robot starter kit ir version


#1

Hello my problem is I select Ultrasonic_car in the librairie and I upload the program to my robot my my robot doesn’t work it ,please help me


#2

You provide litte information on what the robot does and does not, so it is hard to give you specific advice. In general, check if the US sensor is connected to the port specified in the example. And while the Orion board and sensor (mostly) work when the USB cable is connected, the motors require the batteries to be connected and switched on.

Test the motor and US sensor separately to see where the problem is.

Joep


#3

Hello my problem is when i compil the arduino send to me Arduino : 1.6.5 (Windows 7), Carte : “Arduino/Genuino Uno”

TestUltrasonicSensor.ino:15:23: fatal error: Makeblock.h: No such file or directory
compilation terminated.
Erreur lors de la compilation.

TestUltrasonicSensor.ino:15:23: fatal error: Makeblock.h: No such file or directory
compilation terminated.
Erreur lors de la compilation.

Ce rapport contiendrait plus d’informations si l’option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.


#4

Can you specify your issue to our it supporter: pioneer@makeblock.cc directly? Thanks


#5

99% chance you haven’t installed the makeblock library (properly).


#6

You can redownload the makeblock library again here: https://github.com/Makeblock-official/


#7

tanks for your help


#8

Welcome


#9

Hello i have still this problem when i compile arduino send this message:

Arduino : 1.6.5 (Windows 7), Carte : “Arduino/Genuino Uno”

IR_Ultrasonic.ino:15:25: fatal error: MeBaseBoard.h: No such file or directory
compilation terminated.
Erreur lors de la compilation.

Ce rapport contiendrait plus d’informations si l’option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.

and i have install the latest makeblock librairies on arduino, can you help me please.


#10

Hi @pokimine,

looks like you still have a version 2 library installed.

You find the latest library here: Makeblock Library V 3.2.2 . Please check whether you have this library installed.

Please read the readme file, which is displayed when you follow the link, and it is also part of the download. You need to adjust your sketches according to your type of board (topic #5 in the readme)!

Please be so kind and reply whether this works or not.

Cheers, Stefan


#11