21st Century Learning and Teaching
585.9K views | +5 today
Follow
21st Century Learning and Teaching
Related articles to 21st Century Learning and Teaching as also tools...
Curated by Gust MEES
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'LCD'. Clear
Scooped by Gust MEES
Scoop.it!

Tutorial 11 - Text and custom symbols LCD  on an I2C display

Tutorial 11 - Text and custom symbols LCD  on an I2C display | 21st Century Learning and Teaching | Scoop.it

In this Arduino tutorial for beginners you learn how to display text and custom symbols on an I2C LCD display.

Visit the LCD symbol tool at:

 

https://maxpromer.github.io/LCD-Character-Creator/

 

Learn more / En savoir plus / Mehr erfahren: 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://mikeyancey.com/hamcalc/lcd_characters.php

 

Gust MEES's insight:

 

 

In this Arduino tutorial for beginners you learn how to display text and custom symbols on an I2C LCD display.

Visit the LCD symbol tool at:

 

https://maxpromer.github.io/LCD-Character-Creator/

 

Learn more / En savoir plus / Mehr erfahren: 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://mikeyancey.com/hamcalc/lcd_characters.php

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO | Maker, MakerED, Maker-Spaces, Coding | Useful Tips | I2C LCD-Display Errors Solving

First Steps with the Arduino-UNO | Maker, MakerED, Maker-Spaces, Coding | Useful Tips | I2C LCD-Display Errors Solving | 21st Century Learning and Teaching | Scoop.it

LCD-Display Errors Solving WHO doesn't have that error already with LCD-Displays: Once uploaded (compiling) the code to the Arduino IDE there could be some errors happening, it happens to me… 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Coding

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

Gust MEES's insight:

LCD-Display Errors Solving WHO doesn't have that error already with LCD-Displays: Once uploaded (compiling) the code to the Arduino IDE there could be some errors happening, it happens to me… 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Coding

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Tipp zum Artikel "Umlaute auf LCD" | #Coding #Maker #MakerED #MakerSpaces #LCD

Tipp zum Artikel "Umlaute auf LCD" | #Coding #Maker #MakerED #MakerSpaces #LCD | 21st Century Learning and Teaching | Scoop.it

Vor einigen Tagen haben wir Ihnen in einem Beitrag gezeigt, wie Sie selbsterstellte Zeichen wie z.B. Umlaute auf einem 1602 oder 2004 LC Display ausgeben können.

Die dort veröffentlichte Zeichentabelle beinhaltet jedoch bereits die Zeichen für "äöüß°µ" und "Ω". Für viele Anwendungen würden diese schon reichen.

Da sich die Tabelle jedoch nicht an den UTF-8 Standard hält, können diese Zeichen nicht ohne weiteres ausgegeben werden.

Über eine sogenannte Escape-Sequenz können wir jedoch den Chip direkt anweisen ein bestimmtes Zeichen auszugeben.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

Gust MEES's insight:

Vor einigen Tagen haben wir Ihnen in einem Beitrag gezeigt, wie Sie selbsterstellte Zeichen wie z.B. Umlaute auf einem 1602 oder 2004 LC Display ausgeben können.

Die dort veröffentlichte Zeichentabelle beinhaltet jedoch bereits die Zeichen für "äöüß°µ" und "Ω". Für viele Anwendungen würden diese schon reichen.

Da sich die Tabelle jedoch nicht an den UTF-8 Standard hält, können diese Zeichen nicht ohne weiteres ausgegeben werden.

Über eine sogenannte Escape-Sequenz können wir jedoch den Chip direkt anweisen ein bestimmtes Zeichen auszugeben.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | I2C LCD Temp./Humidity displaying

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | I2C LCD Temp./Humidity displaying | 21st Century Learning and Teaching | Scoop.it

Displaying Temperature/Humidity on a I2C LCD  We were already playing around, as seen on my tutorials below, with the Temperature/Humidity sensors DHT11, DHT22 and LCD1602, without I2C possibility. There were a lot of cables to connect, we will try out this time to use a LCD with I2C bus connection as it uses less cabling (wiring)!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

Displaying Temperature/Humidity on a I2C LCD  We were already playing around, as seen on my tutorials below, with the Temperature/Humidity sensors DHT11, DHT22 and LCD1602, without I2C possibility. There were a lot of cables to connect, we will try out this time to use a LCD with I2C bus connection as it uses less cabling (wiring)!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | Scrolling text with I2C-LCD1602 

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | Scrolling text with I2C-LCD1602  | 21st Century Learning and Teaching | Scoop.it

Scrolling text with I2C-LCD1602. I was looking for a simple project for beginners, newbies on Coding and MakerED. A looong time ago since we did a project with ONLY four (4) wires, isn't it! Well here is one which is very easy to create, a "Scrolling text on a LCD1602 with "I2C-Bus".

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

Scrolling text with I2C-LCD1602. I was looking for a simple project for beginners, newbies on Coding and MakerED. A looong time ago since we did a project with ONLY four (4) wires, isn't it! Well here is one which is very easy to create, a "Scrolling text on a LCD1602 with "I2C-Bus".

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

How To Use IIC/I2C Serial Interface Module For 1602 LCD Display # #Coding #Maker #MakerED #MakerSpaces

How To Use IIC/I2C Serial Interface Module For 1602 LCD Display # #Coding #Maker #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

This tutorial demonstrates how to use our FC-113 IIC/I2C Serial Interface Adapter Module For 1602 LCD Display.  These serial interface modules simplifies connecting an Arduino to a 1602 Liquid Crystal display using only 4 wires.  This module uses the PCF8574T IC chip.

 

TIP for those WHO bought <===> https://www.amazon.de/dp/B079T1BW6T/  on #Amazon <==> from #AZDelivery: The #I2CAddress which I got delivered was "0x3F" and NOT "0x27, 0x38"!!; Check the I2C Address with this #Sketch <===> https://playground.arduino.cc/Main/I2cScanner  <===> SDA <==> PIN 4 / SCL <==> PIN 5 on Arduino

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

This tutorial demonstrates how to use our FC-113 IIC/I2C Serial Interface Adapter Module For 1602 LCD Display.  These serial interface modules simplifies connecting an Arduino to a 1602 Liquid Crystal display using only 4 wires.  This module uses the PCF8574T IC chip.

 

TIP for those WHO bought <===> https://www.amazon.de/dp/B079T1BW6T/  on #Amazon <==> from #AZDelivery: The #I2CAddress which I got delivered was "0x3F" and NOT "0x27, 0x38"!!; Check the I2C Address with this #Sketch <===> https://playground.arduino.cc/Main/I2cScanner  <===> SDA <==> PIN 4 / SCL <==> PIN 5 on Arduino

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

ukdvla's curator insight, February 1, 2021 9:27 AM

https://www.euglobalservices.com/
Renew Or Update Your Licence - Licence Driving Services
Renew or update your driving licence online, rapid support and SMS notifications. Mobile friendly and lost licence protection, fully legal to drive once approved. Explore Our Services. Check Application Pricing. Multiple Payment Options.
‎Renew Licence · ‎Lost Licence · ‎Change Your Address
https://www.euglobalservices.com/about-us/buy-uk-driving-licence/

Scooped by Gust MEES
Scoop.it!

Graphics Primitives | Adafruit GFX Graphics Library | Adafruit Learning System | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing

Graphics Primitives | Adafruit GFX Graphics Library | Adafruit Learning System | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing | 21st Century Learning and Teaching | Scoop.it

Graphics Primitives by Phillip Burgess
Each device-specific display library will have its own constructors and initialization functions. These are documented in the individual tutorials for each display type, or oftentimes are evident in the specific library header file. The remainder of this tutorial covers the common graphics functions that work the same regardless of the display type.

The function descriptions below are merely prototypes — there’s an assumption that a display object is declared and initialized as needed by the device-specific library. Look at the example code with each library to see it in actual use. For example, where we show print(1234.56), your actual code would place the object name before this, e.g. it might read screen.print(1234.56) (if you have declared your display object with the name screen).

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=OLED

 

Gust MEES's insight:

Graphics Primitives by Phillip Burgess
Each device-specific display library will have its own constructors and initialization functions. These are documented in the individual tutorials for each display type, or oftentimes are evident in the specific library header file. The remainder of this tutorial covers the common graphics functions that work the same regardless of the display type.

The function descriptions below are merely prototypes — there’s an assumption that a display object is declared and initialized as needed by the device-specific library. Look at the example code with each library to see it in actual use. For example, where we show print(1234.56), your actual code would place the object name before this, e.g. it might read screen.print(1234.56) (if you have declared your display object with the name screen).

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=OLED

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

4D Systems | 4D-Workshop-4-IDE | #Coding #Maker #MakerED #MakerSpaces 

Introducing 4D Systems' All New Workshop4 IDE Supports multiple development environments, to cater for different user requirements and skill level. Workshop4 is a comprehensive software IDE for Microsoft Windows that provides an integrated software development platform for all of the 4D family of processors and modules.

 

The IDE combines the Editor, Compiler, Linker and Downloader to develop complete 4DGL application code. All user application code is developed within the Workshop4 IDE. Workshop4 includes four development environments, for the user to choose based on application requirements or even user skill level. Designer This environment enables the user to write 4DGL code in its natural form to program the display module. ViSi - Genie An advanced environment that doesn’t require any 4DGL coding at all, it is all done automatically for you.

 

Simply lay the display out with the objects you want (similar to ViSi), set the events to drive them and the code is written for you automatically. ViSi -Genie provides the latest rapid development experience from 4D Systems. ViSi A visual programming experience that enables drag-and-drop type placement of objects to assist with 4DGL code generation and allows the user to visualise how the display will look while being developed.

 

Serial This environment is also provided to transform the display module into a slave serial display module, allowing the user to control the display from any host microcontroller or device with a serial port. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Visuino+-+Visual+Development+for+Arduino

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=4D+Systems

 

Gust MEES's insight:
Introducing 4D Systems' All New Workshop4 IDE Supports multiple development environments, to cater for different user requirements and skill level. Workshop4 is a comprehensive software IDE for Microsoft Windows that provides an integrated software development platform for all of the 4D family of processors and modules.

 

The IDE combines the Editor, Compiler, Linker and Downloader to develop complete 4DGL application code. All user application code is developed within the Workshop4 IDE. Workshop4 includes four development environments, for the user to choose based on application requirements or even user skill level. Designer This environment enables the user to write 4DGL code in its natural form to program the display module. ViSi - Genie An advanced environment that doesn’t require any 4DGL coding at all, it is all done automatically for you.

 

Simply lay the display out with the objects you want (similar to ViSi), set the events to drive them and the code is written for you automatically. ViSi -Genie provides the latest rapid development experience from 4D Systems. ViSi A visual programming experience that enables drag-and-drop type placement of objects to assist with 4DGL code generation and allows the user to visualise how the display will look while being developed.

 

Serial This environment is also provided to transform the display module into a slave serial display module, allowing the user to control the display from any host microcontroller or device with a serial port. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Visuino+-+Visual+Development+for+Arduino

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=4D+Systems

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

LCD Projects Archives - Use Arduino for Projects | #Maker #MakerED #MakerSpaces #PracTICE #Coding #LEARNingByDoing 

LCD Projects Archives - Use Arduino for Projects | #Maker #MakerED #MakerSpaces #PracTICE #Coding #LEARNingByDoing  | 21st Century Learning and Teaching | Scoop.it

A selection of projects and tutorials with an Arduino and LCD displays...

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

A selection of projects and tutorials with an Arduino and LCD displays...

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Arduino LCD Tutorial | How To Connect an LCD to Arduino | #Maker #MakerED #MakerSpaces #Coding #PracTICE #LEARNingByDoing

Arduino LCD Tutorial | How To Connect an LCD to Arduino | #Maker #MakerED #MakerSpaces #Coding #PracTICE #LEARNingByDoing | 21st Century Learning and Teaching | Scoop.it
In this Arduino LCD Tutorial we will learn how to connect an LCD (Liquid Crystal Display) to the Arduino board. LCDs like these are very popular and broadly used in electronics projects as they are good for displaying information like sensors data from your project, and also they are very cheap.

You can watch the following video or read the written tutorial below.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:
In this Arduino LCD Tutorial we will learn how to connect an LCD (Liquid Crystal Display) to the Arduino board. LCDs like these are very popular and broadly used in electronics projects as they are good for displaying information like sensors data from your project, and also they are very cheap.

You can watch the following video or read the written tutorial below.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Clockie Talkie | Arduino Talking Clock | #Maker #MakerED #MakerSpaces #Coding

Clockie Talkie | Arduino Talking Clock | #Maker #MakerED #MakerSpaces #Coding | 21st Century Learning and Teaching | Scoop.it

The Arduino clock that says it as it sees it. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=RTC+Clock

 

 

Gust MEES's insight:

The Arduino clock that says it as it sees it. 

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/topic/21st-century-learning-and-teaching/?&tag=RTC+Clock

 

 

Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker-Spaces, Coding | LCD1602-I2C | Tips 

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker-Spaces, Coding | LCD1602-I2C | Tips  | 21st Century Learning and Teaching | Scoop.it
LCD1602-I2C isn’t working.

Well, I made some searches on the internet and I found the right answer on a forum about this error, which says that one should scan the I2C Address of the device and replace the “lcd.init();” by “lcd.begin (0x3F,16,2);” whereby “0x3F” is the I2C Address of my LCD1602/I2C module. I scanned to find out the I2C Addess with this sketch, please check here:

https://playground.arduino.cc/Main/I2cScanner

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

Gust MEES's insight:
LCD1602-I2C isn’t working.

Well, I made some searches on the internet and I found the right answer on a forum about this error, which says that one should scan the I2C Address of the device and replace the “lcd.init();” by “lcd.begin (0x3F,16,2);” whereby “0x3F” is the I2C Address of my LCD1602/I2C module. I scanned to find out the I2C Addess with this sketch, please check here:

https://playground.arduino.cc/Main/I2cScanner

 

Learn more / En savoir plus / Mehr erfahren:

 

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Arduino datalogger with SD card, DS3231 and DHT22 sensor

Arduino datalogger with SD card, DS3231 and DHT22 sensor | 21st Century Learning and Teaching | Scoop.it

Arduino datalogger project that logs: date, time, temperature and humidity on SD card. In this project the DS3231 chip will be used to maintain the time as well as the date and the DHT22 sensor to detect the relative humidity and the temperature. Two buttons are used to set time & date and LCD to display all data.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

Gust MEES's insight:

Arduino datalogger project that logs: date, time, temperature and humidity on SD card. In this project the DS3231 chip will be used to maintain the time as well as the date and the DHT22 sensor to detect the relative humidity and the temperature. Two buttons are used to set time & date and LCD to display all data.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the NodeMCU ESP8266 | Maker, MakerED, Coding | Text on I2C-LCD1602 Display written over Web-Page 

First Steps with the NodeMCU ESP8266 | Maker, MakerED, Coding | Text on I2C-LCD1602 Display written over Web-Page  | 21st Century Learning and Teaching | Scoop.it

Text on I2C-LCD1602 Display written over Web-Page Sometimes it might be useful to write a text which should be displayed on a LCD display without any cabling, that is possible to do over your own Wi-Fi network and a NodeMCU ESP8266 module. And the project uses ONLY 4 wires as the LCD1602 gets…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

Text on I2C-LCD1602 Display written over Web-Page Sometimes it might be useful to write a text which should be displayed on a LCD display without any cabling, that is possible to do over your own Wi-Fi network and a NodeMCU ESP8266 module. And the project uses ONLY 4 wires as the LCD1602 gets…

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Gust-MEES

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | RFID RC522 Tag-Card Reader with LCD1602-I2C 

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Coding | RFID RC522 Tag-Card Reader with LCD1602-I2C  | 21st Century Learning and Teaching | Scoop.it

RFID RC522 Tag-Card Reader with LCD1602-I2C - We were already playing around with LCD's in our previous tutorial <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | LCD and Sensors Project <===> but there we used the SPI-Bus, meaning: connecting 12 wires (Potentiometer connections included...)!! With the I2C Bus we need ONLY to connect 4 wires!!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

http://blog.mklec.com/how-to-use-iici2c-serial-interface-module-for-1602-lcd-display/

 

 

Gust MEES's insight:

RFID RC522 Tag-Card Reader with LCD1602-I2C - We were already playing around with LCD's in our previous tutorial <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | LCD and Sensors Project <===> but there we used the SPI-Bus, meaning: connecting 12 wires (Potentiometer connections included...)!! With the I2C Bus we need ONLY to connect 4 wires!!

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=I2C

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=LCD

 

http://blog.mklec.com/how-to-use-iici2c-serial-interface-module-for-1602-lcd-display/

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Sain Smart LCD-Keypad v1.0 Pinout - YouTube | #Coding #Maker #MakerED #MakerSpaces 

I purchased this Arduino LCD-Keypad shield from Amazon and it had terrible documentation. I made this video for anyone else looking for the pinout of this v1.0 board.

Download Data Sheet:

 

https://docs.google.com/file/d/0B4YAsbVrVvjlOG1oZURDNEdSWGc/edit

 

Gust MEES's insight:

I purchased this Arduino LCD-Keypad shield from Amazon and it had terrible documentation. I made this video for anyone else looking for the pinout of this v1.0 board.

Download Data Sheet:

 

https://docs.google.com/file/d/0B4YAsbVrVvjlOG1oZURDNEdSWGc/edit

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

lcd-image-converter download | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing

lcd-image-converter download | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing | 21st Century Learning and Teaching | Scoop.it

This program allows you to create bitmaps and fonts, and transform them to "C" source format for embedded applications.

The transformation of the images to the source code is made by using templates. Therefore, by modifying the templates, you can change the format of the output within certain limits.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

This program allows you to create bitmaps and fonts, and transform them to "C" source format for embedded applications.

The transformation of the images to the source code is made by using templates. Therefore, by modifying the templates, you can change the format of the output within certain limits.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | LCD and Sensors Project

First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Super Starter Kit UNO R3 Project | LCD and Sensors Project | 21st Century Learning and Teaching | Scoop.it

SO, as I got my new Super Starter Kit UNO R3 Project I am playing around a bit with it. In my previous post WE were wiring and testing a LCD-Display and coding to display a bit text on the LCD. That was actually very easy, so lets try out now some “Sensors“, e.g. a Temperature/Humidity Sensor and a Ultrasonic Sensor to measure distances. The measured values of those sensors will get displayed on the LCD-Display.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:

SO, as I got my new Super Starter Kit UNO R3 Project I am playing around a bit with it. In my previous post WE were wiring and testing a LCD-Display and coding to display a bit text on the LCD. That was actually very easy, so lets try out now some “Sensors“, e.g. a Temperature/Humidity Sensor and a Ultrasonic Sensor to measure distances. The measured values of those sensors will get displayed on the LCD-Display.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Vivalist's curator insight, January 25, 2018 3:13 AM
Temperature and Humidity monitoring
Scooped by Gust MEES
Scoop.it!

Interfacing LCD to Arduino-Tutorial to Display on LCD Screen | #Maker #MakerED #MakerSpaces #Coding #PracTICE #LEARNingByDoing 

Interfacing LCD to Arduino-Tutorial to Display on LCD Screen | #Maker #MakerED #MakerSpaces #Coding #PracTICE #LEARNingByDoing  | 21st Century Learning and Teaching | Scoop.it
Interfacing LCD to Arduino - Tutorial on how to interface arduino to lcd screen (16x2 lcd, 20x4 lcd) with arduino code/program, lcd pin diagram and circuit.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

Gust MEES's insight:
Interfacing LCD to Arduino - Tutorial on how to interface arduino to lcd screen (16x2 lcd, 20x4 lcd) with arduino code/program, lcd pin diagram and circuit.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=makerspace

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=ARDUINO

 

No comment yet.