Search found 160 matches

by LuFa
Fri Feb 10, 2012 11:11 am
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

Hi Mahowik ,

I have download your .zip folder ;)
But in your code are any parts commented out , should it work without ? or is need to put it in the code ?

works your code only with arduino mega or also with Mini Pro ?
by LuFa
Thu Feb 09, 2012 11:14 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

have anyere a idear how to switch between SonarAlt and BaroAlt automaticly ?

sorry for my english :oops:
by LuFa
Thu Feb 09, 2012 3:55 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

sounds greate :)

i have try to run your ATTinySonarI2C on a arduino mini pro , did you can chanche your code for it ??
by LuFa
Mon Feb 06, 2012 11:40 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

ok ,

Is the code for the Multiwii Flight Software also ready ?

i cant wait to test it :D
by LuFa
Mon Feb 06, 2012 4:54 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

Sorry, i thought i joined the zip.... dependency: TinyWire (attiny implementation of USI/TWI) Arduino ATTiny (arduino core for attiny) You may find "smartDigitalWrite" in code, it's just digitalWrite but without PWM check (size issue for me in attiny2313) i2c address is arbitrary, you can...
by LuFa
Sat Feb 04, 2012 5:34 pm
Forum: Software development
Topic: dev MultiWii_dev_20120203 test
Replies: 33
Views: 12572

Re: dev MultiWii_dev_20120203 test

what is chanche in the newest dev =?
by LuFa
Sat Feb 04, 2012 5:18 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887966

Re: GPS integration

cool , thanks ;)

But it does not juse the Position Hold function from EOSBANDI .....

But for now its good for testing
by LuFa
Sat Feb 04, 2012 4:59 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

no answer :(
by LuFa
Sat Feb 04, 2012 4:20 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887966

Re: GPS integration

today i have test the EOSBANDI Code . It works great , but the home position is not realy set at the homeposition , because after the first fix , the gps drift around 50m away to the real position . So my question is , how can i juse position hold function from the EOSBANDI code ? I think its the be...
by LuFa
Fri Jan 27, 2012 7:59 pm
Forum: Ideas
Topic: Attemp to integrate sonar (ultrasonic sensor)
Replies: 265
Views: 225954

Re: Attemp to integrate sonar (ultrasonic sensor)

Good news! Sonar driver works now! Cycle time is ok also. Thanks to Sir Alex from megapirateng project m #if defined(DYP_ME007) // setup pins and variables for DYP-ME007 sonar device void Sonar_init() { // Sonar INIT //======================= //The smaller altitude then lower the cycle time //cli()...