Radio and Wireless communication has always amazed me since I was a kid. We can not imagine our life without relying on wireless communication in current date. Be it WiFi or Cellular connectivity, almost everything rely a lot on Wireless Communication. The Wireless Technology has developed a lot since its inception. One of the interesting technology is LoRa, which stands for Long Range.

Although communication with satellite is nothing new. My friend Martin from U.K. (Call Sign G0PYB) is doing it since ages. The LoRa communication using satellite is something new and interesting. The LoRa communication requires much less power and have long range compared to other wireless protocols. With launch of many Cubesats (basically small satellites) in LEO (Low Earth Orbit), for educational and scientific purpose, anyone with access to basic hardware can access to LoRa communication using Satellite.

Interestingly, at the time of writing, there is one project named TinyGS, which will help you to get started with it. As per their website:

“Initially TinyGS was born under the name ESP32 Fossa Groundstation, it was developed as a “weekend” project for the FossaSAT-1 LoRa satellite. We are passionate about space and created this project to be able to track and use the satellites and to learn and experiment about radio. Currently the network is open to any LoRa satellite and we also support other flying objects that have a compatible radio modulation with our hardware such as FSK, GFSK, MSK, GMSK, LoRa and OOK. And the project was renamed to TinyGS.”

There is very helpful community on Telegram (https://t.me/joinchat/DmYSElZahiJGwHX6jCzB3Q) where people are very helpful to get started with the TinyGS Project. The recommended hardware are listed at wiki page of TinyGS i.e. at https://github.com/G4lile0/tinyGS/wiki#hardware

This post is all about getting started with TinyGS project with very basic hardware in a budget friendly manner. Please note that connecting to OLED display is optional. To get started you would need the following Bill of Material (BOM):

1) ESP32 Dev Kit

2) RA02 LoRa Module (433MHz)

3) Wires (for soldering)

4) Coaxial Cable (For making antenna)

5) u.fl Connector with Wire (To connect RA02 module with Antenna)

6) OLED 128x64(Optional)

7) RA02 plate board(Optional)

Solder the wires in following manner

RA02 Connection.

In case wiring RA02 seems hard, you can use plate board and solder RA02 to the board. It will give you better 2.54mm pitch for soldering. I didn’t had that plate board hence used ESP8266 Plate Board after removing all resistors and capacitors from it.

SL. No.RA02 LoRa ModuleESP32
1.GNDGND
2.MISO19
3.MOSI27
4.SCK5
5.NSS18
6.DIO2Not Connected
7.DIO133
8.DIO026
9.3.3v3.3v
10.DIO4Not Connected
11.RST14
12.DIO5Not Connected

OLED Connection

SL. No.OLED ModuleESP32
1.GNDGND
2.Vcc3.3v
3.SCL22
4.SDA21

For antenna, we will make a Bazooka Dipole. To make a bazooka dipole, use following images as a guide on how to cut and strip. You can use any of these two design suggestion as both of them worked without any problem. Alternatively check out other Antenna suggestions at TinyGS Wiki (https://github.com/G4lile0/tinyGS/wiki/Antenna). Make sure to join the u.fl. wire end to bazooka dipole. If possible solder it for better connection and less losses. Use 34cm length, as we are going to track satellite around 433MHz.


Bazooka Dipole design that I’ve used

Bazooka Dipole Design for better performance.

Once soldering is done, Follow Quick Started guide at TinyGS Wiki (https://github.com/G4lile0/tinyGS/wiki/Quick-Start)

After flashing successfully, configure the board as guided in quick started page, and select device as 433 Mhz TTGO LoRA 32 v2. Now that device is configured properly, you can now connect u.fl connector to RA02 Board. Place the antenna in open sky to receive the packets from Satellite using LoRa.

Special Thanks :

1) @Kreatif for Antenna suggestion https://github.com/G4lile0/tinyGS/wiki/Antenna and time to time resolving my questions.

2) G0PYB (Martin, U.K.) to help me out wiring for RA02 with ESP32 Dev Kit, time to time suggestion on improvements in antenna design and suggestion for this post.

Deployment Pics

Soldering RA02 Module on ESP8266 Plate

RA02 after soldering to ESP8266 Plate.

ESP32 and RA02 connected.

Side View of Bird Inspecting the Antenna

Front View with Bird inspecting antenna