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: 'MKR1000'. Clear
Scooped by Gust MEES
Scoop.it!

COVID19 Realtime Monitor with #Worldometer | #Arduino #Coding #Maker #MakerED #MakerSpaces #CoronaVirus #BigData

COVID19 Realtime Monitor with #Worldometer | #Arduino #Coding #Maker #MakerED #MakerSpaces #CoronaVirus #BigData | 21st Century Learning and Teaching | Scoop.it

This small project shows the current data of coronavirus outbreak of different countries in realtime on a 2.4 inch TFT. By hwhardsoft.

 

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:

This small project shows the current data of coronavirus outbreak of different countries in realtime on a 2.4 inch TFT. By hwhardsoft.

 

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!

Arduino MKR1000 & Blynk | #Coding #IoT #Maker #MakerED #MakerSpaces

Arduino MKR1000 & Blynk
A simple Internet of Things experiment, using an Arduino MKR1000 board to control two LEDs and monitor a potentiometer, via Blynk app.

 

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

 

 

 

Gust MEES's insight:

Arduino MKR1000 & Blynk
A simple Internet of Things experiment, using an Arduino MKR1000 board to control two LEDs and monitor a potentiometer, via Blynk app.

 

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

 

ukdvla's curator insight, January 30, 2021 3:58 PM

 

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-licene/

 

Scooped by Gust MEES
Scoop.it!

Arduino MKR1000 Getting Started | #Coding #IoT #Maker #MakerED #MakerSpaces

Arduino MKR1000 Getting Started © LGPL
An unofficial tutorial for getting started with the MKR1000 board as there are no official one yet.

 

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

 

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

 

Gust MEES's insight:

Arduino MKR1000 Getting Started © LGPL
An unofficial tutorial for getting started with the MKR1000 board as there are no official one yet.

 

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

 

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

 

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

Securing the Internet of Things | #CyberSecurity #Coding #Arduino #IoT

Securing the Internet of Things | #CyberSecurity #Coding #Arduino #IoT | 21st Century Learning and Teaching | Scoop.it

Aside from cool cat feeders, it is possible to find multiple maker projects for controlling garage doors, blind windows, smart locks, tracking cars, control temperature and humidity levels, and so on. However, the security aspect of these devices needs to take some extra attention, starting from the connection between the device and the Cloud infrastructure.

 

Most microcontrollers today are not powerful enough to handle secure connections, like SSL or TLS, so all the communication between the device and the server is open to attacks, like sniffing values, tacking device credentials, faking values, granting unauthorized access to physical facilities, unlocking doors, and many other possibilities. This way, securing the communications for all the Internet-connected devices should be a priority, especially if they can jeopardize our security or privacy.

The security of the Internet of Things does not only rely on secure communications, but it is a great start. The maker community must be aware of the security concerns of untrusted communications, and must have the appropriate resources to handle it. This way it is common to see different alternatives to offer secure communications in the microcontrollers, like porting SSL/TLS libraries to cheap devices like ESP8266, or device vendors that already integrates a crypto chip that process all this stuff by hardware, like the recent Arduino MKR1000.

In thinger.io we are concerned about this security aspect, so our cloud supports secure connections for any device with this capability. In the recent Arduino library update, starting from version 2.4.1, we have introduced support for the Arduino MKR1000, including secure TLS connections by default. Just start with the following sample sketch for the MKR1000, and you will have encrypted connections by default.

 

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

 

Gust MEES's insight:

Aside from cool cat feeders, it is possible to find multiple maker projects for controlling garage doors, blind windows, smart locks, tracking cars, control temperature and humidity levels, and so on. However, the security aspect of these devices needs to take some extra attention, starting from the connection between the device and the Cloud infrastructure.

 

Most microcontrollers today are not powerful enough to handle secure connections, like SSL or TLS, so all the communication between the device and the server is open to attacks, like sniffing values, tacking device credentials, faking values, granting unauthorized access to physical facilities, unlocking doors, and many other possibilities. This way, securing the communications for all the Internet-connected devices should be a priority, especially if they can jeopardize our security or privacy.

The security of the Internet of Things does not only rely on secure communications, but it is a great start. The maker community must be aware of the security concerns of untrusted communications, and must have the appropriate resources to handle it. This way it is common to see different alternatives to offer secure communications in the microcontrollers, like porting SSL/TLS libraries to cheap devices like ESP8266, or device vendors that already integrates a crypto chip that process all this stuff by hardware, like the recent Arduino MKR1000.

In thinger.io we are concerned about this security aspect, so our cloud supports secure connections for any device with this capability. In the recent Arduino library update, starting from version 2.4.1, we have introduced support for the Arduino MKR1000, including secure TLS connections by default. Just start with the following sample sketch for the MKR1000, and you will have encrypted connections by default.

 

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

No comment yet.