Comments on: MobBob App now works with most Bluetooth boards http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/ Games, Robots... and Stuff. Thu, 31 Jan 2019 09:15:11 +0000 hourly 1 https://wordpress.org/?v=5.0.3 By: cevinius http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-6118 Thu, 31 Aug 2017 09:55:24 +0000 http://www.cevinius.com/?p=158#comment-6118 There are instructions here on this blog. http://www.cevinius.com/2015/09/19/detailed-mobbob-build-instructions/

]]>
By: thomas http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-6111 Thu, 31 Aug 2017 05:17:56 +0000 http://www.cevinius.com/?p=158#comment-6111 How the wiring diagram and the program
I ask for your help
regards
tanks

]]>
By: cevinius http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-1140 Wed, 09 Nov 2016 07:54:30 +0000 http://www.cevinius.com/?p=158#comment-1140 You can turn off the warnings, and the code should work as is.

However, I have just pushed up a change that should remove those warnings.

]]>
By: 98stik http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-1136 Sun, 06 Nov 2016 23:26:30 +0000 http://www.cevinius.com/?p=158#comment-1136 Hola amigos. Soy un estudiante de bachillerato 10º. Me ha gustado mucho el proyecto Mobbob, asi que compre el arduino, modulo bluetooth, los cervos e imprimí las partes. Pero tengo al cargar el programa alguien me puede ayudar por favor
Arduino:1.6.11 (Windows Store 1.6.11.0) (Windows 10), Tarjeta:”Arduino Nano, ATmega328″

E:\Users \MobBob-master\MobBob-master\ArduinoCode\MobBob-Control-Bluetooth\MobBob-Control-Bluetooth.ino: In function ‘void loop_Parser()’:

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

SetServos(tweenTime, currParam2Val, currParam3Val, currParam4Val, currParam5Val, “SV”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

StopAnim(“ST”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

StopAnimImmediate(“SI”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(walkForwardAnim, walkEndAnim, numTimes, “FW”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(walkBackwardAnim, walkEndAnim, numTimes, “BW”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(turnLeftAnim, NULL, numTimes, “LT”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(turnRightAnim, NULL, numTimes, “RT”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(shakeHeadAnim, NULL, numTimes, “SX”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(bounceAnim, NULL, numTimes, “BX”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(wobbleAnim, NULL, numTimes, “WX”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(wobbleLeftAnim, NULL, numTimes, “WY”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(wobbleRightAnim, NULL, numTimes, “WZ”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(tapFeetAnim, NULL, numTimes, “TX”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(tapLeftFootAnim, NULL, numTimes, “TY”);

^
E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(tapRightFootAnim, NULL, numTimes, “TZ”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(shakeLegsAnim, NULL, numTimes, “LX”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1354:72: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(shakeLeftLegAnim, NULL, numTimes, “LY”);

^

E:\Users\ MobBob-Control-Bluetooth.ino:1366:73: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]

PlayAnimNumTimes(shakeRightLegAnim, NULL, numTimes, “LZ”);

^
El Sketch usa 11.924 bytes (38%) del espacio de almacenamiento de programa. El máximo es 30.720 bytes.

Ayuda por favor

]]>
By: cevinius http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-749 Wed, 25 May 2016 09:43:24 +0000 http://www.cevinius.com/?p=158#comment-749 Hi Erik,

That’s great. Thank you for writing about him and for spreading the word! I’m really happy to hear that it’s working well on your old Nexus 4.

Thanks again and stay in touch!

Kevin

]]>
By: Erik http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-745 Tue, 24 May 2016 18:08:12 +0000 http://www.cevinius.com/?p=158#comment-745 Hallo, i made a post in my new Blog about your Mobbob in german. I hope more people will build this cool robot! it work´s well with my old Nexus 4!

http://nongrips.blogspot.de/2016/05/der-roboter-aus-dem-3d-drucker.html

Erik

]]>
By: cevinius http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-606 Wed, 04 May 2016 07:30:41 +0000 http://www.cevinius.com/?p=158#comment-606 Cool! I’m glad the answer helped!! All the best with your build.

Kevin

]]>
By: Erik http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-597 Tue, 03 May 2016 07:21:10 +0000 http://www.cevinius.com/?p=158#comment-597 Thank you for your answer!

RX and TX pin setup in my code was wrong, i am a stupid fool…
🙂

Thanks, Erik

]]>
By: cevinius http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-560 Thu, 28 Apr 2016 00:44:25 +0000 http://www.cevinius.com/?p=158#comment-560 Firstly, does MobBob walk if you send the commands over the USB cable via the Arduino Serial Monitor? I want to confirm the issue is in the Bluetooth part and not something else.

The bluetooth connection is pretty straightforward. The bluetooth module is powered by the Arduino (or if powered separately, at least ground needs to be shared). Then the RX on the Bluetooth goes to the pin set for TX on the Arduino, and the TX on the Buetooth goes to the pin set for RX on the Arduino.

Maybe post how you’ve wired it up, we can look at it and see if we can spot any issues.

]]>
By: Erik http://www.cevinius.com/2015/10/05/mobbob-app-now-works-with-most-bluetooth-boards/#comment-558 Wed, 27 Apr 2016 10:39:45 +0000 http://www.cevinius.com/?p=158#comment-558 Hallo, i have the same setup, the app is conecting with the bluetoothboard but my Mobbob still don´t walk. Can you post a wiring diagram with the Aduino Nano and the bluetoothmodul. what could i´ve done wrong??? (pin variables are updatet)

]]>