etemu / wilssen

Wireless / Wind Logging System for Sourcing ENergy - "Wilssen" is a modular controller for e.g. a wind turbine, it monitors all parameters like phase voltage and efficiency when the wind turbine is generating power.
6 stars 2 forks source link

Define the values which will be sent and visualized #26

Closed l3kn closed 11 years ago

l3kn commented 11 years ago

In order to implement NRF24 communication, logging and visualizing functions its necessary to list the values which need to be handled, their expected ranges and how they should be mapped. Maybe like this:

wind_speed(0..1024) -> 0..20 m/s battery_level(0..255) -> 0..100%

etemu commented 11 years ago

Please use temporary values/variable dimensions as placeholders and define the values yourself as far as you can.