Skip to content

wuxx/Look4Sat-AntRunner-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look4Sat-AntRunner-Controller

Introduce

This project works as a component of my AntRunner project to control my rotator wirelessly through the Look4Sat. Of course, if you have your own rotator that needs wireless control, this project should be helpful.

top bottom all-in-one

How to Use

Config the WiFi

Plug in the module on the AntRunner control board. After powering, a wifi hotspot called esp32 will appear. Click it to connect to this wifi hotspot (no password required).
connect-to-esp32c3-softap

Then enter 10.10.10.1 in the browser to enter the operation background, select your wifi AP to connect. then the module will connect it in STA mode. After the connection is completed, you need to get the IP address, get it in the background of your WiFi AP or check the module's serial port output log.
connect-to-wifi

Config the Look4Sat

Open the configuration interface of Look4Sat, just fill in the IP address of module, and then the entire system can start working.
look4sat-config

You can get the status of the current module by checking the LED lights. The details are as follows

LED Status

LED Description
Red light blink slowly Connecting to wifi
Blue light always on WiFi is connected
Green light always on A connection has been established with Look4Sat
Green light blink quickly Look4Sat is sending control commands

Look4Sat Usage

The use of look4sat is very simple, just select a satellite entry and enter, look4sat will start sending control commands to the controller.
satelite-select satelite-track

How to Compile

the source code is compiled under esp-idf v5.1

$cd Look4Sat-AntRunner-Controller/software/
$cd ~/esp-idf && . ./export.sh && cd -
$idf.py set-target esp32c3
$idf.py build
$idf.py flash monitor

Reference

About

Use Look4Sat to control my AntRunner rotator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published