User Tools

Site Tools


tranceivers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tranceivers [2012/01/23 18:42] memeruiztranceivers [2012/03/03 22:37] memeruiz
Line 53: Line 53:
 The FrSky telemetry module has a rs232 port on the back. This port has RS232 voltage levels (~12V), which is incompatible with the AVR microcontroller inside the 9x. We need to make a level converter. We could use a maxim 232 IC to do this but in several places in internet is not recommended because it requires you to disconnect this converter while you are programming the AVR. Instead we follow the guide here : http://code.google.com/p/gruvin9x/wiki/FrskyInterfacing . With this circuit everything works fine! Also, it's compatible with er9x firmware. The FrSky telemetry module has a rs232 port on the back. This port has RS232 voltage levels (~12V), which is incompatible with the AVR microcontroller inside the 9x. We need to make a level converter. We could use a maxim 232 IC to do this but in several places in internet is not recommended because it requires you to disconnect this converter while you are programming the AVR. Instead we follow the guide here : http://code.google.com/p/gruvin9x/wiki/FrskyInterfacing . With this circuit everything works fine! Also, it's compatible with er9x firmware.
  
 +===== Compile er9x =====
 +
 +To compile with frsky mods and without the templates and heli menus:
 +
 +  make EXT=FRSKY TEMPLATES=NO HELI=NO
 +
 +Then use eepe to upload flash and eeprom
 +
 +===== Radio Communication Library =====
 +
 +http://uracoli.nongnu.org/
tranceivers.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1