Apps over I2C - htotoo/ESP32-Portapack GitHub Wiki

If you connect your module via I2C, you'll get new apps in the menu.

There is a list in the Debug / Ext Module app, what apps the module provides.

You'll need to use at least the 2024-10-22 nightly build to use this function on your H4.

SatTrack

This is in UTILITIES / SatTrack

With this app, you can check where is the selected satellite at currently. Like what it the elevation / azimuth of NOAA 19.

If you got a GPS module, it'll provide your current location for the app. If don't, or there is no GPS signal, you can set your position manually. After setting the values, press the "Send GPS" button.

The ESP will download TLE (satellite database) from internet on every startup if it is connected to a Wifi that has internet.

The ESP can update it's time from GPS or over the internet. But it is necessary to get correct results.

The app will also show "DBT" field, that means what it the selected satellite's last TLD data. Should be within 1-2 days. If not, let ESP reach the internet.

TIR

This is in TX/ TIR

Experimental IR rx / tx

Wifi settings

This is in Settings / Wifi settings

To control your ESP32PP's Wifi. (set AP mode + Sta mode ssid + pass)

ESP Manager

This is in Settings / ESP Manager

With this option you can set your ESP into 'Airplane mode', to stop any Wifi / BT radiation. Useful when you want to use the PortaX within the 2.4ghz range.