Giter Site home page Giter Site logo

arduino-shield-lcd1602-keypad-menu's Introduction

Arduino UNO Shield LCD1602 Keypad Menu

ARDUINO IDE 2.0.3 mit Arduino UNO

Das habe ich mal zum Test schnell zusammen kopiert. Aber heilige Scheisse, die Arduino IDE ist Müll, mehr als ein Blinklicht will man da nicht mit machen.

Anleitung Ubuntu

#ADB ANDROID IDE Fehler
error: insufficient permissions for device: user in plugdev group; are your udev rules wrong?
See [http://developer.android.com/tools/device.html] for more information
$ lsusb
Bus 001 Device 019: ID 2e04:c008
pluma /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2e04", ATTR{idProduct}=="c008", MODE="0666", GROUP="plugdev"
sudo udevadm control --reload-rules
adb kill-server
adb devices
#kleiner Fehler beheben
#"exec: "python": executable file not found in $PATH
sudo ln -s /usr/bin/python3 /usr/bin/python
#Arduino download
wget https://downloads.arduino.cc/arduino-ide/arduino-ide_2.0.3_Linux_64bit.AppImage
mv arduino-ide_2.0.3_Linux_64bit.AppImage ~/Schreibtisch
chmod u+x ~/Schreibtisch/arduino-ide_2.0.3_Linux_64bit.AppImage
~/Schreibtisch/arduino-ide_2.0.3_Linux_64bit.AppImage & disown
Menü -> File -> Preferences -> Language -> English
Menü -> File -> Preferences -> Show verbose output during compile und upload -> check
Menü -> File -> Preferences -> Compiler warnings -> Default
Menü -> File -> Preferences -> OK
Tools -> Board -> Bord Manager -> Arduino Uno
Tools -> Port -> /dev/ttyACM0 auswählen -> OK
#Weitere Libs installieren
Libary Manager -> Suchen und Installieren -> "LiquidCrystal by Adafruit" -> INSTALL ALL
Libary Manager -> Suchen und Installieren -> "LCDMenuLib2 by Niles Feldkämper" -> INSTALL ALL
Libary Manager -> Suchen und Installieren -> "DHT sensor libary by Adafruit" -> INSTALL ALL
Libary Manager -> Suchen und Installieren -> "Analog Buttons by AgileWare" -> INSTALL ALL

arduino-shield-lcd1602-keypad-menu's People

Contributors

ottomeister avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.