Emile666 / Nixie_Board

Arduino Nano firmware for Nixie_PCB
0 stars 0 forks source link

Use digits on IR remote to display sensor values #5

Open Emile666 opened 8 years ago

Emile666 commented 8 years ago

By pressing a digit on the IR-remote, the various sensor values are displayed for 5 seconds on the Nixies.

Extend the function std_cmd() with new states (and remove the setting of time and date, since we use the USB-RS232 terminal for this) and add a variable display_what with the various bits defining what to display.

Use this variable in the function display_task() to display the required sensor value for 5 seconds.

xlentelectronics commented 8 years ago

Epic is clear to me. I think it is not such a good idea to disable the set time & date functionality via the IR. you are than always dependable to have a comuter available with a terminal emualtor to set time & date.