21st Century Learning and Teaching
586.6K 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 tags: 'I2C', 'OLED'. Clear
Scooped by Gust MEES
Scoop.it!

Guide for OLED display with Arduino | #Coding #Maker #MakerED #MakerSpaces

Guide for OLED display with Arduino | #Coding #Maker #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

This post is about how to use the 0.96 inch OLED display with the Arduino. It includes schematics and code It is a very small display, the screen has 25mmx14mm...

 

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:

This post is about how to use the 0.96 inch OLED display with the Arduino. It includes schematics and code It is a very small display, the screen has 25mmx14mm...

 

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!

Arduino Playground - I2cScanner | #Coding #OLEDs #Maker #MakerED #MakerSpaces #LEARNingByDoing

Arduino Playground - I2cScanner | #Coding #OLEDs #Maker #MakerED #MakerSpaces #LEARNingByDoing | 21st Century Learning and Teaching | Scoop.it

This very simple sketch scans the I2C-bus for devices. If a device is found, it is reported to the Arduino serial monitor.

This sketch is the first step to get the I2C communication working.

The sketch shows the 7-bit addresses of the found devices as hexadecimal values. That value can be used for the "Wire.begin" function which uses the 7-bit address. Some datasheets use the 8-bit address and some example sketches use decimal addresses.

 

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:

This very simple sketch scans the I2C-bus for devices. If a device is found, it is reported to the Arduino serial monitor.

This sketch is the first step to get the I2C communication working.

The sketch shows the 7-bit addresses of the found devices as hexadecimal values. That value can be used for the "Wire.begin" function which uses the 7-bit address. Some datasheets use the 8-bit address and some example sketches use decimal addresses.

 

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

 

westlak evision's comment, May 15, 2018 2:35 AM
good
Scooped by Gust MEES
Scoop.it!

How to build Humidity and Temperature digital meter using DHT11 and OLED Display (#I2C) on #Arduino | #Coding #Maker #MakerED #MakerSpaces

How to build Humidity and Temperature digital meter using DHT11 and OLED Display (#I2C) on #Arduino | #Coding #Maker #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

A blog about Arduino programming, electronics.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

A blog about Arduino programming, electronics.

 

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!

OLEDMeter - SH1106 I2C OLED Analog VU Meter - YouTube | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing

This is a working example of my OLEDMeter animation. This is a fairly accurate imitation of an Analog VU Meter. I think it even looks better than the original VU meters from the 60s and 70s. All I need now is a 2nd SH1106 for the left and right channels.

 

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:

This is a working example of my OLEDMeter animation. This is a fairly accurate imitation of an Analog VU Meter. I think it even looks better than the original VU meters from the 60s and 70s. All I need now is a 2nd SH1106 for the left and right channels.

 

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!

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.