Search found 2 matches

by kasiviswanadh
Fri Jun 12, 2015 4:02 am
Forum: Software development
Topic: Sonar HC-SR04 Support now implemented in MW2.4
Replies: 102
Views: 73472

Re: Sonar HC-SR04 Support now implemented in MW2.4

hi jayson ,i made small changes to your code to work in atmega328(crius se 2.5) #pragma region GENERIC SONAR SUPPORT #if defined(SONAR_GENERIC_ECHOPULSE) #define SONAR_GEP_TriggerPin SONAR_GENERIC_TRIGGER_PIN #define SONAR_GEP_TriggerPin_PINMODE_OUT pinMode(SONAR_GEP_TriggerPin,OUTPUT); #define SONA...
by kasiviswanadh
Thu Jun 11, 2015 9:21 am
Forum: Software development
Topic: MultiWii 2.3 with HC-SR04 Sonar Module
Replies: 6
Views: 4082

Re: MultiWii 2.3 with HC-SR04 Sonar Module

hi jayson .have you implemented sonar on multiwii with simple echo trigger hc-sr04 ? why are you connecting the normal sonar to i2c bus , it disturbs the other devices.