Pedestal controller for a weather radar.
Write about 1-2 paragraphs describing the purpose of your project.
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.
libraries used in the framework arduino-cli with stm32duino_core 1.9.0.
- decompress libraries.zip in the folder libraries
open readme here
-
Install broker mosquitto 1.6.x.
-
deactivate firewall or add new rule into firewall (port 1883).
-
activate the service mosquitto.
warning! if you install mosquitto 2.x.x you have modified mosquitto.conf
- add the next words into file mosquitto.conf
listener 1883 allow_anonymous true
- restart the services for surting effect the modified
windows+r => services.msc restart mosquitto
click here for more information.
- install python 3.9
- install the requirements
pip install -r libraries/software/requirements.txt
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.
Explain how to run the automated tests for this system.
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add notes about how to use the system.
Add additional notes about how to deploy this on a live system.
- @kylelobo - Idea & Initial work
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References