Search found 2261 matches

by copterrichie
Tue Jun 10, 2014 12:48 am
Forum: Software development
Topic: [PATCH] MSP Code for Airspeed
Replies: 6
Views: 2084

Re: MSP Code for Airspeed

Point of references, this is the sensor:

APM 2.6 Airspeed Sensor Kit
https://store.3drobotics.com/products/a ... mpxv7002dp
by copterrichie
Tue Jun 10, 2014 12:06 am
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6175

Re: New flying android app : Flone Remote

lot wrote:Sorry if I was not clear, is the two things at the same time, a app for control a quadcopter with an another smartphone on it.



How did you make the connections from the smartphone to the quadcopter?


Thank you and Kudos on your accomplishment.
by copterrichie
Mon Jun 09, 2014 11:19 pm
Forum: Software development
Topic: [PATCH] MSP Code for Airspeed
Replies: 6
Views: 2084

[PATCH] MSP Code for Airspeed

May I ask if we can reserve the follow MSP code for Airspeed which would be used in connection an Airplane or Flying wing?

Example:

Code: Select all

MSP_AIRSPEED   125
MSP_AIRSPEED_CALIBRATE 216


Thank you.
by copterrichie
Fri Jun 06, 2014 9:42 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1575909

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

It would be nice to have a heartbeat with basic telemetry data, would cut down on traffic too.
by copterrichie
Thu Jun 05, 2014 9:46 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1575909

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Add to the above, much of the development on the 8bit platform has almost come to a stand still. The few people that are still developing are fearful of being BASHED in my opinion.
by copterrichie
Wed Jun 04, 2014 10:17 pm
Forum: Software development
Topic: G-Tune Mode (ZERO PIDs)
Replies: 26
Views: 21483

Re: G-Tune Mode (ZERO PIDs)

That makes total sense about the loop time, it has been a pain in the .... for sometime now.
by copterrichie
Wed Jun 04, 2014 2:56 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2558129

Re: Baseflight aka multiwii port to stm32

Dilbert66 wrote:Far from it.


Image
by copterrichie
Wed Jun 04, 2014 2:37 pm
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2558129

Re: Baseflight aka multiwii port to stm32

Is Baseflight DEAD? If so, others should be able to pick up the ball and run with it right?
by copterrichie
Wed Jun 04, 2014 12:49 am
Forum: Shields, boards and sensors
Topic: Disable onboard Mag to use ext Mag
Replies: 32
Views: 10380

Re: Disable onboard Mag to use ext Mag

My mistake, it is not that easy. Here is some information from the datasheet, seem if the mpu6050 is not in the master mode, it is in the pass-thru and this explains why the MAG still answered up. Sorry Auxiliary I2C Serial Interface The MPU-60X0 has an auxiliary I2C bus for communicating to an off-...
by copterrichie
Wed Jun 04, 2014 12:29 am
Forum: Shields, boards and sensors
Topic: Disable onboard Mag to use ext Mag
Replies: 32
Views: 10380

Re: Disable onboard Mag to use ext Mag

If the MAG is still answering, then it is connected directly to the i2c bus and not to the mpu6050 aux. :(
by copterrichie
Wed Jun 04, 2014 12:20 am
Forum: Shields, boards and sensors
Topic: Disable onboard Mag to use ext Mag
Replies: 32
Views: 10380

Re: Disable onboard Mag to use ext Mag

PatrikE wrote:Would be wonderful if it was that easy.
But I tested on my AIO board direct and HMC5883 is still answering.. :(
Sorry it don't seem to work for me anyway.


Did you try remarking the following out for your board?

Code: Select all

#define MPU6050_I2C_AUX_MASTER // MAG connected to the AUX I2C bus of MPU6050
by copterrichie
Tue Jun 03, 2014 11:31 pm
Forum: Shields, boards and sensors
Topic: Disable onboard Mag to use ext Mag
Replies: 32
Views: 10380

Re: Disable onboard Mag to use ext Mag

If the MAG is connected via the mpu6050 AUX, then it is not connected on the main i2c bus, just disabling the aux master should do the trick. It will just sit there and draw power but not do anything.
by copterrichie
Tue Jun 03, 2014 11:14 pm
Forum: Shields, boards and sensors
Topic: Disable onboard Mag to use ext Mag
Replies: 32
Views: 10380

Re: Disable onboard Mag to use ext Mag

Just thinking out loud here, if the MAG is connected via mpu6050 aux, you MAYBE able to remark that out in the def.h #define MPU6050_I2C_AUX_MASTER // MAG connected to the AUX I2C bus of MPU6050 and to set the MAG in the Config file. /* I2C magnetometer */ //#define HMC5843 //#define HMC5883 //#defi...
by copterrichie
Tue Jun 03, 2014 7:40 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1575909

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Maybe it is time to start bread boarding again until some vendor jumps onto the bandwagon.
by copterrichie
Mon Jun 02, 2014 3:21 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1403239

Re: Naze32 hardware discussion thread

Maybe of no interest however, there were a bunch of crappy cheap MPU6050 on the market. Had a few failures myself.
by copterrichie
Sun Jun 01, 2014 8:55 pm
Forum: Software
Topic: Multi Wii Pro flight controller
Replies: 3
Views: 2057

Re: Multi Wii Pro flight controller

Even tho you have a MAC, it still requires installation of the USB Driver.

http://www.ftdichip.com/FTDrivers.htm
by copterrichie
Fri May 30, 2014 7:03 pm
Forum: Software development
Topic: PPM-SUM Failsave
Replies: 2
Views: 1088

Re: PPM-SUM Failsave

The original intent of the fail-safe was to prevent fly-aways when using the traditional RX (no ppm). nothing more and nothing less. There has been lots of talk of having it do RTH and auto-landing but nothing has been done.
by copterrichie
Fri May 30, 2014 3:13 am
Forum: Software
Topic: Baseflight aka multiwii port to stm32
Replies: 1036
Views: 2558129

Re: Baseflight aka multiwii port to stm32

Where is the unity folks? Ha, flew out the windows I assume.
by copterrichie
Wed May 28, 2014 6:10 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1403239

Re: Naze32 hardware discussion thread

TC has a lot going on as a one man operation. Sadly however, he does not allow anyone to help him unless they conform to his standards.
by copterrichie
Wed May 28, 2014 4:22 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1575909

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

I was toying around with the configuration on the APM and noted it also had an auto tune feature. I have no idea where it is within the code but APM is also open source. You might have a look around to see what you can see. :)
by copterrichie
Wed May 28, 2014 1:17 am
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1575909

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

The cleanliness of code is very subjective and a matter of opinion. I know of MAJOR corporations that have a two stage process, get the code working, then clean up / make it more efficient.
by copterrichie
Mon May 26, 2014 9:07 pm
Forum: Software development
Topic: Timewaste filing issues on mwii github
Replies: 3
Views: 1411

Re: Timewaste filing issues on mwii github

The favorite bookmark link is gone, you have to bookmark the direct link now. Now sure just how much longer Google will support Development, seems to be on a major decline..

https://code.google.com/p/multiwii/
by copterrichie
Sat May 24, 2014 3:03 am
Forum: Software
Topic: Harakiri aka multiwii port to stm32
Replies: 1502
Views: 561969

Re: Harakiri aka multiwii port to stm32

Sidebar: There was some talk earlier of porting the MWC code to the APM hardware, I think the only real issue is, the APM uses SPI sensors.
by copterrichie
Fri May 23, 2014 9:04 pm
Forum: Pictures & Videos
Topic: My MultiWiiPlane
Replies: 0
Views: 1347

My MultiWiiPlane

Here is a preview of my version of the MultiWii Airplane, she will be using an ATMega328P with a MPU6050 for starters. Once the design is perfected, I May use the NAZE32 I have sitting on the shift once I am able to compile Baseflight or Harakiri on my Linux box. I am using a special modified Bicopt...
by copterrichie
Fri May 23, 2014 2:47 am
Forum: MultiWii tweaking - flying experience
Topic: MPU6050 unstable and crashed
Replies: 1
Views: 1468

Re: MPU6050 unstable and crashed

I had a cheap MPU6050 on its own breakout board that totally and completely failed in-flight. Talk about one hell of a crash but the good news is, I replaced the board and all was good to go with some repairs to the frame of my copter.
by copterrichie
Wed May 21, 2014 7:01 pm
Forum: Boards
Topic: Porting Multiwii to Arduino DUE - Done
Replies: 24
Views: 10411

Re: Porting Multiwii to Arduino DUE - Done

Awesome Job, I recently ordered a DUE for testing.

I use these mega shields available on eBay, maybe you can used one for this project.
by copterrichie
Wed May 21, 2014 6:22 pm
Forum: Boards
Topic: Arduino Zero 32-bit ARM Cortex® M0+ core
Replies: 2
Views: 1884

Re: Arduino Zero 32-bit ARM Cortex® M0+ core

SxpscquBIo4 I may be an odd egg in that I don’t like to use an IDE when developing uC firmware. Generally I rock the text editor and a makefile for 8-bit, adding OpenOCD and GDB when working with ARM. I probably shouldn’t be surprised that there is already OpenOCD support (and by extension GDB supp...
by copterrichie
Sun May 18, 2014 7:29 pm
Forum: Connecting elements
Topic: Sketch Upload with Bluetooth Module
Replies: 4
Views: 2271

Re: Sketch Upload with Bluetooth Module

Mainly, you need to change the baud rate of the BT connected to the FC, the BT on the Macbook will adjust automatically when the IDE sends the data. How to change the Baud of your BT connected to the FC, you will need to check the BT manufacture's manual for it. Not trying to discourage you here how...
by copterrichie
Sun May 18, 2014 4:36 pm
Forum: Connecting elements
Topic: Sketch Upload with Bluetooth Module
Replies: 4
Views: 2271

Re: Sketch Upload with Bluetooth Module

You will need to change the BT speed to 19200/57600 (don't recall which) baud and because many of the BT adapters do not have the DTR/CTS pins connected, at the point when the IDE starts to send the data, you will have to press the reset button providing there is one on the board. I personally have ...
by copterrichie
Thu May 15, 2014 5:18 pm
Forum: Boards
Topic: Arduino Zero 32-bit ARM Cortex® M0+ core
Replies: 2
Views: 1884

Arduino Zero 32-bit ARM Cortex® M0+ core

TC, does this mean that We MAYBE able to use the Arduino IDE to compile Baseflight in the near future?

http://blog.arduino.cc/2014/05/15/meet-arduino-zero/

Thanks.
by copterrichie
Thu May 15, 2014 5:00 am
Forum: Shields, boards and sensors
Topic: Using an ultrasonic sensor on CRIUS AIO PRO
Replies: 6
Views: 2738

Re: Using an ultrasonic sensor on CRIUS AIO PRO

The following video is the most successful implementation of an ultrasonic sensor on a MWC. Take note, the copter is always below eight feet (2 meters - 2.5 meters)

by copterrichie
Thu May 15, 2014 4:25 am
Forum: Shields, boards and sensors
Topic: Using an ultrasonic sensor on CRIUS AIO PRO
Replies: 6
Views: 2738

Re: Using an ultrasonic sensor on CRIUS AIO PRO

Maximum RANGE with any accuracy(2cm) is 2 meters, any over that is junk readings. Best of Luck.
by copterrichie
Thu May 15, 2014 1:30 am
Forum: Shields, boards and sensors
Topic: Using an ultrasonic sensor on CRIUS AIO PRO
Replies: 6
Views: 2738

Re: Using an ultrasonic sensor on CRIUS AIO PRO

I hope the best for you on this project. I have been working with some HC-SR04 (four) on a ROVER and the best accuracy is 2 meters. Not very good for Altitude holding in my opinion.
by copterrichie
Wed May 14, 2014 2:34 pm
Forum: FPV, OSD, Cameras
Topic: HD Video Downlink
Replies: 8
Views: 4638

Re: HD Video Downlink

treym wrote:
copterrichie wrote:The Latency is very tolerable however


take a picture ;)


here is 0.5s latency .. opencv delay



I have pictures of the actually latency but stopped sharing, :mrgreen:
by copterrichie
Tue May 13, 2014 2:10 pm
Forum: Software development
Topic: How to change throttle pin to D12
Replies: 6
Views: 2110

Re: How to change throttle pin to D12

Yes, that's right. But technically I don't see a problem to use D12 as Throttle. Agreed, I never played with the Throttle Channel but D12 is on a difference Port, B to be in fact. In version 1.7 it is the easiest to identify and understand. pin = PIND; // PIND indicates the state of each PIN for th...
by copterrichie
Mon May 12, 2014 7:51 pm
Forum: Software development
Topic: How to change throttle pin to D12
Replies: 6
Views: 2110

Re: How to change throttle pin to D12

Not all the pins are equal in their functionality.
by copterrichie
Sun May 11, 2014 10:44 pm
Forum: Boards
Topic: TC: STM32 based 3rd axis
Replies: 1
Views: 1529

TC: STM32 based 3rd axis

Have you see this? STM32 based 3rd axis extension board for Alexmos gimbal controller compatible with Alexmos 3rd axis extension board IIC protocol compatible with 8bit Alexmos board firmware can be updated over USB works with firmware 2.2-2.4 pin to pin compatible with the 3rd axis extension board ...
by copterrichie
Fri May 09, 2014 3:56 pm
Forum: ESCs, propellers , servos and radios
Topic: EMAX QUATTRO 25A x4 in 1
Replies: 9
Views: 4482

Re: EMAX QUATTRO 25A x4 in 1

I heard from the vendor and they are sending a replacement esc and I ordered another one from a different source. Maybe I was too quick to judge, lets see what happens upon receipt. :)
by copterrichie
Thu May 08, 2014 4:31 pm
Forum: ESCs, propellers , servos and radios
Topic: EMAX QUATTRO 25A x4 in 1
Replies: 9
Views: 4482

Re: EMAX QUATTRO 25A x4 in 1

These EMAX QUATTRO 25A x4 in 1 Brushless Speed Controllers ARE JUNK, I would not recommend them at all. Within 30 Seconds of Initial test without props, one of the four ESCs burnt. Please save your money and get some standard ESCs. https://dl.dropboxusercontent.com/u/266727/Pictures/Builds/DSC02409-...
by copterrichie
Wed May 07, 2014 3:38 pm
Forum: Software development
Topic: autonomous Rover Code
Replies: 1
Views: 2002

Re: autonomous Rover Code

Just curious, any updates to this development?
by copterrichie
Wed May 07, 2014 2:36 pm
Forum: Ideas
Topic: Presenting my tilt-wing VTOL plane
Replies: 5
Views: 3804

Re: Presenting my tilt-wing VTOL plane

The transitioning is difficult for any VTOL including military versions. With this said, Kudos to your accomplishment.
by copterrichie
Tue May 06, 2014 12:26 pm
Forum: FPV, OSD, Cameras
Topic: Anyone tried the Pixy CMUcam5?
Replies: 4
Views: 2689

Re: Anyone tried the Pixy CMUcam5?

Not directly related but along the same line: http://www.gadgetify.com/autonomous-dro ... r-filming/
by copterrichie
Mon May 05, 2014 12:21 pm
Forum: FPV, OSD, Cameras
Topic: HD Video Downlink
Replies: 8
Views: 4638

Re: HD Video Downlink

I am developing a HD video downlink using a Raspberry PI and Camera. The Latency is very tolerable however, I have yet to flight test the system.

by copterrichie
Tue Apr 22, 2014 4:43 am
Forum: Boards
Topic: Cortex-A9-based DuoVero
Replies: 8
Views: 3264

Re: Cortex-A9-based DuoVero

Understandable, I was just toying with you. As mentioned above, the BeagleDrone maybe an option especially in a package deal of some sort.
by copterrichie
Tue Apr 22, 2014 4:17 am
Forum: Boards
Topic: Cortex-A9-based DuoVero
Replies: 8
Views: 3264

Re: Cortex-A9-based DuoVero

timecop wrote:Not to a $199 piece of hardware that needs another optional $199 piece to work :)


Think DJI, think DJI. haha!!