AQEv2 crash loop: unable to connect to MQTT server ... Authentication failed
Hi Vic, excuse me for the late reply but I was abroad (offline and eggless).Just punched in the new pwd, and it WORKS - thanks a lot After this I claimed the device again on opensensors, and yes its...
View ArticleAQEv2 crash loop: unable to connect to MQTT server ... Authentication failed
Just to close the loop on this forum post, we worked through it more offline via email and I discovered a bug in the Download Tool. I made a change to the site to fix the bug this afternoon. I was...
View ArticleMotor Shield for Arduino - 6 motors
I am trying to modify your Demo DC Motor code to drive a Bogie Runt RoverTM (a 6 wheeled DC motor platform) with an ultrasonic sensor in an obstacle avoidance mode , running your DEMO example code,...
View ArticleMotor Shield for Arduino - 6 motors
Hi @jemartel, I can certainly try to help :-). The following should run all six motors forward for 5 seconds, then soft brake for 1 second, then all six motors backward for 5 seconds, then soft brake...
View ArticleMotor Shield for Arduino - 6 motors
Thanks, I responded via the email link but realized that it would not show up here. Thanks again for your help. I tried "hex bit banging and result mapping" for 5 hours last night and could not get M6...
View ArticleMotor Shield for Arduino - 6 motors
Well, I uploaded this code. As you indicated: it does compile. But my motors do not spin. I see a glitch but nothing else. I have opened the serial monitor and observed it stepping through the code...
View ArticleMotor Shield for Arduino - 6 motors
Well, I figured it out. I had the USB cable plugged into my laptop and still into the UNO, but had the 7.4vdc batteries plugged into the Motor shield with the Vin jumper disengaged, thus powering them...
View ArticleMotor Shield for Arduino - 6 motors
Hi Again, I have been trying unsuccessfully to program the LEFT side (ODD numbered) motors to turn CCW while the RIGHT side (EVEN numbered) motors to turn CW thus causing a pivot/fast turn. Are there...
View ArticleMotor Shield for Arduino - 6 motors
Hi again,another thought...something like this: int num_odd_motors = 3; Wicked_DCMotor motor1(M1); Wicked_DCMotor motor3(M3); Wicked_DCMotor motor5(M5); Wicked_DCMotor *odd_motors[] = {&motor1,...
View ArticleMotor Shield for Arduino - 6 motors
@jemartel I neatened up your last post, looked pretty close to being correct to me.
View ArticleMotor Shield for Arduino - 6 motors
Thanks again.... a missing bracket....and I'm beginning to see the coding convention better...i'll try in the morning
View ArticleMotor Shield for Arduino - 6 motors
Well, I adjusted to whole sketch and it appears to work correctly now: Forward, Backward, Left and then Right for 1 second + or -..... just want to share it all.... #include Wicked_DCMotor.h> /*...
View ArticleMotor Shield for Arduino - 6 motors
#include Wicked_DCMotor.h> /* int num_motors = 6; /* Wicked_DCMotor motor1(M1); Wicked_DCMotor motor2(M2); Wicked_DCMotor motor3(M3); Wicked_DCMotor motor4(M4); Wicked_DCMotor motor5(M5);...
View ArticleMotor Shield for Arduino - 6 motors
for some reason "#include "Wicked_DCMotor.h>" is not showing up in this code submission
View ArticleMotor Shield for Arduino - 6 motors
It's dumb, but you need to wrap your code in <pre> and </pre> to retain spacing and prevent escape sequences from kicking in.
View ArticleMotor Shield for Arduino - 6 motors
Thanks for sharing your code for others, I'm really happy you got it figured out!
View ArticleMotor Shield for Arduino - 6 motors
thanks for the info about code "wrapping". I didn't know. thanks
View ArticleMotor Shield for Arduino - 6 motors
#include <Wicked_DCMotor.h> /* int num_motors = 6; /* Wicked_DCMotor motor1(M1); Wicked_DCMotor motor2(M2); Wicked_DCMotor motor3(M3); Wicked_DCMotor motor4(M4); Wicked_DCMotor motor5(M5);...
View ArticleDevice not found in OpenSensors
Hi Since 1april my AQE v2 gives an error "Authentication...Failed., Error: Unable to connect to MQTT server" and then it reboots, endless crash loop.I tried to claim it in OpenSensors, but that didn't...
View Article