I have a TTGO T Beam board v1.2 which is equipped with a GPS module. Is there any guidelines about how to add modules to the code
You can take a look here:
One gateway, many technologies: MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora / mi jia / LYWSD02/ Mi Scale compatibility, SMS & LORA.
And refer to this addition as an example:
1technophile:development
← diepeterpan:temt600-d1-final
opened 04:16AM - 18 Mar 23 UTC
## Description:
Added Temt6000 light sensor module using a d1 mini
![image](… https://user-images.githubusercontent.com/15066052/226084328-5be56d61-d968-47f3-b177-ce441579fe75.png)
![image](https://user-images.githubusercontent.com/15066052/226084332-8f3c4778-d649-44f4-8a9a-c6f7922d0a36.png)
![image](https://user-images.githubusercontent.com/15066052/226084342-39c60a0e-7704-4aac-b3de-18b527900557.png)
## Checklist:
- [x] The pull request is done against the latest development branch
- [x] Only one feature/fix was added per PR and the code change compiles without warnings
- [x] I accept the [DCO](https://github.com/1technophile/OpenMQTTGateway/blob/development/docs/participate/development.md#developer-certificate-of-origin).
What is the use case of adding a GPS ?
I am working on a LORA location-tracking project and I want use the TTGO T-Beam board as a portable station that can be used to track other LORA end nodes. I know it’s not the best approach but it’s just for demonstration purposes in a graduation project.