21st Century Learning and Teaching
586.1K views | +7 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: 'I2cScanner'. Clear
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!

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