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

First Steps with the ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Scrolling Text (Time, Temp., Humidity…) with 8×8 LED MATRIX 

First Steps with the ESP8266 Wi-Fi Module | Maker, MakerED, Coding | Scrolling Text (Time, Temp., Humidity…) with 8×8 LED MATRIX  | 21st Century Learning and Teaching | Scoop.it

In our previous blog post (Tutorial…), we were playing around with a LED MATRIX <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Scrolling Text with 8×8 LED MATRIX  <===> and we will continue to use the LED MATRIX, but this time with a Wi-Fi connection. We will use the module “ESP8266” which you can purchase worldwide around as it is very popular and it costs ONLY 7.49 €.

 

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=ESP8266+WiFi+Module

 

 

Gust MEES's insight:

In our previous blog post (Tutorial…), we were playing around with a LED MATRIX <===> First Steps with the Arduino-UNO R3 | Maker, MakerED, Coding | Scrolling Text with 8×8 LED MATRIX  <===> and we will continue to use the LED MATRIX, but this time with a Wi-Fi connection. We will use the module “ESP8266” which you can purchase worldwide around as it is very popular and it costs ONLY 7.49 €.

 

 

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=ESP8266+WiFi+Module

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Good to know when using different Arduino boards | Arduino - Wire | #Coding #Maker #MakerED #MakerSpaces #LEARNingByDoing

Wire Library

This library allows you to communicate with I2C / TWI devices. On the Arduino boards with the R3 layout (1.0 pinout), the SDA (data line) and SCL (clock line) are on the pin headers close to the AREF pin. The Arduino Due has two I2C / TWI interfaces SDA1 and SCL1 are near to the AREF pin and the additional one is on pins 20 and 21.

As a reference the table below shows where TWI pins are located on various Arduino boards.

 

BoardI2C / TWI pinsUno, EthernetA4 (SDA), A5 (SCL)Mega256020 (SDA), 21 (SCL)Leonardo2 (SDA), 3 (SCL)Due20 (SDA), 21 (SCL), SDA1SCL1

 

As of Arduino 1.0, the library inherits from the Stream functions, making it consistent with other read/write libraries. Because of this, send() and receive() have been replaced with read() and write().

 

Gust MEES's insight:

This library allows you to communicate with I2C / TWI devices. On the Arduino boards with the R3 layout (1.0 pinout), the SDA (data line) and SCL (clock line) are on the pin headers close to the AREF pin. The Arduino Due has two I2C / TWI interfaces SDA1 and SCL1 are near to the AREF pin and the additional one is on pins 20 and 21.

As a reference the table below shows where TWI pins are located on various Arduino boards.

 

BoardI2C / TWI pinsUno, EthernetA4 (SDA), A5 (SCL)Mega256020 (SDA), 21 (SCL)Leonardo2 (SDA), 3 (SCL)Due20 (SDA), 21 (SCL), SDA1SCL1

 

As of Arduino 1.0, the library inherits from the Stream functions, making it consistent with other read/write libraries. Because of this, send() and receive() have been replaced with read() and write().

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Raspberry Pi 3 Model B+ arrives: Faster CPU, Wi-Fi, 300Mbps Ethernet | #Maker #MakerED #MakerSpaces #Coding #LEARNingByDoing

Raspberry Pi 3 Model B+ arrives: Faster CPU, Wi-Fi, 300Mbps Ethernet | #Maker #MakerED #MakerSpaces #Coding #LEARNingByDoing | 21st Century Learning and Teaching | Scoop.it

The Raspberry Pi Foundation has launched the Raspberry Pi 3 Model B+, offering a faster CPU and faster wireless throughput than its predecessor, the Raspberry Pi 3 Model B.

Raspberry Pi 3 Model B+ comes exactly two years after the launch of the Raspberry Pi 3 Model B and is in line with Raspberry Pi Foundation's two-year B+ 'evolution' upgrade.

In other words, the changes don't warrant calling it a Raspberry Pi 4, but there are noticeable improvements, including a faster processor, higher Wi-Fi speeds, and faster Ethernet.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

The Raspberry Pi Foundation has launched the Raspberry Pi 3 Model B+, offering a faster CPU and faster wireless throughput than its predecessor, the Raspberry Pi 3 Model B.

Raspberry Pi 3 Model B+ comes exactly two years after the launch of the Raspberry Pi 3 Model B and is in line with Raspberry Pi Foundation's two-year B+ 'evolution' upgrade.

In other words, the changes don't warrant calling it a Raspberry Pi 4, but there are noticeable improvements, including a faster processor, higher Wi-Fi speeds, and faster Ethernet.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Arduino Blog » You can now use Arduino to program Linux IoT devices | #Coding #Maker #MakerED #MakerSpaces #PracTICE #LEARNingByDoing 

Arduino Blog » You can now use Arduino to program Linux IoT devices | #Coding #Maker #MakerED #MakerSpaces #PracTICE #LEARNingByDoing  | 21st Century Learning and Teaching | Scoop.it

Today, at Embedded Linux Conference 2018, Arduino announced the expansion of the number of architectures supported by its Arduino Create platform for the development of IoT applications. With this new release, Arduino Create users can manage and program a wide range of popular Linux® single-board computers like the AAEON® UP² board, Raspberry Pi® and BeagleBone® as if they were regular Arduino boards. Multiple Arduino programs can run simultaneously on a Linux-based board and interact and communicate with each other, leveraging the capabilities provided by the new Arduino Connector. Moreover, IoT devices can be managed and updated remotely, independently from where they are located.

To further simplify the user journey, Arduino has also developed a novel out-of-the-box experience for Raspberry Pi and BeagleBone boards, in addition to Intel®  SBCs, which enables anyone to set up a new device from scratch via the cloud without any previous knowledge by following an intuitive web-based wizard. Arduino plans to continue enriching and expanding the set of features of Arduino Create in the coming months.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

Today, at Embedded Linux Conference 2018, Arduino announced the expansion of the number of architectures supported by its Arduino Create platform for the development of IoT applications. With this new release, Arduino Create users can manage and program a wide range of popular Linux® single-board computers like the AAEON® UP² board, Raspberry Pi® and BeagleBone® as if they were regular Arduino boards. Multiple Arduino programs can run simultaneously on a Linux-based board and interact and communicate with each other, leveraging the capabilities provided by the new Arduino Connector. Moreover, IoT devices can be managed and updated remotely, independently from where they are located.

To further simplify the user journey, Arduino has also developed a novel out-of-the-box experience for Raspberry Pi and BeagleBone boards, in addition to Intel®  SBCs, which enables anyone to set up a new device from scratch via the cloud without any previous knowledge by following an intuitive web-based wizard. Arduino plans to continue enriching and expanding the set of features of Arduino Create in the coming months.

 

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!

Arduino Projects with DIY Step by Step Tutorials

Arduino Projects with DIY Step by Step Tutorials | 21st Century Learning and Teaching | Scoop.it

Each of the following DIY Arduino projects is covered with detailed step by step tutorial on how to do it yourself and includes circuit schematics, source codes and videos.

This collection of Arduino Projects features:

Wireless control
Automation
Motors control
Robotics
LEDs
and more.

 

Learn more / En savoir plus / Mehr erfahren:

 

 

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

 

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

 

Gust MEES's insight:

Each of the following DIY Arduino projects is covered with detailed step by step tutorial on how to do it yourself and includes circuit schematics, source codes and videos.

This collection of Arduino Projects features:

Wireless control
Automation
Motors control
Robotics
LEDs
and more.

 

Learn more / En savoir plus / Mehr erfahren:

 

 

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

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Für #Electronics #Maker #MakerED Einsteiger | Perfekt löten - Jetzt kommt die Praxis | Conrad Academy - YouTube

Und weiter geht es. Nachdem ihr nun wisst, wie der perfekte Lötplatz eingerichtet wird, erfahrt ihr in der zweiten Ausgabe unserer brandneuen Conrad Academy wie Svens Löt-Kompetenzen in der Praxis aussehen.

 

Ihr seht den perfekten Umgang mit Lötzinn und -Kolben, lernt die Grundlagen für saubere Lötstellen auf der Platine und erfahrt wie starre und flexible Drähte professionell verlötet werden.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=electronics

 

Gust MEES's insight:
Und weiter geht es. Nachdem ihr nun wisst, wie der perfekte Lötplatz eingerichtet wird, erfahrt ihr in der zweiten Ausgabe unserer brandneuen Conrad Academy wie Svens Löt-Kompetenzen in der Praxis aussehen.

 

Ihr seht den perfekten Umgang mit Lötzinn und -Kolben, lernt die Grundlagen für saubere Lötstellen auf der Platine und erfahrt wie starre und flexible Drähte professionell verlötet werden.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=electronics

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

DIY RGB-LED-LAMPE SELBER MACHEN-TUTORIAL | #Maker #MakerED #MakerSpace #Electronics

In diesem Video zeige ich euch wie ihr ganz einfach eure eigene RGB-LED-LAMPE bauen könnt. Was brauch ihr dazu! Holzplatte 150x150x8mm Holzplatte 100x100x8mm Holzstab Ø35x290mm LED Streifen 1m mit Netzteil und Fernbedinung schwarzes Papier (sollte relativ dick sein) Fotopapier A4 Sekundenkleber Lineal,Schere,Bleistift Säge Bohrmaschine und Bohrer 2x Schrauben nach Wahl

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

In diesem Video zeige ich euch wie ihr ganz einfach eure eigene RGB-LED-LAMPE bauen könnt. Was brauch ihr dazu! Holzplatte 150x150x8mm Holzplatte 100x100x8mm Holzstab Ø35x290mm LED Streifen 1m mit Netzteil und Fernbedinung schwarzes Papier (sollte relativ dick sein) Fotopapier A4 Sekundenkleber Lineal,Schere,Bleistift Säge Bohrmaschine und Bohrer 2x Schrauben nach Wahl

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Maker-First Steps in Electronics-Light guided rotating and moving plastic container | #MakerED #MakerSpaces

Maker-First Steps in Electronics-Light guided rotating and moving plastic container | #MakerED #MakerSpaces | 21st Century Learning and Teaching | Scoop.it

Light guided rotating and moving plastic container. In previous Maker tutorials WE were using LEDs and vibration motors, WE will continue with it and adding some NEW components: a transistor and a LDR (Light-Dependent Resistor). WE will use ALSO AGAIN a plastic container, this time a transparent one so that persons could see…

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Ideas+for+makerspaces

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Maker-First Steps in Electronics-Soldering Learning-The Mini BUG Robot | #MakerED #MakerSpaces #Creativity

Maker-First Steps in Electronics-Soldering Learning-The Mini BUG Robot | #MakerED #MakerSpaces #Creativity | 21st Century Learning and Teaching | Scoop.it

The Mini BUG Robot In last blog post (tutorial) WE were practicing OUR soldering by creating "JOHNNY the ski-man", a bit "Electronics-Art" using electronics components. In the video below, which I created with the FREEWARE <===> Windows Movie Maker <===> WE see ALSO "The Mini BUG Robot" who gives "JOHNNY" a ride. It…

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=electronics

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

30+ Useful Circuit Diagram Drawing Software | #Maker #Electronics #MakerED #MakerSpace 

30+ Useful Circuit Diagram Drawing Software | #Maker #Electronics #MakerED #MakerSpace  | 21st Century Learning and Teaching | Scoop.it
Here you can find more than 30 online and computer software for drawing circuit diagrams.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=electronics

 

Gust MEES's insight:
Here you can find more than 30 online and computer software for drawing circuit diagrams.

 

Learn more / En savoir plus / Mehr erfahren:

 

http://www.scoop.it/t/21st-century-learning-and-teaching/?tag=electronics

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

ESP8266 WiFi Weather Station with Color TFT Display - YouTube | #Maker #MakerED #MakerSpaces #Coding 

In this project we’ll show you how to make a WiFi enabled, portable Weather Station using an ESP8266. LINKS BELOW! The software, written by Daniel Eichhorn, uses the Wunderground API to pull weather data. It shows the date, time, current weather conditions, 4-day forecast and even moon phases.

 

The user interface features lovely typography and icons that makes really a clean layout. The 2.4” TFT Feather Wing combined with the Adafruit Feather HUZZAH ESP8266 make assembling this project incredibly easy. Full Tutorial, Files and Code: https://learn.adafruit.com/wifi-weath...

 

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=ESP8266+WiFi+Module

 

 

Gust MEES's insight:

In this project we’ll show you how to make a WiFi enabled, portable Weather Station using an ESP8266. LINKS BELOW! The software, written by Daniel Eichhorn, uses the Wunderground API to pull weather data. It shows the date, time, current weather conditions, 4-day forecast and even moon phases.

 

The user interface features lovely typography and icons that makes really a clean layout. The 2.4” TFT Feather Wing combined with the Adafruit Feather HUZZAH ESP8266 make assembling this project incredibly easy. Full Tutorial, Files and Code: https://learn.adafruit.com/wifi-weath...

 

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=ESP8266+WiFi+Module

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Raspberry Pi powered by Arduino: Now you can program the Pi using Arduino Sketches

Raspberry Pi powered by Arduino: Now you can program the Pi using Arduino Sketches | 21st Century Learning and Teaching | Scoop.it

The new feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi's GPIO pins.

Arduino Sketches can now be used to program the Raspberry Pi, marking a moving together of two of the biggest maker platforms.
The cloud-based Arduino Create platform is designed to simplify the creation of Internet of Things applications.
Want to use the $35 Raspberry Pi computer to build your own hardware but only ever used Arduino boards? Well you're in luck.

If you know how to write programs to control hardware using Arduino boards you can now use the same language to control hardware attached to the Pi, the co-founder of the Arduino Project Massimo Banzi announced yesterday.

Banzi revealed a new feature in the cloud-based Arduino Create service that will compile Arduino Sketches — programs typically used to interact with Arduino boards and attached hardware — into a form that can be run on a Raspberry Pi.

The feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi's GPIO pins.

"The idea is there's a tonne of people that know how to use Arduino and they can take their knowledge and apply it to this," Banzi told the Embedded Linux Conference 2018 in Portland in the US.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

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

 

Gust MEES's insight:

The new feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi's GPIO pins.

Arduino Sketches can now be used to program the Raspberry Pi, marking a moving together of two of the biggest maker platforms.
The cloud-based Arduino Create platform is designed to simplify the creation of Internet of Things applications.
Want to use the $35 Raspberry Pi computer to build your own hardware but only ever used Arduino boards? Well you're in luck.

If you know how to write programs to control hardware using Arduino boards you can now use the same language to control hardware attached to the Pi, the co-founder of the Arduino Project Massimo Banzi announced yesterday.

Banzi revealed a new feature in the cloud-based Arduino Create service that will compile Arduino Sketches — programs typically used to interact with Arduino boards and attached hardware — into a form that can be run on a Raspberry Pi.

The feature will allow Pi owners to write Arduino Sketches to interact with sensors, motors, electronic boards and other hardware attached to the Pi's GPIO pins.

"The idea is there's a tonne of people that know how to use Arduino and they can take their knowledge and apply it to this," Banzi told the Embedded Linux Conference 2018 in Portland in the US.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Raspberry Pi 3B+: Bastelplatine ist flotter und hat GBit-LAN | #Maker #MakerED #MakerSpaces #Coding #RaspBerryPI 

Raspberry Pi 3B+: Bastelplatine ist flotter und hat GBit-LAN | #Maker #MakerED #MakerSpaces #Coding #RaspBerryPI  | 21st Century Learning and Teaching | Scoop.it

Bastelplatine ist flotter und hat GBit-LAN
Der Raspberry Pi 3B+ hat schnellere ARM-Prozessorkerne, es gibt ac-WLAN für das 5-GHz-Frequenzband und Gigabit-Ethernet. Der Preis der Bastelplatine beträgt 40 US-Dollar.

Pünktlich zum Pi-Tag erscheint der Raspberry Pi 3B+ der Rasperry Pi Foundation. Die Bastelplatine folgt auf den Raspberry Pi 3B und hat trotz der vermeintlich kleinen Namensänderung mehr Neuerungen integriert, als die Bezeichnung Raspberry Pi 3B+ impliziert.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

Bastelplatine ist flotter und hat GBit-LAN
Der Raspberry Pi 3B+ hat schnellere ARM-Prozessorkerne, es gibt ac-WLAN für das 5-GHz-Frequenzband und Gigabit-Ethernet. Der Preis der Bastelplatine beträgt 40 US-Dollar.

Pünktlich zum Pi-Tag erscheint der Raspberry Pi 3B+ der Rasperry Pi Foundation. Die Bastelplatine folgt auf den Raspberry Pi 3B und hat trotz der vermeintlich kleinen Namensänderung mehr Neuerungen integriert, als die Bezeichnung Raspberry Pi 3B+ impliziert.

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Lego train level crossing 7835 fully automated by Arduino - YouTube | #Maker #MakerED #MakerSpaces #Coding #PracTICE #LEARNingByDoing #Creativity

Lego train level crossing automated by Arduino. Another lego train crash at the lego train level crossing! It turns out that the guy working there just wants to relax all day long. Only one solution: automating the thing!

 

Learn more / En savoir plus / Mehr erfahren:

 

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

 

Gust MEES's insight:

Lego train level crossing automated by Arduino. Another lego train crash at the lego train level crossing! It turns out that the guy working there just wants to relax all day long. Only one solution: automating the thing!

 

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!

Hackster.io - The community dedicated to learning hardware | #Maker #MakerED #MakerSpaces #PracTICE #LEARNingByDoing #Creativity

Hackster.io - The community dedicated to learning hardware | #Maker #MakerED #MakerSpaces #PracTICE #LEARNingByDoing #Creativity | 21st Century Learning and Teaching | Scoop.it

Learn to design, create, and program electronics
11,116 open-source project tutorials shared by 408,637 developers

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

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

 

Gust MEES's insight:

Learn to design, create, and program electronics
11,116 open-source project tutorials shared by 408,637 developers

 

Learn more / En savoir plus / Mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

The Monarch | #Electronics #MakerED #MakerSpaces #LEARNingByDoing 

The Monarch | #Electronics #MakerED #MakerSpaces #LEARNingByDoing  | 21st Century Learning and Teaching | Scoop.it
BEAUTIFUL AND CLEVER

The Monarch flashes its LEDs when its antennae touch. But it's also clever! It uses a clock source and shift register in a particular configuration in order to generate its patterns. Through it, one can learn about the basics of digital design, clocking, and randomness.

It is a third in a series of electronic 'bugs', the first is The Lady and the second is The Gent.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.youtube.com/watch?v=sIKmmhdMFSE&feature=youtu.be

 

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

 

Gust MEES's insight:
BEAUTIFUL AND CLEVER

The Monarch flashes its LEDs when its antennae touch. But it's also clever! It uses a clock source and shift register in a particular configuration in order to generate its patterns. Through it, one can learn about the basics of digital design, clocking, and randomness.

It is a third in a series of electronic 'bugs', the first is The Lady and the second is The Gent.

 

Learn more / En savoir plus / Mehr erfahren:

 

https://www.youtube.com/watch?v=sIKmmhdMFSE&feature=youtu.be

 

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

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

#Maker-Easy to build mini #car with Battery-Holder case and #motor, as also a self-made #propeller | #MakerED

#Maker-Easy to build mini #car with Battery-Holder case and #motor, as also a self-made #propeller | #MakerED | 21st Century Learning and Teaching | Scoop.it

Easy to build mini car with Battery-Holder case and motor, as also self-made propeller . . In our last projects WE were using electronics, which is a bit more for teens up from 10 years. WE will now also create some projects where the younger ones can tinker around as well under the…

 

Learn more / En savoir plus / mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Ideas+for+makerspaces

 

 

 

Gust MEES's insight:

Easy to build mini car with Battery-Holder case and motor, as also self-made propeller . . In our last projects WE were using electronics, which is a bit more for teens up from 10 years. WE will now also create some projects where the younger ones can tinker around as well under the…

 

Learn more / En savoir plus / mehr erfahren:

 

https://gustmees.wordpress.com/?s=maker

 

https://www.scoop.it/t/21st-century-learning-and-teaching/?&tag=Ideas+for+makerspaces

 

 

 

No comment yet.
Scooped by Gust MEES
Scoop.it!

Maker-First Steps in Electronics-Moving and rotating statue | #MakerED #ElectronicsArt #Creativity #PracTICE

Maker-First Steps in Electronics-Moving and rotating statue | #MakerED #ElectronicsArt #Creativity #PracTICE | 21st Century Learning and Teaching | Scoop.it
.   . Maker-First Steps in Electronics-Moving and rotating statue In OUR previous electronics projects WE were tinkering around with vibration motors and flashing LEDs, well we will continue on the same schema to get a bit more soldering practice and to discover ALSO the use of heat shrink tube. This is ALSO a soldering…
No comment yet.
Scooped by Gust MEES
Scoop.it!

Das ist der Beginn des wohl genialsten Raspberry Pi-Hacks des Jahres | #Maker #MakerED #MakerSpaces 

Das ist der Beginn des wohl genialsten Raspberry Pi-Hacks des Jahres | #Maker #MakerED #MakerSpaces  | 21st Century Learning and Teaching | Scoop.it
Wir wollen dieses Teil: Ein Redditor baute mit Hilfe eines Raspberry Pi den coolsten Roboter des Jahres. Dieser heißt "Peeqo" und kommuniziert via Gifs. Sehen Sie hier, wie Sie den Raspberry-Roboter bauen und was Sie dafür brauchen.

 

 
Gust MEES's insight:
Wir wollen dieses Teil: Ein Redditor baute mit Hilfe eines Raspberry Pi den coolsten Roboter des Jahres. Dieser heißt "Peeqo" und kommuniziert via Gifs. Sehen Sie hier, wie Sie den Raspberry-Roboter bauen und was Sie dafür brauchen.

 

No comment yet.