/DSA_pedestal

pedestal for Jicamarca radio Observatory

Primary LanguageC++

Project logo

Pedestal Controller

Status GitHub Issues GitHub Pull Requests License


Pedestal controller for a weather radar.

📝 Table of Contents

🧐 About


Write about 1-2 paragraphs describing the purpose of your project.

🏁 Getting Started


These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites


Firmware

- libraries

libraries used in the framework arduino-cli with stm32duino_core 1.9.0.

  1. decompress libraries.zip in the folder libraries

open readme here

Software

- broker

  1. Install broker mosquitto 1.6.x.

  2. deactivate firewall or add new rule into firewall (port 1883).

  3. activate the service mosquitto.

warning! if you install mosquitto 2.x.x you have modified mosquitto.conf

  1. add the next words into file mosquitto.conf
listener 1883
allow_anonymous true 
  1. restart the services for surting effect the modified
windows+r => services.msc
restart mosquitto

click here for more information.

- python requirements

  1. install python 3.9
  2. install the requirements
pip install -r libraries/software/requirements.txt

Installing

A step by step series of examples that tell you how to get a development env running.

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo.

🔧 Running the tests

Explain how to run the automated tests for this system.

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

🎈 Usage

Add notes about how to use the system.

🚀 Deployment

Add additional notes about how to deploy this on a live system.

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References