Skip to content

jonasnic/NordpoolToProfibus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NordpoolToProfibus

Simple application for getting electricity prices to any SCADA system

Introduction

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.

Technologies

the NordpoolToProfibus application uses different hardware and open source projects to work properly:

Hardware

Software

  • 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.

Launch

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • C 1.0%