Search found 7 matches

by wiwitop
Wed Oct 15, 2014 12:38 pm
Forum: Shields, boards and sensors
Topic: DIY Bluetooth mod for range increase
Replies: 11
Views: 10806

Re: DIY Bluetooth mod for range increase

Multiwii EZ-GUI accepts serial connection. I connected a 433MHz radio module on the usb port of my Galaxy Note 3. I was happy to see it's working perfectly.
by wiwitop
Mon Mar 31, 2014 10:33 am
Forum: Connecting elements
Topic: Bluetooth and Crius AIO Pro
Replies: 6
Views: 3372

Re: Bluetooth and Crius AIO Pro

I guess that you have to set up communication speed at 57600.. Hello, Multiwii was not supposed to work @ 115200 bauds ? I already tried @ 57600. I changed this code in config.h: #define SERIAL0_COM_SPEED 115200 #define SERIAL1_COM_SPEED 115200 #define SERIAL2_COM_SPEED 115200 #define SERIAL3_COM_S...
by wiwitop
Sun Mar 30, 2014 5:12 pm
Forum: Connecting elements
Topic: Bluetooth and Crius AIO Pro
Replies: 6
Views: 3372

Re: Bluetooth and Crius AIO Pro

I used this sketch with success on my Crius AIO (received "Test module HC-06 bluetooth" on putty @ 115200 bauds, USB was not connected) int counter = 0; unsigned long time; void setup() { Serial.begin(115200); Serial.println("Start"); } void loop(){ Serial.print("Test module...
by wiwitop
Fri Mar 28, 2014 10:54 am
Forum: Connecting elements
Topic: Bluetooth and Crius AIO Pro
Replies: 6
Views: 3372

Re: Bluetooth and Crius AIO Pro

USB was not plugged.

I'm thinking about installing a sketch to test my Crius AIO Pro.
Something like that :

Code: Select all

void setup() {
  Serial.begin(115200);
}
void loop() {
  Serial.println("test");
}


That should work, right ?
by wiwitop
Wed Mar 26, 2014 11:57 am
Forum: Connecting elements
Topic: Bluetooth and Crius AIO Pro
Replies: 6
Views: 3372

Bluetooth and Crius AIO Pro

Hello, I bought an HC-06 bluetooth module that I'm trying to connect to my Crius AIO Pro V1.1 (From HK). With AT Commands, I configured it at 115200 bauds as multiwii expected it. I'm sure it's working properly because I tested it with my Arduino UNO. I'm able to read at 115200 bauds (with putty) th...
by wiwitop
Wed Feb 12, 2014 11:36 am
Forum: Getting Started - MultiWii config and setup
Topic: Trim RC for Tricopter ?
Replies: 2
Views: 1051

Re: Trim RC for Tricopter ?

Thanks a lot for your answer. I'm now working to swap mode 1 / mode 2 on my Turnigy 9X. I'm right handed and I made a mistake by buying a mode 1. That should help me a lot. Secondly, I broke the yaw servo. I suppose it's because I was not able to change the servo travel and did not undestand how imp...
by wiwitop
Wed Feb 05, 2014 2:36 pm
Forum: Getting Started - MultiWii config and setup
Topic: Trim RC for Tricopter ?
Replies: 2
Views: 1051

Trim RC for Tricopter ?

hi, I built my first tricopter (and RC vehicle) from various parts : Turnigy Talon Turnigy 1200kV HK ESC 30A Crius AIO Pro (clone) I uploaded multiwii 2.3 without problems. I managed to connect it to multiwiiconf. Gyro/acc, mag, baro, ESC are calibrated and the sensors and the Yaw Servo seem to reac...