This application utilizes Arduino Mega with rs485 shield and ethernet shield to webscrape the REST-API of Nordpool to catch hourely and dayly electricity prices and send it to any SCADA- or PLS- system using Profibus.
the NordpoolToProfibus application uses different hardware and open source projects to work properly:
- Arduino C - Spessilized version of C++ made for programming arduino boards and other microcontrollers.
- ArduinoJson.h - library for easy handling of Json data.
- SPI.h - Serial library.
- Ethernet.h - library for utilizing ethernet communication and sending/receive HTTP querys.
TODO:
How to run a project? Does a project has minimum hardware requirements?
"We mentioned the libraries and their versions earlier. If necessary, technologies, launch, and hardware requirements can be merged together. But if we split it into two subsections, it's worth to focus here specifically on launching a project. When we have a website or application, it can concerned setting up a local environment, a link to GitHub pages or deployed application on Heroku. Do we need input data? If so, in what format?"
Reference to Readme guide -How to write a good readme for your github project.