Schlagwort: LCD

  • Magic 8 Ball – Arduino Kit Example

    Magic 8 Ball – Arduino Kit Example

    The Arduino Starter Kit comes with many examples for beginners. The associated code is included on the Arduino IDE. To open the code on the Arduino IDE, go to: File→ Examples→ 10.StarterKit_BasicKit → … and choose the example you want to work on. For this example we’ve modified the code for the Crystal Ball: The…

  • LCD-Keypad_Menu to obtain capacitance value

    LCD-Keypad_Menu to obtain capacitance value

    The idea for this project is to simulate the signals going to the relays that activate a capacitance bank. I am using an Arduino DUE and the Adafruit-LCD-Keypad_Board (with I2C). The Arduino receives two inputs: the inductance value L that will be used and the desired resonance frequency f. The Arduino calculates the capacitance value…