Satellite dish positioner with Diseqc and wifi

Published Oct 31, 2021
 4 hours to build
 Advanced

The satellite positioner stores the position of the satellites in memory and allows you to move the dish to the desired satellite when you change the satellite channel. The advantage of this device is the possibility of controlling and setting the positioner via Wi-Fi.

display image

Components Used

LED 3mm
LED 3mm
1
LM317 Linear Voltage Regulators 1.2-37V Adj Positive 1.5 Amp
LM317 Linear Voltage Regulators 1.2-37V Adj Positive 1.5 Amp
1
PC817 Optocoupler
PC817 Optocoupler
2
Diode 1N400x
Diode 1N400x
7
1N4148 Diode
1N4148 Diode
3
ESP8266 WiFi Module
ESP8266 is a system on chip (SoC) which provides WIFI capability for embedded applications. This enables internet connectivity to embedded applications. ESP8266 modules are mostly used in Internet of Things(IoT) applications.
1
3.3V Voltage Regulator AMS1117
LDO Voltage Regulators 1A,Pos Fix Vltg LDO Linear Reg
1
DC Barrel Jack
DC Barrel Jack
2
BC817 Bipolar Transistor
Bipolar Transistors - BJT SOT23,NPN,0.8A,45V,G enPur
3
W25Q16 NOR Flash
NOR Flash spiFlash, 3V, 16M-bit, 4Kb Uniform Sector
1
26MHz Crystal
Crystals 26MHz 13pF -20C 70C
1
General Purpose Relays 12V 7A
General Purpose Relays 7A, General Purpose Relay
2
Terminal Blocks 2 POS 3.5mm
Fixed Terminal Blocks PT 1.5/2-3.5H 2POS HRZ 3.5mm SCREW
3
Description

 

New update:
New design board with ESP-12f module was added in the attachments section.

 

With the advancement of smart home appliances and the increasing use of them in today's human life, I thought it would be interesting to design a device that most of us have at home, that in this new design can be used like a smart device

So I chose the satellite dish positioner, its main function is to store the position of the satellites in memory and the ability to move to the satellite requested from the receiver.

Now, in this project, I tried to design a board that, in addition to the main task of the positioner, is connected to the network and can be setup and controlled through the network.

 

With this project, we will learn how to use the ESP chip and build a smart device instead of using the Wi-Fi module. In the source code section, we will learn to create the library we need and create the required classes according to the project objectives.

We connect to the board (web server) and that means sending http requests, so we will learn to create libraries that display web pages and use Ajax on the web page to instantly display the counter without refreshing the web page.

 

hardware

The main part of the board is the use of the ESP8266EX chip. It's a SoC (System on Chip), with IoT (Internet of Things) and deep sleep capabilities. The ESP Controllers from Espressif are becoming a widely popular choice for IoT based designs.

I did not use the ESP8266 module and tried to design with the ESP8266EX hardware design guide at the chip level on the PCB.

The board consists of several main parts, which include:

  1. DiSEqC Detector
  2. Motor driver which includes two relays, transistor and optocoupler
  3. Dish motor sensor counter detection
  4. ESP8266EX chip that: DiSEqC data processing and according to DiSEqC commands performs the relevant function. (Save satellite position - start the motor - stop the motor, etc.). Connect the board to the Wi-Fi network
  5. 24 to 12 V regulator and 3.3 V regulator that supplies power to different parts of the board

 

Note: The board requires a 24 volt 2 amp adapter.

 

Electronic circuit diagram

  • MOTOR Driver circuit diagram

The motor driver consists of two relays, a transistor and an optocoupler. Two relay pins are used that turn the motor in two different directions. 

MOT- and MOT + are connected to the motor.

 

  • DiSEqC circuit diagram

The figure below shows a basic receive-only circuit (i.e. with no reply facility), as might be used in a Low Noise Block (LNB) or Switcher.

The Intermediate Frequency (about 1 - 2 GHz) on the coaxial cable (downlead) is isolated from the Slave’s circuitry by a track on the Printed Circuit Board which is a quarter-wavelength long and “shorted” by a capacitor of typically 100pF. The nominal 650 mV., 22 kHz tone on the bus is amplified by the transistor to drive the ‘TTL level’ input (DIN) of the microcontroller.

The component values shown have been chosen so that the Slave does not respond to signals below about 300 mV. This can be beneficial because some LNBs are known to inject spurious noise or oscillations onto the cable, and devices such as Positioners may put an undulating power drain on the bus. However, some designers may prefer to use somewhat higher gain amplification to improve reception in conditions where an excessively high capacitive load is present on the bus.

 

  • Reed relay sensor circuit diagram

 

Printed circuit board (PCB)

To build this project, you must first prepare the board. Print and assemble the schematic and pcb files attached at the end of this post, then we will upload the firmware to the hardware.

 

 

 

After completing the hardware, you must open the source code file of the project on arduino and upload the firmware on the hardware.

 

Note: The upload is done for the first time through the serial port, and to do this, you must connect the USB to serial to the boot pads on the board (shown in the figure below) and for the next time, the firmware can be uploaded through the Wi-Fi network. 

 

Source code

The program code is written with the Arduino framework and in the PlatformIO ecosystem. PlatformIO is an open source ecosystem for IoT development with a cross-platform build system, a library manager, and full support for Espressif (ESP8266) development.

 Several new libraries have been used for this project, which I have written myself, including libraries:

  • Diseqc.h
  • Positioner.h
  • wificonfig.h
  • EEPROM_ADD.h

We connect to the board (web server) and that means sending http requests, so we create libraries that display web pages and use Ajax on the web page to instantly display the counter without refreshing the web page. libraries written for the web page include:

  • index.h
  • wificonfigPage.h

 

After completing the hardware and uploading the firmware on the hardware, it is time to run and test.

For the preliminary test, all you have to do is turn on the board and connect to it via Wi-Fi. With this test, you can evaluate the Wi-Fi connection and control relays to change the direction of the motor.

To do this, we need a 24-volt adapter to turn on the board.

 

Run and test

In the next step, after turning on the board, refer to the Wi-Fi section of your phone. Positioner must be added to the Wi-Fi list. Select it. The default Wi-Fi password of the device is 12345678.

192.168.4.1 Scan QR code to open link

When you have successfully connected to the device Wi-Fi, scan the above QR code to open the address 192.168.4.1 in the browser to open the device settings page. First, you need a username and password to enter the setup page.

 

The default username and password is "admin". Enter it in both boxes and sign in.

 

In the setup page, with the WEST - STOP - EAST buttons, you can start the dish motor to move. Below it is a counter that changes with the movement of the dish motor.

At this point, just touch the buttons to activate the relays on the board.

In the complete testing phase, the DiSEqC detector part is evaluated. The correct way to connect the board is shown in the figure below. Make sure the device is turned off before connecting.

 

Now, go to the settings of Motor DiSEqC with the remote control of the receiver and select west or east there. The drive motor must start moving when selecting west and east.

 

github link: https://github.com/mehdi-adham/Arduino-Satellite-positioner-with-DisEqC-and-Wifi

 

Here are three videos on how to connect the positioner to the dish motor and receiver and test with Wi-Fi and remote control.

 

Test with WiFi and remote control

 

 

How to connect positioner to motor and receiver

Codes

Downloads

ESP8266EX-SchDoc Download
Satellite dish positioner-ShcDoc Download
Satellite dish positioner board 3D Download
Boadrs files Download
New Boadrs files ESP-12 module Download
Comments
Ad