Skip to content

modification for the Neptune RF Amplifier 100W with automatic band switch, fix the SSB issue

Notifications You must be signed in to change notification settings

dl1bz/NepControl100W

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NepControl for the RF Amplifier Neptune 100W (automatic band switch)

add an WAVESHARE ESP32-S3 Zero to control the amp better and fix the issue "PA switched OFF because faulty frequency detection" in mode SSB.

The issue isn't a really issue (PA switched immediately back to OFF/bypass if using mode SSB) - is a decision of the manufacturers device firmware design to protect the LPF against wrong band selection. For me this firmware design in it's form is not acceptable, because it continually breaks the normal use of this PA in mode SSB and in my case if running FT8 too.

My solution to bring back the PA to a usable condition: I take the control over the main control signals like BIAS on/off and RX/TX relais with my own ESP32 controller and changed PA switch logic, which fix this "issue" completly. The "issue" is gone after my mod.
Additional I replace with this modification the automatic band detection through band select with bandvoltage output from the Hermes-Lite 2.
That means, you LOST the original automatic band selection through the frequency detection. But with bandvoltage as option an automatic band select is back again.

All code refers to my schematic. You need to look in for understand all.

Webdashboard as option

I implement Wifi and a webserver with websockets for show the status of the amp in a webbrowser as an option.
Default this option is deactivated. If you want to use it, you need change in NepControl100W.ino this: // #define DASHBOARD with #define DASHBOARD Don't forget to define your WiFi credentials in the <config.h>

Requirements

  • the code was developed with the Arduino IDE 2.x and the additional ESP32 board extensions, you need the .ino file and all .h files in the same folder
  • the config.h is the central project configuration file, look in for changes if needed
  • all is tested only with a WAVESHARE ESP32-S3 Zero
  • for programming this ESP32-S3 Zero look in the Wiki at WAVESHAREs website, there are some special features to consider
  • you know how to work with the Arduino IDE & install additional libraries
  • you can read and understand schematics

Agreement

If you want to use my mod, you confirm the following:
No guarantee, no warranty !
You do all at your own risk !
You know, what you do and why !
Only for use in amateur radio, because you need to be a licensed hamradio operator !
This code is free for personal use, but commercial use is not allowed !

About

modification for the Neptune RF Amplifier 100W with automatic band switch, fix the SSB issue

Topics

Resources

Stars

Watchers

Forks