Author Topic: Converting MoteinoMega Trace Ant to Wire or Helical  (Read 612 times)

mfuller0

  • NewMember
  • *
  • Posts: 1
Converting MoteinoMega Trace Ant to Wire or Helical
« on: July 03, 2020, 06:05:14 PM »
I am using the MoteinoMega Trace Ant in an outdoor project and I want to see if I can improve the range by switching from trace antenna to wire or Helical antenna. 

1.What changes do I need to make to the board? 
2.Remove capacitor that connects ANT pad to trace Antenna? 
3.Do other capacitors need to be removed? 
4.Any other HW changes?


As reference, the following is in my code:
#define IS_RFM69HW_HCW 
#define ENABLE_ATC   
#define ATC_RSSI  -80

#ifdef ENABLE_ATC
  RFM69_ATC radio;
#else
  RFM69 radio;
#endif

#ifdef IS_RFM69HW_HCW
  radio.setHighPower();
#endif

#ifdef ENABLE_ATC
  radio.enableAutoPower(ATC_RSSI);
#endif

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: Converting MoteinoMega Trace Ant to Wire or Helical
« Reply #1 on: July 06, 2020, 11:09:01 AM »
You just need to remove the capacitor you mention in Q #2.
ATC RSSI could be at -90