Search found 4 matches

by Olstyle
Sat Feb 23, 2013 11:09 am
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 228592

Re: New Multiwii Serial Protocol

I guess you were hoping for something like this:
https://github.com/Olstyle/Joystick2Mul ... rialRC.pdf

I didn't do this for any other messages, but it might help to understand the general idea of the protocol.
by Olstyle
Tue Jan 15, 2013 10:56 pm
Forum: Software development
Topic: New Multiwii Serial Protocol
Replies: 409
Views: 228592

Re: New Multiwii Serial Protocol

I am trying to use "Serial1" on an Mega32u4("Leonardo") instead of the USB one for main communication(hoping to be able to use remote config and serialrc via an bluetooth bridge). Is this already possible with the 2.1 codebase? What I tried so far was changing the hardcoded calls...
by Olstyle
Sun Jan 13, 2013 8:57 pm
Forum: Shields, boards and sensors
Topic: MPU9150 board implementation
Replies: 28
Views: 13854

Re: MPU9150 board implementation

You have to keep in mind that the main field of use of those chips are mobilephones. There, the DMP can be used to program custom interrupts, e.g. to detect rotation between landscape and portrait mode without taxing the cpu. The buffer enables it to detect a "gesture" instead of a mear po...
by Olstyle
Sun Jan 13, 2013 6:49 pm
Forum: Shields, boards and sensors
Topic: MPU9150 board implementation
Replies: 28
Views: 13854

Re: MPU9150 board implementation

I did this together with a colleague for an university project and just upped it to my github page: m Here you can see the changes: m The code is mostly just a clash of the MPU6050 and AK8975 code, but it gets the work done. We had a brief look at the additional computing features of the sensorclust...