21st Century Learning and Teaching
586.1K views | +11 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 tags: 'Professional Development', 'Displays'. 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!

e-paper display example with Arduino | #Maker #MakerED #MakerSpaces #Coding #eInk

e-paper display example with Arduino | #Maker #MakerED #MakerSpaces #Coding #eInk | 21st Century Learning and Teaching | Scoop.it

e-paper display example SPI with Arduino. Download the library, example code and schematic. See more...

 

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=eInk

 

Gust MEES's insight:

e-paper display example SPI with Arduino. Download the library, example code and schematic. See more...

 

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=eInk

 

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

0.96 Inch OLED I2C Display 128 x 64 | Arduino Tutorial | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing 

0.96 Inch OLED I2C Display 128 x 64 | Arduino Tutorial | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing  | 21st Century Learning and Teaching | Scoop.it

How to connect and program the Geekcreit 0.96 inch 4 pin white I2C OLED module with Arduino. OLED display based on a SSD1306 OLED driver IC.

In this tutorial a 0.96 inch monochrome OLED display from Geekcreit is connected or interfaced to an Arduino. Libraries are then installed and some example programs run which show how to use the display in an Arduino sketch.

The display connects to Arduino using only four wires – two for power and two for data, making the wiring very simple. The data connection is I2C (I²C, IIC or Inter-Integrated Circuit). This interface is sometimes called TWI (Two Wire Interface).

At the very lowest level, the Arduino Wire library is used to communicate with the display. Libraries are available that make it easy to start using the display right away to display text and graphics. These libraries are installed in this tutorial.

 

[Gust MEES] It works with THIS OLED <===> https://www.amazon.de/dp/B01L9GC470

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

 

Gust MEES's insight:

How to connect and program the Geekcreit 0.96 inch 4 pin white I2C OLED module with Arduino. OLED display based on a SSD1306 OLED driver IC.

In this tutorial a 0.96 inch monochrome OLED display from Geekcreit is connected or interfaced to an Arduino. Libraries are then installed and some example programs run which show how to use the display in an Arduino sketch.

The display connects to Arduino using only four wires – two for power and two for data, making the wiring very simple. The data connection is I2C (I²C, IIC or Inter-Integrated Circuit). This interface is sometimes called TWI (Two Wire Interface).

At the very lowest level, the Arduino Wire library is used to communicate with the display. Libraries are available that make it easy to start using the display right away to display text and graphics. These libraries are installed in this tutorial.

 

[Gust MEES] It works with THIS OLED <===> https://www.amazon.de/dp/B01L9GC470

 

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!

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!

Interfacing 0.96″ OLED Display with Arduino UNO | #Coding #Maker #MakerED #MakerSpaces 

Interfacing 0.96″ OLED Display with Arduino UNO | #Coding #Maker #MakerED #MakerSpaces  | 21st Century Learning and Teaching | Scoop.it

Time to interface a 0.96″ graphical OLED I2C Display with a Arduino Uno! This tiny OLED Display is useful in displaying various data from sensors, graphics and many more. In this tutorial, I’ll be showing you how you can use 2 different libraries to interface a I2C OLED Display with the Arduino Uno, therefore you have an option to choose either 1 of the library to use.

 

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:

Time to interface a 0.96″ graphical OLED I2C Display with a Arduino Uno! This tiny OLED Display is useful in displaying various data from sensors, graphics and many more. In this tutorial, I’ll be showing you how you can use 2 different libraries to interface a I2C OLED Display with the Arduino Uno, therefore you have an option to choose either 1 of the library to use.

 

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.