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).
Social Distancing Monitor, Arduino NANO and Neopixel Ring
We realized already several projects for Social Distancing with LCD and OLEDs ===> https://gustmees.wordpress.com/?s=social+distancing and this time WE will use a Neopixel Ring who changes the color from green to orange and then to red depending on how close WE come to the 2 metres.
WE will have a look on the video who inspired me and where you will find more information:
Copy and paste it into the Arduino IDE and have fun 😉
.
.
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).
Social Distancing Monitor with Alarm, Arduino NANO and I2C LCD2004 Display
In previous tutorial we were using an LCD1602 display, this time we will use an LCD2004 display which gives us the opportunity to display on four (4) lines. That enables us to display more accurate text.
The wiring is exactly the same as already mentioned in previous tutorial, there is ONLY to make a few changes in the code, please check:
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). L’auteur était aussi gagnant d’un concours en électronique en 1979 ( Pays germaniques ) et voyait son projet publié dans le magazine électronique “ELO”.
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).
The author was also a winner of an electronics contest (Germanic countries) in 1979 and got his project published in the “Electronics Magazine ELO”.
Through the Maker-Movement and IoT (Internet of Things) there is already a LOT happening and different Networks are collecting Data through Sensorsand make them available for everybody to have access and study them! Such sensors are e.g.:
Air Quality
Meteo
Street traffic
Radiation
People (counter) traffic
Water Quality
Wind velocity
Radar for excess of car speed
Inundation prevention
Observations on:
Nature (birds, etc.)
Archaeology discovering
…
Those, above mentioned applications can even be assembled together and so being a precious source for communes and Governments! Mostly such projects are done with an ARDUINO and/or Raspberry PI based micro controller and a mini computer: The main difference between them is Arduino is microcontroller board while Raspberry PI is a mini computer.
Thus meaning: that fits perfect for the Maker-Movement and could GET integrated easily into STEM projects!
Well, after following for a long time different possibilities on the How-To to get globally access to such IMPORTANT Big-Data for everyone, I found out THAT “The Things Network” is a perfect way! Please find below the address and the projects:
Key words necessary for me to create this blog post: CitiZEN-Science, STEM, MakerED, Maker-Spaces, PracTICE, LEARNing-By-Doing, TTN, The Things Network, Arduino, Raspberry PI, LoraWAN, SigFox (Low Power consumption…)
.
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).
How-To Start: requirements and where to buy the Raspberry PI
Being since years a BIG fan of Arduino and doing a LOT of projects with it, I was thinking about to start ALSO with the Raspberry PI. Here below my advice and thoughts….
As actually there is a NEW version available, THE “Raspberry PI 4”, which ISN’T compatible mostly with other versions (as far as I understood…), AND that the “Desktop Kit” ISN’T available yet, I STOP here and waiting for WHEN it is available to make a decision IF I will START with it!!!
Keywords necessary for me to create this Blog post:Xmas gift, where to buy, tutorials, Raspberry PI, how to get started, Starter kit,
.
.
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).
Well, in a previous tutorial <===> https://gustmees.wordpress.com/2018/09/19/halloween-project-with-skull-arduino-blinking-leds-and-scrolling-eyes-maker-makered-makerspaces/ <===> we created a Halloween Skull and it was fix, didn’t rotate. Fun? YES, BUT more fun when it is rotating by using a Stepper-Motor; looks then as it would observe, control the space around it 😉 And it is very easy to create, only a Stepper-Motor, an Arduino NANO and a bit Code; the rest is a bit manual work to fix mechanically the motor. And with the right tools the mechanical work is a piece of cake 😉 Let us have first a look of the parts and the costs, followed by the mechanical works and then the code (Sketch) for the Arduino.
First of all chose on what material you would like to fix the Stepper-Motor: this could be metal, plastic, cardboard or wood. As I like recycling, I ask in the Supermarket to get an empty wooden wine box. The Supermarket sometimes opens a six-pack of wine bottles in a wooden case (box) and they are happy NOT to recycle it themselves 😉 Here below an example for a Halloween project…
.
Wooden box front view
Click image, please, to enlarge.
Wooden box rear view
Click image, please, to enlarge.
Mounting and fixing of the Stepper-Motor
Click image, please, to enlarge.
Mounting and fixing of an object
Click image, please, to enlarge.
Skull glued on copperplate with Stepper-Motor
Click image, please, to enlarge.
Skull is fixed on the wooden box – happy-Halloween-rotating-skull
Click image, please, to enlarge.
.
Desription:
Drill a hole with a 6 mm drill in your support, then use the 32 mm Step-Drill to make the hole diameter fit to the diameter of the Stepper-Motor. Fix the Stepper-Motor. I used a copper-plate for having a large surface to fix the chosen rotating object. The axis from the Stepper-Motor is made from brass and that fits very well with copper for soldering them together. For the soldering you need an 80 Watt solder iron with a temperature of 430° C (806° F). Before you start soldering: clean the copper-plate, take off the patina first!!
.
The wiring
.
Stepper-Motor example
.
The wiring is actually very simple, please look below:
.
Click image, please, to access the tutorial and the source of the image.
.
The Code
Please find below the Sketch (Code) which is very simple
.
Click image, please, to access the source of the code.
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!