21st Century Learning and Teaching
586.8K views | +21 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: 'Gust-MEES', 'LCD1602'. Clear
Scooped by Gust MEES
Scoop.it!

Grove Beginner Kit for Arduino | SEEEDSTUDIO | The BREAKOUT | GROVE Pressure Sensor BME280 on Normal LCD1602 I2C Display | First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker Space...

Grove Beginner Kit for Arduino | SEEEDSTUDIO | The BREAKOUT | GROVE Pressure Sensor BME280 on Normal LCD1602 I2C Display | First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, Maker Space... | 21st Century Learning and Teaching | Scoop.it

GROVE Pressure Sensor BME280 on Normal LCD1602 I2C Display In a previous tutorial WE have seen the Grove Beginner Kit for Arduino from SEEEDSTUDIO https://gustmees.wordpress.com/2020/08/03/grove-beginner-kit-for-arduino-seeedstudio-first-steps-with-the-arduino-uno-r3-and-nano-maker-makered-maker-spaces-coding/, and THE BREAKOUT to use the different modules with OWN Code examples. WE were ALSO using the OLED module as a BREAKOUT in this tutorial https://gustmees.wordpress.com/2020/10/21/grove-beginner-kit-for-arduino-seeedstudio-the-breakout-temperature-humidity-on-oled-display-first-steps-with-the-arduino-uno-r3-and-nano-maker-makered-maker-spaces-coding/ In this tutorial WE will…

 

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=Grove+Beginner+Kit+for+Arduino

 

Gust MEES's insight:

GROVE Pressure Sensor BME280 on Normal LCD1602 I2C Display In a previous tutorial WE have seen the Grove Beginner Kit for Arduino from SEEEDSTUDIO https://gustmees.wordpress.com/2020/08/03/grove-beginner-kit-for-arduino-seeedstudio-first-steps-with-the-arduino-uno-r3-and-nano-maker-makered-maker-spaces-coding/, and THE BREAKOUT to use the different modules with OWN Code examples. WE were ALSO using the OLED module as a BREAKOUT in this tutorial https://gustmees.wordpress.com/2020/10/21/grove-beginner-kit-for-arduino-seeedstudio-the-breakout-temperature-humidity-on-oled-display-first-steps-with-the-arduino-uno-r3-and-nano-maker-makered-maker-spaces-coding/ In this tutorial WE will…

 

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=Grove+Beginner+Kit+for+Arduino

 

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!

Social Distancing Monitor with Alarm, Arduino NANO and I2C LCD1602 Display | Maker, MakerED, Maker Spaces, Coding 

Social Distancing Monitor with Alarm, Arduino NANO and I2C LCD1602 Display | Maker, MakerED, Maker Spaces, Coding  | 21st Century Learning and Teaching | Scoop.it

Social Distancing Monitor with Alarm, Arduino NANO and I2C LCD1602 Display In times of the Coronavirus-Crisis (Covid_19), it might be GOOD to respect the 2 meters distance to avoid getting infected!!! But not everybody can estimate distances, nor are ALL persons respecting the 2 meters rule!!! So came the idea to build an…

 

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

 

Gust MEES's insight:

Social Distancing Monitor with Alarm, Arduino NANO and I2C LCD1602 Display In times of the Coronavirus-Crisis (Covid_19), it might be GOOD to respect the 2 meters distance to avoid getting infected!!! But not everybody can estimate distances, nor are ALL persons respecting the 2 meters rule!!! So came the idea to build an…

 

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

 

Scooped by Gust MEES
Scoop.it!

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, MakerSpaces, Coding | How-To transform an LCD1602 SPI Sketch to an LCD1602 I2C Sketch

First Steps with the Arduino-UNO R3 and NANO | Maker, MakerED, MakerSpaces, Coding | How-To transform an LCD1602 SPI Sketch to an LCD1602 I2C Sketch | 21st Century Learning and Teaching | Scoop.it

How-To transform an LCD1602 SPI Sketch to an LCD1602 I2C Sketch 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…

 

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:

How-To transform an LCD1602 SPI Sketch to an LCD1602 I2C Sketch 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…

 

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.