-
Updated
Nov 9, 2020 - C++
attiny
Here are 171 public repositories matching this topic...
-
Updated
Oct 5, 2020 - C++
-
Updated
Nov 5, 2020 - C
-
Updated
Nov 1, 2020 - C++
-
Updated
May 18, 2018 - C++
-
Updated
Nov 11, 2020 - C++
-
Updated
Nov 11, 2020 - C++
-
Updated
Nov 11, 2020 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Nov 10, 2020 - HTML
-
Updated
Jul 22, 2020 - C
-
Updated
Sep 25, 2020 - C++
-
Updated
May 23, 2020 - C++
-
Updated
Jul 8, 2017 - Python
-
Updated
Jul 2, 2020 - C++
Description
As an facilities manager I want to be able to see what is the temperature around each INS-node so to be able to adjust the heating or cooling accordingly.
Definition of Done
- The INS server is able to receive POST requests with the temperature readings from the INS-nodes. The request should be formulated as
http://localhost:9080/set_temperature/id/temperaturewhere the te
Improve this page
Add a description, image, and links to the attiny topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the attiny topic, visit your repo's landing page and select "manage topics."
I have 10 bit input data like this
const double inputs[110][8] = {
{540,131,48,3,0,0,0,0},
{624,167,63,15,0,0,0,0},
{736,224,96,31,0,0,0,0},...
but after learning output is the same for exemple
0.8215888
0.8215888
0.8215888
...
after i divide for 1024 i have data like this
const double inputs[110][8] = {
{0.52734375,0.1279296875,0.046875,0.0029296875,0,0,0,0},
{0.609375,0.1630859375,