Blog posts about Education, CyberSecurity, Digital Citizenship, Privacy, InternetSafety, curation, PKM, PLN, blogging, Global Collaboration, Coaching, Collaboration, eSkills, eLeadership, Coding, MakerED, MakerSpace, Social Media, How to learn, learning to learn
In this tutorial WE will use the BREAKOUT of the GROVE Pressure-Module BME280 together with a NORMAL I2C LCD1602 display, ONLY 4 wires to connect. At that moment I didn’t yet receive my ordered GROVE LCD1602 display, so the suspense was great to find out… I was curious to find out if that would ALSO work and it did with a few changes of code.
Check out the wiring below, please:
.
.
I2C LCD1602 SEEEDUINO MAINBOARD
+ 5V <======================> + 5V
GND <======================> GND
SDA <======================> SDA
SCL <======================> SCL
The Code
.
Click image, please, to enlarge.
.
Find here below, please, the Code for download in “.odt Format”:
Have fun learning with PracTICE and stay tuned for next adventures of learning 😉
.
L’auteur Gust MEES est Formateur andragogique / pédagogique TIC, membre du “Comité Conseil” de “Luxembourg Safer Internet” (LuSI), appelé maintenant BEESECURE, partenaire officiel (consultant) du Ministère de l’éducation au Luxembourg du projet ”MySecureIT“, partenaire officiel du Ministère du Commerce au Luxembourg du projet ”CASES” (Cyberworld Awareness andSecurityEnhancementStructure).
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure).
.
..
Keywords necessary for me to create this blog post: Arduino UNO R3, Arduino NANO, Grove, Grove Beginner Kit for ARDUINO, Coding, Maker, MakerED, Maker Spaces, LCD1602, BME280, Pressure, Altitude Monitor, I2C, SEEEDSTUDIO,
In this tutorial WE will use the BREAKOUT of the GROVE Pressure-Module BME280 together with a GROVE LCD1602 display. As the GROVE LCD1602 display is not included in the Grove Beginner Kit for Arduino, WE will need to buy it! Here below the address:
Connections of the GROVE BME280 and the GROVE LCD1602 on I2C BUS
.
Well, as you can see in above photo there is NO cabling!! You just need to connect the connectors from the BME280 and the LCD1602 to the I2C BUS. Less than a minute work and you are ready to upload the code, which you will find in below link:
Have fun learning with PracTICE and stay tuned for next adventures of learning 😉
.
L’auteur Gust MEES est Formateur andragogique / pédagogique TIC, membre du “Comité Conseil” de “Luxembourg Safer Internet” (LuSI), appelé maintenant BEESECURE, partenaire officiel (consultant) du Ministère de l’éducation au Luxembourg du projet ”MySecureIT“, partenaire officiel du Ministère du Commerce au Luxembourg du projet ”CASES” (Cyberworld Awareness andSecurityEnhancementStructure).
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure).
.
.
.
Keywords necessary for me to create this blog post: Arduino UNO R3, Arduino NANO, Grove, Grove Beginner Kit for ARDUINO, Coding, Maker, MakerED, Maker Spaces, LCD1602, BME280, Pressure, Altitude Monitor, I2C, SEEDSTUDIO,
WHAT gifts to buy for the kids for Xmas and Holidays?
Every year the same question, isn’t it!? WHY not thinking about to buy gifts from where and with that the kids will learn? It might be good to have a look on WHAT are the skills required for the future from youth, students, learners and upon that making your choice! Actually (2020) the trends are in the maker scene and coding scene! Engineers, coding people and ICT specialists are needed, the workforce, industry is searching!!
WHAT is the Coding Scene?
Coding is THE 21st Century skill. Coding enhances creativity, teaches young people to cooperate, to work together across physical and geographical boundaries and to communicate in a universal language. Technology is part of our life, and coding brings it closer to you!
Well, I started myself years ago as a NEWBIE in Coding and so I tried out different stuff, whereby I became a fan of ARDUINO. Here below my gift selection for Christmas (Xmas) which I recommend:
While reading my above tutorials, you will find ALSO more examples in my blog about “Coding with Arduino, etc.); stay tuned for next tutorials with LEARNingByDoing with FUN and PracTICE 😉
.
.
L’auteur Gust MEES est Formateur andragogique / pédagogique TIC, membre du “Comité Conseil” de “Luxembourg Safer Internet” (LuSI), appelé maintenant BEESECURE, partenaire officiel (consultant) du Ministère de l’éducation au Luxembourg du projet ”MySecureIT“, partenaire officiel du Ministère du Commerce au Luxembourg du projet ”CASES” (Cyberworld Awareness andSecurityEnhancementStructure)..
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure).
.
.
Keywords necessary for me to create this blog post: Arduino UNO R3, Arduino NANO, Grove, Grove Beginner Kit for ARDUINO, Coding, Maker, MakerED, Maker Spaces, OLED, DHT11, Temperature and Humidity Monitor, I2C, SEEDSTUDIO, Robots, Robot car,
Once cut out you have made the BREAKOUT and in this case the two modules “OLED Display 0.96 inch” and “Temperature/Humidity” modules are ready to get connected to the main module. NOW we have to connect them through the delivered connection cables. Here below a picture:
.
.
As you can see, the OLED-Module is connected to the I2C connector, while the “Temperature/Humidity-Module” is connected to the “D3” connector. See PIC below, please:
.
.
SO WHY the “D3” connector for the “Temperature/Humidity-Module”?! Well, let us have a look on the code:
.
.
As you can see in this shown part of the code, there is marked ===> “#define DHTPIN 3“, SO it should GET connected to the “D3-connector” on the main board! If you use “D4” or whatever connector, SO you should change the code from “3” to “4” and so on!!! Give it a try and play around with it for understanding 😉
.
Temperature/Humidity on OLED Display | THE Code
Well, the two connections with the provided cables with connectors took ONLY a few seconds, ISN’T it? 😉 Let’s GO now to upload the code. Open your “Arduino IDE“, click on “NEW“, erase the few lines marked in there, make a “Copy&Paste” from the mentioned Code below and paste it in the “Arduino IDE (NEW)” and upload it, here below the code:
As you can see there is a “special” indication on the display, THE “Heat Index“, WHAT is it?! I encourage you to read my following tutorial which explains:
Have fun learning with PracTICE and stay tuned for next adventures of learning 😉
.
.
L’auteur Gust MEES est Formateur andragogique / pédagogique TIC, membre du “Comité Conseil” de “Luxembourg Safer Internet” (LuSI), appelé maintenant BEESECURE, partenaire officiel (consultant) du Ministère de l’éducation au Luxembourg du projet ”MySecureIT“, partenaire officiel du Ministère du Commerce au Luxembourg du projet ”CASES” (Cyberworld Awareness andSecurityEnhancementStructure)..
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure).
.
.
.
Keywords necessary for me to create this blog post: Arduino UNO R3, Arduino NANO, Grove, Grove Beginner Kit for ARDUINO, Coding, Maker, MakerED, Maker Spaces, OLED, DHT11, Temperature and Humidity Monitor, I2C, SEEDSTUDIO,
SEEEDSTUDIO asked me through LinkedIn to make a cooperation with them for reviewing a NEW Arduino, the “Grove Beginner Kit for Arduino” product which I accepted. Today I received the stuff which in the next days I will play around a bit and create Blog posts (Tutorials) about it, stay tuned…
FIRST impressions:
I ordered it on 28-07-2020 on the site of SEEDSTUDIO and it arrived on 03-08-2020 @02H58 PM, delivered by DHL. Actually very quick from China to Luxembourg!!
Unpacking my order:
Nice cardboard with lots of TIPS printed on it. The box is sealed with 3 circular glued plastic which I had cut through with scissors, BAD IDEA, as I damaged the cardboard while NOT knowing that the box was meant as a whole playstation as itself (see photos, please)… Here the company could improve please, thanks! My constructive critics! 😉
.
Click image, please, to enlarge.
Click image, please, to enlarge.
..
.
.
.
As long as that glued plastic problem ISN’T resolved, use a sharp cutter to cut off the glued circular plastic as I couldn’t remove it by hand!
.
Reading the online Manual
Well, NOTHING to say against it, it is well done!! Please check it here below:
There are professional STEP-BY-STEP instructions so you can’t make mistakes!!
.
Getting started
ALL you have to do is to connect the USB-Cable to the PC, Laptop, which is in the right sight of the box (see step 2 in the PIC below please) to start. [Start Text from WiKi] Grove Beginner Kit for Arduino is one of the best Arduino Beginner Kit for beginners. It includes one Arduino compatible Board and 10 additional Arduino sensors and all in one-piece of PCB design. All the modules have been connected to the Seeeduino through the PCB stamp holes so no Grove cables are needed to connect. Of course, you can also take the modules out and use Grove cables to connect the modules. You can build any Arduino project you like with this Grove Beginner Kit For Arduino. [End Text from WiKi]
.
Click image, please, to enlarge.
.
Plug and Play Unboxing Demo
The Grove Beginner Kit has a plug and plays unboxing demo, where you first plug in the power to the board, you get the chance to experience all the sensors in one go! Use the button and rotary potentiometer to experience each sensor demo!
Scroll -> Rotating Rotary Potentiometer
Select -> Short Press Button
Exit Current Demo -> Long Press Button
Buzzer and LED module are used for key prompt.
.
Some examples
Please check the pictures below:
.
Temperature/Humidity GROVE
Click image, please, to enlarge.
3
Air Pressure/GROVE
Click image, please, to enlarge.
Air Pressure/GROVE
Click image, please, to enlarge.
.
My review
Well, I can recommend this product for beginners by 100%!! Up from the beginning beginners can find out HOW things work with just plugging the USB cable to the PC, Laptop, computer. It’s a GREAT way to bring Coding to STEAM students, Maker’s, MakerED and Maker Spaces!
I didn’t yet using the Breakout possibilities, I DON’T overwhelm you with TOO MUCH information, that will GET discussed in next tutorials, BUT looks promising as NO need to plug single cables, ALL done by ONLY one connector!!!
.
Please check the videos below to understand how the GROVE System works.
Let the learners first trying the working examples in the box to discover the possibilities! Later you can make the Breakout and then they can reproduce the Coding examples such as mentioned in the online manual.
.
L’auteur Gust MEES est Formateur andragogique / pédagogique TIC, membre du “Comité Conseil” de “Luxembourg Safer Internet” (LuSI), appelé maintenant BEESECURE, partenaire officiel (consultant) du Ministère de l’éducation au Luxembourg du projet ”MySecureIT“, partenaire officiel du Ministère du Commerce au Luxembourg du projet ”CASES” (Cyberworld Awareness andSecurityEnhancementStructure)..
The author Gust MEES is ICT Course Instructor, ”Member of the Advisory Board” from “Luxembourg Safer Internet” (LuSI), BEESECURE, Official Partner (Consultant) from the Ministry of Education in Luxembourg, project “MySecureIT“, Official Partner from the Ministry of Commerce in Luxembourg, project “CASES” (Cyberworld Awareness and Security Enhancement Structure).
Check my #curation to find best articles, blogs and courses about #education #itsecurity #CyberSecurity #EdCollCoach #GlobalEDU #cyberbullying, #AR #RA #augmentedreality #health #science #QR #qrcodes in EN, FR, DE…
Play the FREE Game and Learn about Cyber Security and Coding
App Advisor
App Advisor helps safe-guard your personal data by telling you exactly which apps you should be cautious of, before they become a threat to your privacy.
Click image to use this free service and find out of your installed Apps are “privacy-friendly” or check new Apps before installing them!
RT @educause: Artificial intelligence in higher education isn't without its risks. Here are three possible trouble spots for the use of AI.… 14 hours ago