For those who has FY-30 as stabilizer and would like to use it as AHI (IMU) for DOSD+
should follow this:
You just need Arduino mini board (or similar with Atmega 328P and should be 3.3v level).
Here I will use ArduIMU (as just converter).
Step by step how to upload firmware (attached file under this post, don't use any firmwares from the link) to ArduIMU here:
viewtopic.php?f=7&t=76
Here is the pinout for FY-30 (AHI output):
Pinout for ArduIMU (My test with it):
Keep in mind about colors here (red is +5v, black - GND, Yellow is rx), make sure you connect correctly to FY-30. Wrong connection will damage FY-30A.
Pinout to DOSD+ is very simple, as GND goes to GND, SCL to SCL, SDA to SDA (just 3 wires).
For powering ArduIMU, I use 5v (from BEC) to ArduIMU 5v and GND same pins powers FY-30:
Thanks to Webe (gytiswb) for the firmware. More updates here:
http://www.rcdreams.lt/projects/fy30a-a ... ahi-sensor
Good luck
Virgis
DragonOSD+ FY-30 (AHI) connections
DragonOSD+ FY-30 (AHI) connections
- Attachments
-
- ArduFY30.rar
- Extract into main Arduino directory as new project (3 files)
- (2.62 KiB) Downloaded 12200 times
Last edited by virgis21 on Sat 12 Nov 12 2011 8:14 am, edited 1 time in total.
Re: DragonOSD+ FY-30 (AHI) connections
For 10Hz refresh rate from FY-30A, must flash new firmware into FY-30A.
Instructions here:
Download attached FY-30A firmware (in the bottom of this post).
Read firmware update manual:
http://shop.fyetech.com/dl/firmwarefy30a.pdf
Firmware update program here:
http://shop.fyetech.com/dl/fy30afirmware1.exe
Enjoy AHI
Virgis
Instructions here:
Download attached FY-30A firmware (in the bottom of this post).
Read firmware update manual:
http://shop.fyetech.com/dl/firmwarefy30a.pdf
Firmware update program here:
http://shop.fyetech.com/dl/fy30afirmware1.exe
Enjoy AHI
Virgis
- Attachments
-
- FY-30A V1.14 固件说明.rar
- FY-30A 1.14 firmware with faster AHI output (10Hz)
- (40.43 KiB) Downloaded 11038 times
Re: DragonOSD+ FY-30 (AHI) connections
Here is the connection using Arduino Mini Pro 3.3v (make sure you get 3.3v for this task, 5v isn't suitable).
Firmware for Arduino Mini Pro will be posted latter. Since it is 8Mhz mcu. Needs higher boudrates (38400 in place of 19200 as it was ArduIMU).
Pinout for Arduino Mini Pro:
Connected to DOSD and FY-30A:
Thanks to Webe again
Virgis
Firmware for Arduino Mini Pro will be posted latter. Since it is 8Mhz mcu. Needs higher boudrates (38400 in place of 19200 as it was ArduIMU).
Pinout for Arduino Mini Pro:
Connected to DOSD and FY-30A:
Thanks to Webe again
Virgis
Re: DragonOSD+ FY-30 (AHI) connections
Here the firmware for Arduino Mini Pro (only for 3.3v version, 8Mhz)
Firmware is the same as for ArduIMU, but has boudrate 38400 in place of 19200, because Arduino Mini works in 8Mhz frequency..
Virgis
Firmware is the same as for ArduIMU, but has boudrate 38400 in place of 19200, because Arduino Mini works in 8Mhz frequency..
Virgis
- Attachments
-
- ardufy30.rar
- (3.03 KiB) Downloaded 10287 times
Re: DragonOSD+ FY-30 (AHI) connections
Is either better ArduIMU or FY-30A?
The main differences are:
ArduIMU gives faster AHI draw (faster data flow, very faster )
ArduIMU doesn't need any extra devices to connect it.
ArduIMU isn't available as v2, v3 is out, but is there a suitable firmware?
ArduIMU DRIFTS VERY BADLY!
FY-30:
almost no drift.
need extra arduino or other atmel to make UART - > I2C convert.
lower refresh rates - 10Hz.
FY-30 sample:
http://vimeo.com/31207276
ArduIMU sample (this was the best setup and minimum drift I got :
http://vimeo.com/13187590
Those samples could give some ideas
Virgis
The main differences are:
ArduIMU gives faster AHI draw (faster data flow, very faster )
ArduIMU doesn't need any extra devices to connect it.
ArduIMU isn't available as v2, v3 is out, but is there a suitable firmware?
ArduIMU DRIFTS VERY BADLY!
FY-30:
almost no drift.
need extra arduino or other atmel to make UART - > I2C convert.
lower refresh rates - 10Hz.
FY-30 sample:
http://vimeo.com/31207276
ArduIMU sample (this was the best setup and minimum drift I got :
http://vimeo.com/13187590
Those samples could give some ideas
Virgis
Re: DragonOSD+ FY-30 (AHI) connections
Another setup with Arduino Mini pro 3.3v and FY-30A
Virgis
Virgis